You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Andrew Tridgell 7c0e18f0c7 Tools: added more bootloader details 7 years ago
..
README.txt Tools: added more bootloader details 7 years ago
aerofcv1_bl.bin Tools: moved bootloaders to Tools/bootloaders 7 years ago
px4fmu_bl.bin Tools: moved bootloaders to Tools/bootloaders 7 years ago
px4fmuv2_bl.bin Tools: moved bootloaders to Tools/bootloaders 7 years ago
px4fmuv2_bl.elf Tools: moved bootloaders to Tools/bootloaders 7 years ago
px4fmuv4_bl.bin Tools: moved bootloaders to Tools/bootloaders 7 years ago
px4fmuv4pro_bl.bin Tools: moved bootloaders to Tools/bootloaders 7 years ago
px4io_bl.bin Tools: moved bootloaders to Tools/bootloaders 7 years ago
px4io_bl.elf Tools: moved bootloaders to Tools/bootloaders 7 years ago
revo405_bl.bin Tools: moved bootloaders to Tools/bootloaders 7 years ago
revo405_bl.elf Tools: moved bootloaders to Tools/bootloaders 7 years ago
skyviper_v2450_bl.bin Tools: added skyviper bootloader 7 years ago

README.txt

These FMU and FMUv2 bootloader images are built from:

https://github.com/ArduPilot/Bootloader

Bootloader details
------------------

px4fmu_bl.bin:
for F405 based fmuv1
boots at 0x08004000
board ID 5

px4fmuv2_bl.bin:
for F427 based fmuv2 boards
boots at 0x08004000
board ID 9

px4fmuv4_bl.bin:
for F427 based fmuv4 boards
boots at 0x08004000
board ID 11

px4io_bl.bin:
for IOMCU on fmuv1

revo405_bl.bin:
for F405 based revolution boards
boots at 0x08010000
reserve sector at 0x08004000 for OSD storage
reserves sectors at 0x08008000 and 0x0800C000 for ArduPilot storage
board ID 70

px4fmuv4pro_bl.bin:
for F427 based p4pro board from drotek

skyviper_v2450_bl.bin:
for F427 based skyviper-v2450 boards (based on fmuv3)
reserves sectors 22 and 23 for ArduPilot storage
board ID 9

Bootloader update on px4 builds
-------------------------------

For ArduPilot builds using HAL_PX4 the bootloaders are stored in ROMFS
to make it easier for users to update their bootloaders using:

bl_update /etc/bootloader/fmu_bl.bin

from a nsh prompt. Users can get a nsh prompt either via the CLI in
test -> shell, or by booting with no SD card installed

to use NSH to do this, please see the Wiki
http://dev.ardupilot.org/wiki/interfacing-with-pixhawk-using-the-nsh