-
Reported by @AndrewD, to look at this:
- Run NuttX with LiteEth on a board with `add_ethernet `.
- Run NuttX with LiteEth on a board with `add_etherbone + hybrid mode`.
- If issue with the latter,…
-
@acassis could you fix the following esp warning:
https://github.com/apache/nuttx/actions/runs/8881086734/job/24382775822?pr=12256
```
==============================================================…
-
I am trying to build for the RP2040, but I get this error:
develc@localhost:~/source/nuttx/nuttx$ make -j1
make[1]: Entering directory '/home/develc/source/nuttx/apps'
make[2]: Entering directory…
-
This is mostly a question for @giorez .
The following works for me, no manual partitioning required:
```shell
cd ~/ox64/openbouffalo
# Write the normal Linux image to the SD card if you have…
-
### Describe the bug
I was successfull connect ROS2 and PX4 via serial by the guide [[https://docs.px4.io/main/en/companion_computer/pixhawk_rpi.html](https://github.com/PX4/PX4-Autopilot/issues/url)…
-
### Describe the bug
When I run the gazebo I obtain from px4 the following error:
```
...
ERROR [sensors] Accel #0 fail: STALE!
ERROR [sensors] Gyro #0 fail: STALE!
...
```
I thought that ha…
-
I am trying to build my own app using the export target with the simulator. And I've run into few issues :
To be clear, here's the procedure I following :
1. ./tools/configure.sh sim:nsh
2. make…
-
When i tried to compile for esp32s3, the c++ headers file could not be found. However cmath, cstdio, cstring could be found normally.
Compiler version: esp-13.2.0_20230928
OS: Ubuntu 22.04.3 LTS …
-
The manual says the following:
> The constant _CONFIG_NFILE_STREAMS found in defines the number of streams available.
I go into /usr/local/lib/calypsi-65816/src and dig around, but I don't seem…
-
I am trying to enable the pppd example on nuttx version 12.2.2.1 for the nucleo-f103rb:nsh configuration.
I want to do this so that I can dial a phone call(using SIM7600-G-H), and I figured that ppp…