fixed again compilation, reduced to one the partitions of the flash.
This commit is contained in:
parent
600555eb5d
commit
33c5f4654c
|
|
@ -23,40 +23,19 @@ mcuboot_primary:
|
|||
end_address: 0x36000
|
||||
region: flash_primary
|
||||
size: 0x26000
|
||||
orig_span:
|
||||
orig_span: &id001
|
||||
- mcuboot_pad
|
||||
- app
|
||||
span: *id001
|
||||
|
||||
mcuboot_primary_app:
|
||||
orig_span:
|
||||
orig_span: &id002
|
||||
- app
|
||||
region: flash_primary
|
||||
address: 0x10200
|
||||
end_address: 0x36000
|
||||
region: flash_primary
|
||||
size: 0x25e00
|
||||
|
||||
mcuboot_secondary:
|
||||
address: 0x36000
|
||||
end_address: 0x7c000
|
||||
span: [mcuboot_secondary_pad, mcuboot_secondary_app]
|
||||
region: flash_primary
|
||||
size: 0x26000
|
||||
|
||||
mcuboot_secondary_app:
|
||||
address: 0x36200
|
||||
end_address: 0x7c000
|
||||
placement:
|
||||
after: [mcuboot_secondary_pad]
|
||||
region: flash_primary
|
||||
size: 0x25e00
|
||||
|
||||
mcuboot_secondary_pad:
|
||||
address: 0x36000
|
||||
end_address: 0x36200
|
||||
placement:
|
||||
after: [mcuboot_primary]
|
||||
region: flash_primary
|
||||
size: 0x200
|
||||
span: *id002
|
||||
|
||||
storage:
|
||||
address: 0x7c000
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
SB_CONFIG_BOOTLOADER_MCUBOOT=y
|
||||
SB_CONFIG_BOOTLOADER_MCUBOOT=y
|
||||
SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y
|
||||
Loading…
Reference in New Issue