:orphan: .. title:: FW_INFO_OFFSET .. option:: 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 =================== \ :option:`FW_INFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x200 Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/fw_info/Kconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:9`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10`` → ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:26`` Menu path: (Top) → Modules → Nordic nRF Connect → Firmware Metadata .. parsed-literal:: config FW_INFO_OFFSET hex "The location of firmware info inside this firmware." default 0x200 depends on \ :option:`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.)*