Skip to content

Commit

Permalink
optimize size, reserve board_id, add bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
dakejahl committed Dec 12, 2024
1 parent f6e004d commit 8e0ffd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Tools/AP_Bootloader/board_types.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ TARGET_HW_PX4_FMU_V5X 51
TARGET_HW_PX4_FMU_V6 52
TARGET_HW_PX4_FMU_V6X 53
TARGET_HW_ARK_FMU_V6X 57
TARGET_HW_ARK_FPV 59
TARGET_HW_MINDPX_V2 88
TARGET_HW_PX4_FLOW_V1 6
TARGET_HW_PX4_DISCOVERY_V1 99
Expand Down Expand Up @@ -57,6 +58,7 @@ Reserved "PX4 [BL] FMU v6X.x" 53
Reserved "PX4 [BL] FMU v6C.x" 56

Reserved "ARK [BL] FMU v6X.x" 57
Reserved "ARK [BL] FPV" 59

Reserved "GUMSTIX [BL] FMU v6" 54
Reserved "ARK CAN FLOW" 80
Expand Down
Binary file added Tools/bootloaders/ARK_FPV_bl.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/ARK_FPV/hwdef.dat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ STORAGE_FLASH_PAGE 14
# to use a different RAM_MAP
env USE_ALT_RAM_MAP 1

env OPTIMIZE -O2
env OPTIMIZE -Os

SERIAL_ORDER OTG1 UART7 UART5 USART1 USART2 UART4 USART6 OTG2

Expand Down

0 comments on commit 8e0ffd4

Please sign in to comment.