Browse Source

Update all H7 Bootloders

v1.13.0-BW
David Sidrane 3 years ago committed by Daniel Agar
parent
commit
a057b38c40
No known key found for this signature in database
GPG Key ID: FD3CBA98017A69DE
  1. 2
      Makefile
  2. BIN
      boards/cuav/nora/extras/cuav_nora_bootloader.bin
  3. BIN
      boards/cuav/x7pro/extras/cuav_x7pro_bootloader.bin
  4. BIN
      boards/cubepilot/cubeorange/extras/cubepilot_cubeorange_bootloader.bin
  5. BIN
      boards/holybro/durandal-v1/extras/holybro_durandal-v1_bootloader.bin
  6. BIN
      boards/holybro/kakuteh7/extras/holybro_kakuteh7_bootloader.bin
  7. BIN
      boards/matek/h743-slim/extras/matek_h743-slim_bootloader.bin
  8. BIN
      boards/modalai/fc-v2/extras/modalai_fc-v2_bootloader.bin
  9. BIN
      boards/mro/ctrl-zero-classic/extras/mro_ctrl-zero-classic_bootloader.bin
  10. 2
      boards/mro/ctrl-zero-classic/nuttx-config/bootloader/defconfig
  11. BIN
      boards/mro/ctrl-zero-h7-oem/extras/mro_ctrl-zero-h7-oem_bootloader.bin
  12. BIN
      boards/mro/ctrl-zero-h7/extras/mro_ctrl-zero-h7_bootloader.bin
  13. BIN
      boards/mro/pixracerpro/extras/mro_pixracerpro_bootloader.bin
  14. BIN
      boards/px4/fmu-v6c/extras/px4_fmu-v6c_bootloader.bin
  15. BIN
      boards/px4/fmu-v6u/extras/px4_fmu-v6u_bootloader.bin
  16. BIN
      boards/px4/fmu-v6x/extras/px4_fmu-v6x_bootloader.bin

2
Makefile

@ -331,7 +331,7 @@ px4io_update: px4_io-v2_default cubepilot_io-v2_default
cp build/cubepilot_io-v2_default/cubepilot_io-v2_default.bin boards/cubepilot/cubeyellow/extras/cubepilot_io-v2_default.bin cp build/cubepilot_io-v2_default/cubepilot_io-v2_default.bin boards/cubepilot/cubeyellow/extras/cubepilot_io-v2_default.bin
git status git status
bootloaders_update: cuav_nora_bootloader cuav_x7pro_bootloader cubepilot_cubeorange_bootloader holybro_durandal-v1_bootloader matek_h743-slim_bootloader modalai_fc-v2_bootloader mro_ctrl-zero-h7_bootloader mro_ctrl-zero-h7-oem_bootloader mro_pixracerpro_bootloader px4_fmu-v6u_bootloader px4_fmu-v6x_bootloader bootloaders_update: cuav_nora_bootloader cuav_x7pro_bootloader cubepilot_cubeorange_bootloader holybro_durandal-v1_bootloader holybro_kakuteh7_bootloader matek_h743-slim_bootloader modalai_fc-v2_bootloader mro_ctrl-zero-classic_bootloader mro_ctrl-zero-h7_bootloader mro_ctrl-zero-h7-oem_bootloader mro_pixracerpro_bootloader px4_fmu-v6c_bootloader px4_fmu-v6u_bootloader px4_fmu-v6x_bootloader
git status git status
.PHONY: coverity_scan .PHONY: coverity_scan

BIN
boards/cuav/nora/extras/cuav_nora_bootloader.bin

Binary file not shown.

BIN
boards/cuav/x7pro/extras/cuav_x7pro_bootloader.bin

Binary file not shown.

BIN
boards/cubepilot/cubeorange/extras/cubepilot_cubeorange_bootloader.bin

Binary file not shown.

BIN
boards/holybro/durandal-v1/extras/holybro_durandal-v1_bootloader.bin

Binary file not shown.

BIN
boards/holybro/kakuteh7/extras/holybro_kakuteh7_bootloader.bin

Binary file not shown.

BIN
boards/matek/h743-slim/extras/matek_h743-slim_bootloader.bin

Binary file not shown.

BIN
boards/modalai/fc-v2/extras/modalai_fc-v2_bootloader.bin

Binary file not shown.

BIN
boards/mro/ctrl-zero-classic/extras/mro_ctrl-zero-classic_bootloader.bin

Binary file not shown.

2
boards/mro/ctrl-zero-classic/nuttx-config/bootloader/defconfig

@ -11,7 +11,7 @@
# CONFIG_STM32H7_SYSCFG is not set # CONFIG_STM32H7_SYSCFG is not set
CONFIG_ARCH="arm" CONFIG_ARCH="arm"
CONFIG_ARCH_BOARD_CUSTOM=y CONFIG_ARCH_BOARD_CUSTOM=y
CONFIG_ARCH_BOARD_CUSTOM_DIR="../nuttx-config" CONFIG_ARCH_BOARD_CUSTOM_DIR="../../../../boards/mro/ctrl-zero-classic/nuttx-config"
CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y CONFIG_ARCH_BOARD_CUSTOM_DIR_RELPATH=y
CONFIG_ARCH_BOARD_CUSTOM_NAME="px4" CONFIG_ARCH_BOARD_CUSTOM_NAME="px4"
CONFIG_ARCH_CHIP="stm32h7" CONFIG_ARCH_CHIP="stm32h7"

BIN
boards/mro/ctrl-zero-h7-oem/extras/mro_ctrl-zero-h7-oem_bootloader.bin

Binary file not shown.

BIN
boards/mro/ctrl-zero-h7/extras/mro_ctrl-zero-h7_bootloader.bin

Binary file not shown.

BIN
boards/mro/pixracerpro/extras/mro_pixracerpro_bootloader.bin

Binary file not shown.

BIN
boards/px4/fmu-v6c/extras/px4_fmu-v6c_bootloader.bin

Binary file not shown.

BIN
boards/px4/fmu-v6u/extras/px4_fmu-v6u_bootloader.bin

Binary file not shown.

BIN
boards/px4/fmu-v6x/extras/px4_fmu-v6x_bootloader.bin

Binary file not shown.
Loading…
Cancel
Save