Skip to content

Commit 2b924da

Browse files
butokd3zd3z
authored andcommitted
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>
1 parent 25b7c7a commit 2b924da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/zephyr/hello-world/prj.conf

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ CONFIG_STDOUT_CONSOLE=y
77

88
# Enable Zephyr application to be booted by MCUboot
99
CONFIG_BOOTLOADER_MCUBOOT=y
10+
11+
# Use the default MCUBoot PEM key file (BOOT_SIGNATURE_KEY_FILE)
12+
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"

0 commit comments

Comments
 (0)