mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-17 07:54:17 +01:00
build: fixup ins board-info.mk file to match new format
This commit is contained in:
parent
8bd08e381a
commit
c240a927ab
@ -9,5 +9,10 @@ BOARD := STM3210E_INS
|
|||||||
MODEL := HD
|
MODEL := HD
|
||||||
MODEL_SUFFIX := _OP
|
MODEL_SUFFIX := _OP
|
||||||
|
|
||||||
START_OF_BL_CODE := 0x08000000
|
# Note: These must match the values in link_$(BOARD)_memory.ld
|
||||||
START_OF_FW_CODE := 0x08002000
|
BL_BANK_BASE := 0x08000000 # Start of bootloader flash
|
||||||
|
BL_BANK_SIZE := 0x00002000 # Should include BD_INFO region
|
||||||
|
FW_BANK_BASE := 0x08002000 # Start of firmware flash
|
||||||
|
FW_BANK_SIZE := 0x0001E000 # Should include FW_DESC_SIZE
|
||||||
|
|
||||||
|
FW_DESC_SIZE := 0x00000064
|
||||||
|
Loading…
x
Reference in New Issue
Block a user