File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
boards/nordic/bm_nrf54l15dk
samples/boot/mcuboot_recovery_retention Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 27
27
28
28
boot_partition: partition@0 {
29
29
label = "boot";
30
- reg = <0x00000000 DT_SIZE_K(32 )>;
30
+ reg = <0x00000000 DT_SIZE_K(40 )>;
31
31
};
32
32
33
33
slot0_partition: partition@8000 {
34
34
label = "slot0";
35
- reg = <0x00008000 DT_SIZE_K(1298 )>;
35
+ reg = <0x0000a000 DT_SIZE_K(1290 )>;
36
36
};
37
37
38
38
slot1_partition: partition@14c800 {
Original file line number Diff line number Diff line change 1
1
SB_CONFIG_BM_BOOTLOADER_MCUBOOT=y
2
2
SB_CONFIG_BM_FIRMWARE_LOADER_BT_MCUMGR=y
3
3
SB_CONFIG_SOFTDEVICE_S115=y
4
+ SB_CONFIG_BM_BOOTLOADER_MCUBOOT_SIGNATURE_TYPE_ED25519=y
5
+ SB_CONFIG_MCUBOOT_GENERATE_DEFAULT_KMU_KEYFILE=y
Original file line number Diff line number Diff line change @@ -2,3 +2,11 @@ CONFIG_RETAINED_MEM=y
2
2
CONFIG_RETENTION=y
3
3
CONFIG_RETENTION_BOOT_MODE=y
4
4
CONFIG_BOOT_FIRMWARE_LOADER_BOOT_MODE=y
5
+ CONFIG_NRF_SECURITY=y
6
+ CONFIG_MBEDTLS_PSA_CRYPTO_C=y
7
+ CONFIG_PSA_CORE_LITE=y
8
+ CONFIG_PSA_CORE_LITE_NSIB_ED25519_OPTIMIZATIONS=y
9
+ CONFIG_CRACEN_IKG=n
10
+ CONFIG_BOOT_SIGNATURE_USING_KMU=y
11
+ CONFIG_LTO=y
12
+ CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
You can’t perform that action at this time.
0 commit comments