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