samples: zephyr: Use the default MCUBoot PEM key file.

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 <andrey.butok@nxp.com>
This commit is contained in:
Andrej Butok 2023-10-11 09:44:11 +02:00 committed by David Brown
parent 25b7c7a8e7
commit 2b924da464
1 changed files with 3 additions and 0 deletions

View File

@ -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"