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.

Direct dependencies

BOOTLOADER_MCUBOOT

(Includes any dependencies from ifs and menus.)

Default

  • “0.0.0+0”

Kconfig definition

At <MCUboot>/zephyr/Kconfig:16

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:3

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