expanded main partition
This commit is contained in:
parent
ca95fe9f36
commit
f629879567
|
|
@ -1,8 +1,8 @@
|
|||
app:
|
||||
address: 0x10000
|
||||
end_address: 0x36000
|
||||
end_address: 0x7c000
|
||||
region: flash_primary
|
||||
size: 0x26000
|
||||
size: 0x6c000
|
||||
|
||||
mcuboot:
|
||||
address: 0x0
|
||||
|
|
@ -20,9 +20,9 @@ mcuboot_pad:
|
|||
|
||||
mcuboot_primary:
|
||||
address: 0x10000
|
||||
end_address: 0x36000
|
||||
end_address: 0x7c000
|
||||
region: flash_primary
|
||||
size: 0x26000
|
||||
size: 0x6c000
|
||||
orig_span: &id001
|
||||
- mcuboot_pad
|
||||
- app
|
||||
|
|
@ -33,8 +33,8 @@ mcuboot_primary_app:
|
|||
- app
|
||||
region: flash_primary
|
||||
address: 0x10200
|
||||
end_address: 0x36000
|
||||
size: 0x25e00
|
||||
end_address: 0x7c000
|
||||
size: 0x6be00
|
||||
span: *id002
|
||||
|
||||
storage:
|
||||
|
|
|
|||
Loading…
Reference in New Issue