-
CONFIG_FW_VALIDATION_METADATA_OFFSET
¶
Offset to store validation metadata at.
Type: int
Help¶
Must be either 0 or larger than size of application. If 0 is set, the metadata will be appended directly after the application image, aligned to closest word.
Defaults¶
- 0 if
FW_METADATA
Kconfig definition¶
At ../nrf/subsys/fw_metadata/Kconfig:12
Included via Kconfig:10
→ Kconfig.zephyr:10
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9
→ ../nrf/subsys/Kconfig:24
Menu path: (top menu) → Nordic nRF Connect → Firmware Metadata
config FW_VALIDATION_METADATA_OFFSET int prompt "Offset to store validation metadata at." ifFW_METADATA
default 0 ifFW_METADATA
depends onFW_METADATA
help Must be either 0 or larger than size of application. If 0 is set, the metadata will be appended directly after the application image, aligned to closest word.
(Definitions include propagated dependencies, including from if’s and menus.)