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.

Direct dependencies

FW_INFO

(Includes any dependencies from ifs and menus.)

Default

  • 0x200

Kconfig definition

At <nRF>/subsys/fw_info/Kconfig:13

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

Menu path: (Top) → Modules → 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.)