CONFIG_FMFU_FDEV_SKIP_PREVALIDATION

Skip prevalidation of modem firmware

Type: bool

Help

Set this option to skip prevalidation of the modem firmware. Note
that the modem will still verify the validity of the modem firmmware
before booting it, but only after it has been written to the modem.
This option

Direct dependencies

FMFU_FDEV

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <nRF>/subsys/dfu/fmfu_fdev/Kconfig:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:50<nRF>/subsys/Kconfig:12<nRF>/subsys/dfu/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → DFU → Full Modem Firmware Upgrade from flash device

config FMFU_FDEV_SKIP_PREVALIDATION
    bool "Skip prevalidation of modem firmware"
    depends on FMFU_FDEV
    help
      Set this option to skip prevalidation of the modem firmware. Note
      that the modem will still verify the validity of the modem firmmware
      before booting it, but only after it has been written to the modem.
      This option

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