CONFIG_PELION_UPDATE_PERMANENT

Instruct MCUboot to perform a permanent update instead of a test

Type: bool

Help

Marking new firmware as permanent is useful during the development phase
where applications evolve rapidly.

Direct dependencies

PELION_UPDATE && PELION_SOURCES && PELION_CLIENT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig.client:76

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:26/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm/zephyr/Kconfig:30

Menu path: (Top) → Modules → pelion-dm (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/pelion-dm) → Pelion Device Management Client Library → Build Pelion client from sources → Enable firmware update

config PELION_UPDATE_PERMANENT
    bool "Instruct MCUboot to perform a permanent update instead of a test"
    depends on PELION_UPDATE && PELION_SOURCES && PELION_CLIENT
    help
      Marking new firmware as permanent is useful during the development phase
      where applications evolve rapidly.

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