mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-19 03:40:59 +00:00
8392bad9a2
There are two overlays because one is without recovery/update and one with. [no changelog]
27 lines
386 B
YAML
27 lines
386 B
YAML
mcuboot:
|
|
address: 0x0
|
|
size: 0xc000
|
|
mcuboot_pad:
|
|
address: 0xc000
|
|
size: 0x200
|
|
app:
|
|
address: 0x10200
|
|
size: 0x6de00
|
|
mcuboot_primary:
|
|
orig_span: &id001
|
|
- mcuboot_pad
|
|
- app
|
|
span: *id001
|
|
address: 0xc000
|
|
size: 0x6e000
|
|
mcuboot_primary_app:
|
|
orig_span: &id002
|
|
- app
|
|
span: *id002
|
|
address: 0x10200
|
|
size: 0x6de00
|
|
settings_storage:
|
|
address: 0x7e000
|
|
size: 0x2000
|
|
|