Re: [EXT] socketcan ioctl(...SIOCSCANBITRATE...) brings the interface up

2025-04-15 Thread Xiang Xiao
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,

Re: [EXT] socketcan ioctl(...SIOCSCANBITRATE...) brings the interface up

2025-04-15 Thread Nathan Hartman
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,

Re: [Bug] RP2040 broken, any config&boards, ostest and apps hang

2025-04-15 Thread Sebastien Lorquet
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

Re: [EXT] socketcan ioctl(...SIOCSCANBITRATE...) brings the interface up

2025-04-15 Thread Carlos Sanchez
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

Re: Vote for using system dd instead of nsh dd, avoid duplicate code

2025-04-15 Thread Alan C. Assis
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,

Re: [Bug] RP2040 broken, any config&boards, ostest and apps hang

2025-04-15 Thread Alan C. Assis
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

Sv: [Bug] RP2040 broken, any config&boards, ostest and apps hang

2025-04-15 Thread alin.jerpe...@sony.com
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,

[Bug] RP2040 broken, any config&boards, ostest and apps hang

2025-04-15 Thread Kevin Witteveen
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

Re: [Bug] RP2040 broken, any config&boards, ostest and apps hang

2025-04-15 Thread Alan C. Assis
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