-
use Waf to build an ardupliot firmware for the chosen board. Tutorials to use Waf https://github.com/ArduPilot/ardupilot/blob/master/BUILD.md.
- clean previous built firmware
cd ardupliot ./waf distclean
- The available list can be found by
cd ardupliot ./waf list_boards
- video tutorial for next two steps https://youtu.be/lNSvAPZOM_o.
- choose firmware - it is Pixhawk5X for us
cd ardupliot ./waf configure --board Pixhawk5X
- build it
cd ardupliot ./waf copter
- find the built ardupliot file at /ardupliot/build/board_name/bin, like
- we can download an Arduploit firmware at https://firmware.ardupilot.org/ choosing
- drone type
- board of autoploit
- features that are needed
- we can find version 4.3. and its corresponding files for Pixhwask5