Skip to content

Commit 4bd74bf

Browse files
committed
Align L9E2
1 parent 4ba20a4 commit 4bd74bf

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

l9/l9_e2_sol/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CONFIG_BOOTLOADER_MCUBOOT=y
55

66
# Enable mcumgr DFU in application
77
CONFIG_MCUMGR=y
8+
CONFIG_UART_MCUMGR=y
89

910
# Enable MCUMGR management for both OS and Images
1011
CONFIG_MCUMGR_GRP_OS=y

l9/l9_e2_sol/sysbuild.conf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Add MCUboot
22
SB_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
810
SB_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)

l9/l9_e2_sol/sysbuild/mcuboot.conf

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
CONFIG_LOG=y
33
CONFIG_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
613
CONFIG_MCUBOOT_INDICATION_LED=y
7-
8-
# Increase boot sectors for nRF54LM20
9-
CONFIG_BOOT_MAX_IMG_SECTORS=512

0 commit comments

Comments
 (0)