File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ CONFIG_BOOTLOADER_MCUBOOT=y
55
66# Enable mcumgr DFU in application
77CONFIG_MCUMGR=y
8+ CONFIG_UART_MCUMGR=y
89
910# Enable MCUMGR management for both OS and Images
1011CONFIG_MCUMGR_GRP_OS=y
Original file line number Diff line number Diff line change 11# Add MCUboot
22SB_CONFIG_BOOTLOADER_MCUBOOT=y
33
4+ SB_CONFIG_PARTITION_MANAGER=n
5+
46# STEP 2.1 - Add private key for MCUboot
5- SB_CONFIG_BOOT_SIGNATURE_KEY_FILE="\${APP_DIR}/do_not_use_this_key .pem"
7+ SB_CONFIG_BOOT_SIGNATURE_KEY_FILE="\${APP_DIR}/ed_ci_key .pem"
68
79# STEP 2.2. - Configure key type
810SB_CONFIG_MCUBOOT_SIGNATURE_USING_KMU=y
911
1012#Use ED25519 for nRF54 Series or ECDSA for other boards
11- #SB_CONFIG_BOOT_SIGNATURE_TYPE_ED25519=y
12-
13+ SB_CONFIG_BOOT_SIGNATURE_TYPE_ED25519=y
1314#SB_CONFIG_BOOT_SIGNATURE_TYPE_ECDSA_P256=y
1415
1516# STEP 2.3 - Provision KMU automatically through the build system/nrfutil (nRF54L only)
Original file line number Diff line number Diff line change 22CONFIG_LOG=y
33CONFIG_LOG_MODE_IMMEDIATE=y
44
5+ CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n
6+ CONFIG_BOOT_MAX_IMG_SECTORS=512
7+
8+ CONFIG_MCUBOOT_SERIAL=y
9+ CONFIG_BOOT_SERIAL_UART=y
10+ CONFIG_UART_CONSOLE=n
11+
512# Turn on a LED so we can see when Serial Recovery mode is active
613CONFIG_MCUBOOT_INDICATION_LED=y
7-
8- # Increase boot sectors for nRF54LM20
9- CONFIG_BOOT_MAX_IMG_SECTORS=512
You can’t perform that action at this time.
0 commit comments