On Wed, Apr 16, 2025 at 1:25 AM Carlos Sanchez
wrote:
> Related PR on the apps side, to make slcan work after the "bitrate no
> longer brings interface up" change:
> https://github.com/apache/nuttx-apps/pull/3059
>
> While testing this, I think I have discovered a small mistake on my
> previous,
On Tue, Apr 15, 2025 at 1:25 PM Carlos Sanchez
wrote:
> Related PR on the apps side, to make slcan work after the "bitrate no
> longer brings interface up" change:
> https://github.com/apache/nuttx-apps/pull/3059
>
> While testing this, I think I have discovered a small mistake on my
> previous,
Hello
If you are in a hurry you can use another pico as picoprobe
https://mcuoneclipse.com/2022/09/17/picoprobe-using-the-raspberry-pi-pico-as-debug-probe/
I find that quite cool.
Sebastien
On 14/04/2025 14:09, Alan C. Assis wrote:
Hi Kevin,
I will order a Pico Debug probe, it is something
Related PR on the apps side, to make slcan work after the "bitrate no
longer brings interface up" change:
https://github.com/apache/nuttx-apps/pull/3059
While testing this, I think I have discovered a small mistake on my
previous, Nuttx-side PR, which slipped by me and by revision: "ret"
might be
Yes, if we can merge both in a single dd command, but keep the
configuration to have a small dd (like that from nshlib) for small
microcontroller as Sebastien suggested, it will be fine.
+1
On Mon, Apr 14, 2025 at 10:59 AM Xiang Xiao
wrote:
> The functionality in system/dd and nshlib is unsync,
Hmm, it explains why the RC1 link was named as 12.9 without RC :-)
Alin, since it wasn't published at https://nuttx.apache.org/download/ yet,
maybe we could release the new one as 12.9 instead of 12.9.1
BTW, I tested 12.7 and 12.8 and usbnsh is working fine on these releases,
so the issue was som
Hi Alan,
12.9 is already released
I will prepare a 12.9.1 release ASAP
Best regards
Alin
Från: Alan C. Assis
Skickat: den 14 april 2025 13:25
Till: dev@nuttx.apache.org
Ämne: Re: [Bug] RP2040 broken, any config&boards, ostest and apps hang
Hi Kevin and Alin,
Hi NuttX,
This is a follow up on previous github issues.
After building and flashing my RP2040 based boards with NuttX on any OS,
for example Windows, Linux, macOS and different machines (including a clean
Linux install) with default configurations, they do not pass the ostest.
Symptoms:
The os
Thank you Kevin,
I will test it later and let you know!
BR,
Alan
On Mon, Apr 14, 2025 at 9:19 AM Kevin Witteveen
wrote:
> Hi Alan,
>
> Can you maybe test the rp2040 with ostest? Also see if "help" is outputting
> reliable text?
> Maybe enable random apps and see if they run fine?
>
> Apparent