40 lines
776 B
YAML
40 lines
776 B
YAML
# Static Partition Manager layout for sysbuild builds.
|
|
# Keep this aligned with boards/iten/buzzy/buzzy.dts internal flash partitions.
|
|
|
|
mcuboot:
|
|
address: 0x0
|
|
size: 0xC000
|
|
region: flash_primary
|
|
|
|
mcuboot_pad:
|
|
address: 0xC000
|
|
size: 0x200
|
|
region: flash_primary
|
|
|
|
app:
|
|
address: 0xC200
|
|
size: 0x75E00
|
|
region: flash_primary
|
|
|
|
mcuboot_primary:
|
|
address: 0xC000
|
|
size: 0x76000
|
|
region: flash_primary
|
|
span: [mcuboot_pad, app]
|
|
|
|
mcuboot_secondary:
|
|
address: 0x82000
|
|
size: 0x76000
|
|
region: flash_primary
|
|
|
|
# Internal flash tail partition (8 x 4 KiB pages) for ZMS/settings-style usage.
|
|
storage:
|
|
address: 0xF8000
|
|
size: 0x8000
|
|
region: flash_primary
|
|
|
|
# External flash LittleFS image area.
|
|
littlefs_storage:
|
|
address: 0x0
|
|
size: 0x800000
|
|
region: external_flash |