fprime-community / fprime-tutorial-arduino-blinker

https://fprime-community.github.io/fprime-tutorial-arduino-blinker/
Apache License 2.0
2 stars 6 forks source link

Failed to open GPIO #13

Open Nainikas opened 1 week ago

Nainikas commented 1 week ago

The tutorial leads the LED to blink and connect to GPIO 13. After configuration and gds, the GPIO fails to open everytime and displays an error on GPIO 6. The RateGroups also display warnings and the parameter file fails to be read.

image

image

ethancheez commented 1 week ago

Could you let me know which step you are in the tutorial? And what kind of hardware are you using?

By quick inspection based on the screenshots you provided, the Arduino deployment cookiecutter failed as I see a LinuxGpioDriver, which does not work on baremetal devices. Likewise, the log output shows a client-server connection which was not included in the initial tutorial.

The log output shows a "stack size too small" likely because of the comQueue, the depths are too large which will require significant memory that most baremetal devices do not have.