Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
shtirlic commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2889667631 > > Still broken for rp23xx (pico2) on master, reverting to at least to [b49f428](https://github.com/apache/nuttx/commit/b49f4286fb60a2b1ceaefc0ce2b712d1992bf2e6) fixes the SMP build For me the first bad commit is [914ae53](https://github.com/apache/nuttx/commit/914ae532e68bf4ca75c758d6f541a1d2fcdce8c3) [@linguini1](https://github.com/linguini1) > > Is this still broken? yep -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
linguini1 commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2888417901 > Still broken for rp23xx (pico2) on master, reverting to at least to [b49f428](https://github.com/apache/nuttx/commit/b49f4286fb60a2b1ceaefc0ce2b712d1992bf2e6) fixes the SMP build For me the first bad commit is [914ae53](https://github.com/apache/nuttx/commit/914ae532e68bf4ca75c758d6f541a1d2fcdce8c3) [@linguini1](https://github.com/linguini1) Is this still broken? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
[I] [BUG] RP2040 SMP configurations broken [nuttx]
linguini1 opened a new issue, #15760: URL: https://github.com/apache/nuttx/issues/15760 ### Description / Steps to reproduce the issue I am unable to boot into NSH using the SMP configuration on RP2040 devices. Testing was primarily done on a Raspberry Pi Pico W. Steps to reproduce: 1. Checkout to almost latest master branch (abcbb1eebd). 2. `./tools/configure.sh -l raspberrypi-pico-w:smp` 3. `make -j` 4. Upload resulting UF2 to Pico W. 5. No shell appears on UART0. I have reverted back to 9d1e7a0510 and that version of NuttX has a working SMP configuration. I plan to continue bisecting. ### On which OS does this issue occur? [OS: Linux] ### What is the version of your OS? Linux 6.12.10-arch1-1 #1 SMP PREEMPT_DYNAMIC x86_64 GNU/Linux ### NuttX Version master ### Issue Architecture [Arch: arm] ### Issue Area [Area: Kernel] ### Host information _No response_ ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
linguini1 commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2798911933 I unfortunately do not have an RP23xx to help test -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
shtirlic commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2798700460 Still broken for rp23xx (pico2), reverting to at least to 7774271ad613308816eb71c8f371b0a7ba866935, fixed the SMP build -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
linguini1 commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2637382773 Latest master branch resolves this issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
linguini1 closed issue #15760: [BUG] RP2040 SMP configurations broken URL: https://github.com/apache/nuttx/issues/15760 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
hujun260 commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2635896692 I tested with the latest code and found no issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
xiaoxiang781216 commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2635832570 Thanks, let's wait your verification. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
linguini1 commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2635742333 > do you try with this patch: https://github.com/apache/nuttx/pull/15728? @linguini1 No I haven't, the master branch I was testing with is 8 days old and this is from 5 days ago. Thank you for pointing this out, I will try with this patch included tomorrow morning (EST timezone) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
xiaoxiang781216 commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2635737122 do you try with this patch: https://github.com/apache/nuttx/pull/15728? @linguini1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
linguini1 commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2635685656 The bad commit can be found here: b69111d16a2a330fa272af8175c832e08881844b Which is from PR #14578 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
Re: [I] [BUG] RP2040 SMP configurations broken [nuttx]
xiaoxiang781216 commented on issue #15760: URL: https://github.com/apache/nuttx/issues/15760#issuecomment-2635681378 @hujun260 look at this problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
[I] [BUG] RP2040 SMP configurations broken [nuttx]
linguini1 opened a new issue, #15760: URL: https://github.com/apache/nuttx/issues/15760 ### Description / Steps to reproduce the issue I am unable to boot into NSH using the SMP configuration on RP2040 devices. Testing was primarily done on a Raspberry Pi Pico W. Steps to reproduce: 1. Checkout to almost latest master branch (abcbb1eebd). 2. `./tools/configure.sh -l raspberrypi-pico-w:smp` 3. `make -j` 4. Upload resulting UF2 to Pico W. 5. No shell appears on UART0. I have reverted back to 9d1e7a0510 and that version of NuttX has a working SMP configuration. I plan to continue bisecting. ### On which OS does this issue occur? [OS: Linux] ### What is the version of your OS? Linux 6.12.10-arch1-1 #1 SMP PREEMPT_DYNAMIC x86_64 GNU/Linux ### NuttX Version master ### Issue Architecture [Arch: arm] ### Issue Area [Area: Kernel] ### Host information _No response_ ### Verification - [x] I have verified before submitting the report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
