CONFIG_SB_VALIDATION_METADATA_OFFSET

Offset at which to store validation metadata.

Type: int

Help

Must be either 0 or larger than the size of the application. If 0, the metadata is appended directly after the application image, aligned to the closest word.

Default

  • 0

Kconfig definition

At <nRF>/subsys/bootloader/bl_validation/Kconfig:45

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:8<nRF>/subsys/bootloader/Kconfig:226

Menu path: (Top) → Modules → Nordic nRF Connect → Bootloader → Secure Boot firmware validation

config SB_VALIDATION_METADATA_OFFSET
    int "Offset at which to store validation metadata."
    default 0
    help
      Must be either 0 or larger than the size of the application. If 0,
      the metadata is appended directly after the application image,
      aligned to the closest word.

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