- clone PX4-Autopilot repository
$ mkdir ~/thepeach_drone
$ cd ~/thepeach_drone
$ git clone https://github.com/the-peach-drone/PX4-Autopilot.git --recursive
- To install Nuttx/Pixhawk toolchain
$ bash ./PX4-Autopilot/Tools/setup/ubuntu.sh
- How to build THE PEACH K1's firmware
$ cd ~/thepeach_drone/PX4-Autopilot
$ make thepeach_k1_default
-- Build thepeach_k1_default.px4 files have been written to: /home/thepeach-drone/PX4-Autopilot/build/thepeach_k1_default/
- How to build THE PEACH R1's firmware
$ cd ~/thepeach_drone/PX4-Autopilot
$ make thepeach_r1_default
-- Build thepeach_r1_default.px4 files have been written to: /home/thepeach-drone/PX4-Autopilot/build/thepeach_r1_default/