Upload compiled firmware of Pixhawk from odroid
PreviousTerminatorNextKết nối internet và Ethernet với Odroid (qua Switch) và 1 card mạng kết nối internet
Last updated
Was this helpful?
Last updated
Was this helpful?
Here is the method for uploading firmware with the necessary of opening AUV tube each time:
Compile firmware in Ground station computer
cd build_px4fmu-v2_default/src/firmware/nuttx
3) scp px4fmu-v2 default.px4 odroid@odroid:/home/odroid/uploader
Then
ssh odroid@odroid
cd uploader
python px_uploader.py --force --port /dev/ttyACM0 px4fmu-v2_default.px4
The original code of px_uploader.py is saved in google driver as in the following link: