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:32
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/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.)