26 lines
495 B
YAML
26 lines
495 B
YAML
# Partition manager configuration for firmware_node
|
|
|
|
# Boot partition (MCUboot)
|
|
mcuboot_primary:
|
|
address: 0x00000000
|
|
size: 0x8000
|
|
region: flash_primary
|
|
|
|
# Application partition (primary slot)
|
|
mcuboot_primary_app:
|
|
address: 0x00008000
|
|
size: 0x18000
|
|
region: flash_primary
|
|
|
|
# Secondary slot for updates
|
|
mcuboot_secondary:
|
|
address: 0x00020000
|
|
size: 0x18000
|
|
region: flash_primary
|
|
|
|
# Settings partition
|
|
settings_partition:
|
|
address: 0x00038000
|
|
size: 0x8000
|
|
region: flash_primary
|