Hello
We want modify mcuboot_primary and mcuboot_secondary partition.
mcuboot_primary end_address change to 0x70000 and size change to 0x60000.
mcuboot_secondary end_address change to 0xD0000 and size change to 0x60000.
Please help us to do the change.
Thanks
Our original partitions.yml
mcuboot_primary:
address: 0x10000
end_address: 0x80000
orig_span: &id001
- app
- spm
- mcuboot_pad
region: flash_primary
sharers: 0x1
size: 0x70000
span: *id001
mcuboot_secondary:
address: 0x80000
end_address: 0xf0000
placement:
after:
- mcuboot_primary
align:
start: 0x8000
region: flash_primary
share_size:
- mcuboot_primary
size: 0x70000