Skip to content

Commit 3131c92

Browse files
nvlsianpunordicjm
authored andcommitted
[nrf noup] boot/zephyr/boards: nrf54l15pdk ext-flash update
This patch supplements the configuration for external flash so MCUboot can be build with FILE_SUFFIX="ext_flash" for the nrf54l15pdk instead of explicitly configuration specification. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent efe6681 commit 3131c92

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

boot/zephyr/boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x14000
66
CONFIG_MAIN_STACK_SIZE=20480
77
CONFIG_BOOT_MAX_IMG_SECTORS=512
88
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
9+
# Ensure that the qspi driver is disabled by default
10+
CONFIG_NORDIC_QSPI_NOR=n
11+
12+
# TODO: below are not yet supported and need fixing
13+
CONFIG_FPROTECT=n
14+
15+
CONFIG_BOOT_WATCHDOG_FEED=n

boot/zephyr/boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/ {
22
chosen {
33
nordic,pm-ext-flash = &mx25r64;
4+
zephyr,code-partition = &boot_partition;
45
};
56
};
67

0 commit comments

Comments
 (0)