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:
parent
25b7c7a8e7
commit
2b924da464
|
@ -7,3 +7,6 @@ CONFIG_STDOUT_CONSOLE=y
|
||||||
|
|
||||||
# Enable Zephyr application to be booted by MCUboot
|
# Enable Zephyr application to be booted by MCUboot
|
||||||
CONFIG_BOOTLOADER_MCUBOOT=y
|
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"
|
||||||
|
|
Loading…
Reference in New Issue