Skip to content

Commit

Permalink
mcuboot.conf: Add version number for Pico
Browse files Browse the repository at this point in the history
The firmware update image for Pico using MCUBoot can have a version
assigned to it. this commit adds this configuration to mcuboot.conf.

Signed-off-by: Takuya Sasaki <takuya.sasaki@spacecubics.com>
  • Loading branch information
sasataku committed Nov 24, 2024
1 parent afa4a65 commit 1bff2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pico/mcuboot.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_MCUBOOT_GENERATE_UNSIGNED_IMAGE=y
CONFIG_MCUBOOT_IMGTOOL_SIGN_VERSION="1.0.0+0"

0 comments on commit 1bff2d0

Please sign in to comment.