CONFIG_PM_PARTITION_SIZE_MCUBOOT_SECONDARY

Size of MCUboot secondary partition

Type: hex

Help

Must be set to the same size as the 'MCUBOOT_PRIMARY' partition.

Direct dependencies

PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY && (BOOTLOADER_MCUBOOT || MCUBOOT)

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

At <nRF>/subsys/partition_manager/Kconfig:172

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:36

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Partition Manager

config PM_PARTITION_SIZE_MCUBOOT_SECONDARY
    hex "Size of MCUboot secondary partition"
    default 0
    depends on PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY && (BOOTLOADER_MCUBOOT || MCUBOOT)
    help
      Must be set to the same size as the 'MCUBOOT_PRIMARY' partition.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)