mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-1104: Update BL to version 6, raise to 0xA0000 so 640Kbyte program size.
+review OPReview #resolve
This commit is contained in:
parent
69372ea62a
commit
b003109eea
@ -1,6 +1,6 @@
|
||||
BOARD_TYPE := 0x09
|
||||
BOARD_REVISION := 0x03
|
||||
BOOTLOADER_VERSION := 0x05
|
||||
BOOTLOADER_VERSION := 0x06
|
||||
HW_TYPE := 0x00
|
||||
|
||||
MCU := cortex-m4
|
||||
@ -39,7 +39,7 @@ EE_BANK_SIZE := 0x00008000 # Size of EEPROM storage area
|
||||
# Leave the remaining 64KB sectors for other uses
|
||||
|
||||
FW_BANK_BASE := 0x08020000 # Start of firmware flash
|
||||
FW_BANK_SIZE := 0x00060000 # Should include FW_DESC_SIZE
|
||||
FW_BANK_SIZE := 0x000A0000 # Should include FW_DESC_SIZE
|
||||
|
||||
FW_DESC_SIZE := 0x00000064
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user