# PX4-Bootloader **Repository Path**: px4pilot/PX4-Bootloader ## Basic Information - **Project Name**: PX4-Bootloader - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause-Clear - **Default Branch**: aviaks-pr-smartap-pro-bl - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-26 - **Last Updated**: 2024-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bootloaders for the Pixhawk board family [![Build Status](https://travis-ci.org/PX4/Bootloader.svg?branch=master)](https://travis-ci.org/PX4/Bootloader) ## 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: LGPL for libopencm3, BSD for core bootloader (see LICENSE.md) ## Contact * Chat: [Dronecode Slack](http://slack.px4.io) * Forum: [Dronecode Discuss](http://discuss.px4.io)