File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
boards/nordic/bm_nrf54l15dk
samples/boot/mcuboot_recovery_retention Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 48
48
49
49
boot_partition: partition@0 {
50
50
label = "boot";
51
- reg = <0x00000000 DT_SIZE_K(36 )>;
51
+ reg = <0x00000000 DT_SIZE_K(40 )>;
52
52
};
53
53
54
54
slot0_partition: partition@9000 {
55
55
label = "slot0";
56
- reg = <0x00009000 DT_SIZE_K(1294 )>;
56
+ reg = <0x0000a000 DT_SIZE_K(1290 )>;
57
57
};
58
58
59
59
slot1_partition: partition@14c800 {
Original file line number Diff line number Diff line change
1
+ SB_CONFIG_BM_BOOTLOADER_MCUBOOT=y
2
+ SB_CONFIG_BM_FIRMWARE_LOADER_BT_MCUMGR=y
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 1
1
CONFIG_RETAINED_MEM=y
2
2
CONFIG_RETENTION=y
3
3
CONFIG_RETENTION_BOOT_MODE=y
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