Re: [OT] Moving to a RTOS on the RP2040

2024-07-07 Thread Alan C. Assis
Thank you Greg! I didn't know about this detail, normally I use only "depends on" and "select", but in fact "default" fixes the issue! I will submit some fixes to improve our Kconfig. I invite other to help: whenever you see some unsatisfied dependence, please submit a fix. BR, Alan On Sun, Ju

Re: [OT] Moving to a RTOS on the RP2040

2024-07-07 Thread Gregory Nutt
On 7/7/2024 6:05 AM, Alan C. Assis wrote: I was thinking about an idea to include some #ifdefs to detect that some probable feature combination: https://github.com/apache/nuttx/pull/12638 I.E.: if the user selected NET and IPv4 it is probable that he will need ICMP, but we cannot enforce th

Re: [OT] Moving to a RTOS on the RP2040

2024-07-07 Thread Alan C. Assis
I investigated the issue and in fact it was caused by a logic error in our netinit.c, I just submitted a fix: https://github.com/apache/nuttx-apps/pull/2435/commits/0ee93e1aaaca9de2680458278253eeed85808ac

Re: [Article] RISC-V Emulator for Sophgo SG2000 SoC (Pine64 Oz64 SBC)

2024-07-07 Thread Alan C. Assis
Hi Lup, Yes, I took a look at this driver a few days ago. Notice that they didn't include license information on it, so we will need to request permission to release it as Apache. I had a meeting with them a few days ago, they are looking for companies/projects to use their chips. If someone fr

Re: [Article] RISC-V Emulator for Sophgo SG2000 SoC (Pine64 Oz64 SBC)

2024-07-07 Thread Lee, Lup Yuen
Thank you so much Alan! I'm hoping someday we can get WiFi (SDIO) working on Milk-V Duo S / Pine64 Oz64 SBC. But it will be plenty of work :-) Wi-Fi Driver for AICsemi AIC8800: https://github.com/radxa-pkg/aic8800 Lup On Sun, Jul 7, 2024 at 7:09 PM Alan C. Assis wrote: > Very nice Lup! > > Ano

Re: [Article] RISC-V Emulator for Sophgo SG2000 SoC (Pine64 Oz64 SBC)

2024-07-07 Thread Alin Jerpelea
Hi Lup, Kudos! Nice article! Thanks for all the work on the documentation Best regards Alin On Sun, 7 Jul 2024, 14:09 Alan C. Assis, wrote: > Very nice Lup! > > Another great article! I want to test my Milk-V Duo S soon!!! > > BR, > > Alan > > > On Sat, Jul 6, 2024 at 7:18 PM Lee, Lup Yuen

Re: [Article] RISC-V Emulator for Sophgo SG2000 SoC (Pine64 Oz64 SBC)

2024-07-07 Thread Alan C. Assis
Very nice Lup! Another great article! I want to test my Milk-V Duo S soon!!! BR, Alan On Sat, Jul 6, 2024 at 7:18 PM Lee, Lup Yuen wrote: > Earlier this year we made a RISC-V Emulator for Ox64 BL808 SBC. Every day > we run it for testing the Daily NuttX Build for Ox64, thanks to our > custom