fixed again compilation, reduced to one the partitions of the flash.

This commit is contained in:
Miguel I. 2025-09-08 21:41:03 +02:00
parent 600555eb5d
commit 33c5f4654c
2 changed files with 7 additions and 27 deletions

View File

@ -23,40 +23,19 @@ mcuboot_primary:
end_address: 0x36000 end_address: 0x36000
region: flash_primary region: flash_primary
size: 0x26000 size: 0x26000
orig_span: orig_span: &id001
- mcuboot_pad - mcuboot_pad
- app - app
span: *id001
mcuboot_primary_app: mcuboot_primary_app:
orig_span: orig_span: &id002
- app - app
region: flash_primary region: flash_primary
address: 0x10200 address: 0x10200
end_address: 0x36000 end_address: 0x36000
region: flash_primary
size: 0x25e00 size: 0x25e00
span: *id002
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
storage: storage:
address: 0x7c000 address: 0x7c000

View File

@ -1 +1,2 @@
SB_CONFIG_BOOTLOADER_MCUBOOT=y SB_CONFIG_BOOTLOADER_MCUBOOT=y
SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y