-
CONFIG_MCUBOOT_IMAGE_VERSION
¶
Image version
Type: string
Help¶
Value to be passed as ‘version’ argument to ‘imgtool.py’ when creating signed image. Note that no semantics are connected to this variable. It does not provide downgrade prevention, and is only valuable for debugging purposes. Format: maj.min.rev+build with latter parts optional.
Default¶
“0.0.0+0”
Kconfig definition¶
At <nRF>/modules/mcuboot/Kconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:8
Menu path: (Top) → Modules → mcuboot (/home/runner/work/sdk-nrf/sdk-nrf/ncs/bootloader/mcuboot) → MCUboot
config MCUBOOT_IMAGE_VERSION
string "Image version"
default "0.0.0+0"
depends on BOOTLOADER_MCUBOOT
help
Value to be passed as 'version' argument to 'imgtool.py' when
creating signed image. Note that no semantics are connected to
this variable. It does not provide downgrade prevention, and is only
valuable for debugging purposes. Format: maj.min.rev+build with
latter parts optional.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)