PX4: added FMU bootloader images to ROMFS

this makes it much easier for users to update their bootloaders
This commit is contained in:
Andrew Tridgell 2013-09-04 12:53:56 +10:00
parent 639f479c45
commit 474a6d1218
3 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
These FMU and FMUv2 bootloader images are built from:
https://github.com/PX4/Bootloader
They are 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

BIN
mk/PX4/bootloader/px4fmu_bl.bin Executable file

Binary file not shown.

BIN
mk/PX4/bootloader/px4fmuv2_bl.bin Executable file

Binary file not shown.