Replies: 2 comments 5 replies
-
In the container, you need to make sure to upgrade the Python packages. Something like this should do it:
|
Beta Was this translation helpful? Give feedback.
-
UPDATE: I ended up cross compiling in a linux machine. New issue: When executing the deployment on the RPI5, I am getting the following warnings at the start and the LED does not blink despite seemingly receiving the commants and logging events correctly... are these two things linked? I do not get this warnings when running the fprime gds locally in the same deployment... This is the log output I get from the RPI in the ssh shell: [NOTE] Task Permissions: [WARNING] cmdDisp stack size of 65536 is too small, clamping to 131072 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, after following all the cross compilation tutorial to build the led blinker project for a raspberry pi, when running "fprime-util build aarch64-linux" I get the following:
[WARNING] fprime-fpp has unexpected version. Expected: 2.3.1 found 1.2.0
[WARNING] fprime-tools has unexpected version. Expected: 3.6.1 found 3.2.0
[WARNING] fprime-gds has unexpected version. Expected: 3.6.1 found 3.2.0
gmake: Makefile: No such file or directory
gmake: *** No rule to make target 'Makefile'. Stop.
[CMAKE] CMake failed to detect target, attempting CMake cache refresh and retry
[CMAKE] CMake failed to detect target, attempting CMake cache refresh and retry
[ERROR] CMake erred with return code 2
Any help?
Beta Was this translation helpful? Give feedback.
All reactions