Skip to content

PX4 Bootloader for PX4FMU, PX4IO and PX4FLOW

License

Notifications You must be signed in to change notification settings

PX4/PX4-Bootloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

374e570 · Mar 7, 2025
Oct 21, 2024
May 3, 2021
Sep 20, 2022
Feb 9, 2021
May 14, 2019
May 3, 2021
Jan 28, 2021
Nov 24, 2021
Jul 11, 2019
May 3, 2021
Aug 4, 2012
Oct 27, 2022
Oct 19, 2016
Oct 27, 2022
Jul 5, 2018
Jul 12, 2018
Jul 5, 2018
Jul 12, 2018
Feb 9, 2021
Mar 7, 2025
Aug 27, 2022
Oct 8, 2021
Jan 9, 2025
Nov 7, 2019
Oct 27, 2022
Aug 4, 2012
Jul 5, 2018
Jul 5, 2018
Jul 5, 2018
Oct 31, 2018
Nov 7, 2019
Feb 5, 2021
Oct 16, 2021
Nov 7, 2019
Oct 15, 2013
Dec 4, 2015
Jan 28, 2021
May 3, 2021
Sep 25, 2014
Oct 8, 2014
May 3, 2021
Oct 31, 2016
May 3, 2021
Jan 14, 2013
May 3, 2021
Nov 10, 2015

Repository files navigation

Bootloader for the Pixhawk board family

GitHub Actions Status

Build instructions

Build all targets:

git submodule sync --recursive
git submodule update --init --recursive
make

The binaries will be in build/BOARDNAME/BOARDNAME.elf. Two files are built: ELF files for use with JTAG adapters and BIN files for direct onboard upgrading.

Build a specific board: Please check the Makefile for specific build targets.

License

License: LGPL3 for libopencm3, BSD-3-clause for core bootloader (see LICENSE.md)

Contact

Bootloader Usage

The typical use case as used for the the PX4IO is described in px4pipbl.pdf.

To avoid accidental erasure or bad image loading:

  • The bootloader needs to receive PROTO_GET_SYNC and PROTO_GET_DEVICE prior to receiving PROTO_CHIP_ERASE.
  • The bootloader needs to receive PROTO_GET_SYNC and PROTO_GET_DEVICE and PROTO_PROG_MULTI and PROTO_GET_CRC prior to receiving PROTO_BOOT.