Skip to content

Commit

Permalink
samples: zephyr: Use the default MCUBoot PEM key file.
Browse files Browse the repository at this point in the history
Use the default MCUBoot PEM key file in hello-world project settings.
Without it the application is not verified by MCUBoot.

Signed-off-by: Andrej Butok <[email protected]>
  • Loading branch information
butok authored and d3zd3z committed Nov 1, 2023
1 parent 25b7c7a commit 2b924da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/zephyr/hello-world/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ CONFIG_STDOUT_CONSOLE=y

# Enable Zephyr application to be booted by MCUboot
CONFIG_BOOTLOADER_MCUBOOT=y

# Use the default MCUBoot PEM key file (BOOT_SIGNATURE_KEY_FILE)
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"

0 comments on commit 2b924da

Please sign in to comment.