Dear community,
I am wondering if anyone knows how to use a NuttX SDK exported via `make export`
from nuttx repository for apps development in non-kernel mode?
In kernel mode, I am using it everyday like below:
```bash
$ cd nuttx
$ tools/configure.sh rv-virt:nsh
$ make -j
$ make -j export
$ ls -
Tiago,
Thank you and Congratulations!
Regarding the following paragraph:
> One can argue that Python wasn’t designed to run on resource-constrained
devices - like the ones that are supported by the NuttX RTOS - and that there
are other alternatives for developing embedded applications.
I just
+1
On Mon, 2025-04-07 at 17:13 +0800, chao an wrote:
> Hi community,
>
> Some green hand and individual developer who are not familiar with nuttx
> may be confused by the naming of modlib, in currect implement, modlib as an
> elf loader and parser, does not provide any features other than elf.
>
"credits" or "license" for more information.
> > > > print(123)
> 123
> > > >
>
> Lup
>
> On Wed, Apr 9, 2025 at 4:34 PM Yanfeng Liu wrote:
>
> > Lup,
> >
> > Thanks for the information, I can build with xpack toolchai
Hi,
-1 here.
Checked mainly with rv-virt on Ubuntu 22.04 with riscv64-unknown-elf-gcc
toolchain 10.2.0 mainly.
Passed configs: nsh, knsh, nsbi, flats
Minor issue:
- rv-virt:python (failed to build with both 10.2 and 14.2)
Regards,
yf
On Tue, 2025-04-08 at 07:21 +0200, Alin Jerpelea wrote:
+, alin.jerpe...@sony.com wrote:
> Hi Liu,
>
> thanks for your feedback
> Can you link the missing patches?
>
> Thanks
> Alin
>
> ____________
> Från: Yanfeng Liu
> Skickat: den 9 april 2025 09:42
> Till: dev@nuttx.apache.org
> Ä
Hi,
Here my tests on QEMU rv-virt target basically passed, so vote +1 for it.
Most configs works smoothly except the `rv-virt:smp` one needs minor tweaks.
Below are detailed logs.
### toolchain
Toolchain name: `gcc-riscv64-unknown-elf 10.2.0-0ubuntu1` on Ubuntu 22.04
```shell
$ riscv64-unknow