CONFIG_FW_INFO_OFFSET
The location of firmware info inside this firmware.
Type: hex
Help
The location of firmware information inside the current firmware
image. Valid values are 0x0, 0x200, 0x400, 0x800, and 0x1000.
Compatible readers of firmware information should search all possible
offsets. Note that all space between the vector table and this address
is unused.
Default
0x200
Kconfig definition
At <nRF>/subsys/fw_info/Kconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <nRF>/subsys/Kconfig:32
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Firmware Metadata
config FW_INFO_OFFSET
hex "The location of firmware info inside this firmware."
default 0x200
depends on FW_INFO
help
The location of firmware information inside the current firmware
image. Valid values are 0x0, 0x200, 0x400, 0x800, and 0x1000.
Compatible readers of firmware information should search all possible
offsets. Note that all space between the vector table and this address
is unused.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)