1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-23 06:48:16 +00:00
trezor-firmware/west/trezor/trezor-ble/pm_static.yml
Ondrej Mikle 2dbdd0b909 feat(west): add partition image for bootloader and bootloader overlays
There are two overlays because one is without recovery/update and one with.

[no changelog]
2024-12-17 12:21:21 +01:00

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