Updating the Flight Controller

The flight controller can be updated over USB using the standard PX4 uploader script.

A helper script is also included in the ARK-Electronics/ark_jetson_scripts repository.

Building and Flashing PX4 on the Jetson

You can build and flash PX4 from the Jetson. Follow the normal Ubuntu dev guide instructions for cloning PX4, installing the toolchain, and building the firmware.

You may need to install gcc-arm-none-eabi separately through apt.

sudo apt install gcc-arm-none-eabi

If you are using the ARKV6X flight controller, you can build and flash PX4 using the following command.

make ark_fmu-v6x upload

Last updated