Skip to content

Commit 7a0c70b

Browse files
nvlsianpubjarki-andreasen
authored andcommitted
[nrf noup] boot/zephyr/boards: nRF54l15pdk ext flash cfg
Added configuration which allows to build MCUboot for nrf54l15pdk_nrf54l15_cpuapp with external flash used for the secondary slot. Signed-off-by: Andrzej Puzdrowski <[email protected]> (cherry picked from commit 78bc87c)
1 parent e836116 commit 7a0c70b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CONFIG_MULTITHREADING=y
2+
CONFIG_SPI=y
3+
CONFIG_SPI_NOR=y
4+
CONFIG_FLASH=y
5+
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x14000
6+
CONFIG_MAIN_STACK_SIZE=20480
7+
CONFIG_BOOT_MAX_IMG_SECTORS=512
8+
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/ {
2+
chosen {
3+
nordic,pm-ext-flash = &mx25r64;
4+
};
5+
};
6+
7+
8+
&mx25r64 {
9+
status = "okay";
10+
};

0 commit comments

Comments
 (0)