PX4 Setup
Installing firmware for the PixHawk.
Last updated
Was this helpful?
Installing firmware for the PixHawk.
Last updated
Was this helpful?
Was this helpful?
cd ~
cd Downloads/
chmod +x ./QGroundControl.AppImage
./QGroundControl.AppImage (or double click)# creates install directory. Change this if required.
mkdir -p ~/src
cd ~/src
# download Firmware
git clone https://github.com/PX4/Firmware.git
cd Firmware
#The following is what you have to do when you are going to work on a board.... Wait for it :)
# building
make px4fmu-v2_default
# upload to board
make px4fmu-v2_default upload