mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-19 14:23:57 -04:00
Tools: moved bootloaders to Tools/bootloaders
This commit is contained in:
parent
3bec25da85
commit
d6f3ef0be1
15
Tools/bootloaders/README.txt
Normal file
15
Tools/bootloaders/README.txt
Normal file
@ -0,0 +1,15 @@
|
||||
These FMU and FMUv2 bootloader images are built from:
|
||||
|
||||
https://github.com/ArduPilot/Bootloader
|
||||
|
||||
On PX4 builds 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
|
||||
|
||||
to use NSH to do this, please see the Wiki
|
||||
http://dev.ardupilot.org/wiki/interfacing-with-pixhawk-using-the-nsh
|
||||
|
BIN
Tools/bootloaders/revo405_bl.bin
Executable file
BIN
Tools/bootloaders/revo405_bl.bin
Executable file
Binary file not shown.
BIN
Tools/bootloaders/revo405_bl.elf
Executable file
BIN
Tools/bootloaders/revo405_bl.elf
Executable file
Binary file not shown.
@ -1,13 +0,0 @@
|
||||
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
|
||||
|
||||
to use NSH to do this, please see the Wiki http://dev.ardupilot.org/wiki/interfacing-with-pixhawk-using-the-nsh
|
Loading…
Reference in New Issue
Block a user