Flashing PX4 Binary and Vehicle Config
How to flash PX4 firmware and the vehicle configuration file onto a local Skynode without repackaging AuterionOS and without building the firmware from source.
Disclaimer
Updating PX4 on local Skynode
Upload a APX4 binary to Skynode
# In the Auterion Developer Tools directory:
make fmu-update firmwarePath=fmu/binaries/px4_fmu-v5x_default.px4# In the Auterion Developer Tools directory:
make fmu-update firmwarePath=fmu/binaries/px4_fmu-v6x_default.px4# In the Auterion Developer Tools directory:
make fmu-update firmwarePath=fmu/binaries/px4_fmu-v6s_default.px4Upload APX4 Configuration to Skynode
# In the Auterion Developer Tools directory:
make fmu-update configurationDir=fmu/configUpload configuration and binary simultaneously
Last updated