2017-08-02 03:06:45 +08:00
|
|
|
# Print a banner on the UART on startup.
|
|
|
|
CONFIG_BOOT_BANNER=y
|
|
|
|
|
2017-11-14 08:43:46 +08:00
|
|
|
# Enable console and printk()
|
|
|
|
CONFIG_PRINTK=y
|
|
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
|
|
|
2018-03-26 23:30:43 +08:00
|
|
|
# Enable Zephyr application to be booted by MCUboot
|
|
|
|
CONFIG_BOOTLOADER_MCUBOOT=y
|
2023-10-11 15:44:11 +08:00
|
|
|
|
|
|
|
# Use the default MCUBoot PEM key file (BOOT_SIGNATURE_KEY_FILE)
|
|
|
|
CONFIG_MCUBOOT_SIGNATURE_KEY_FILE="bootloader/mcuboot/root-rsa-2048.pem"
|