Skip to content

Commit

Permalink
[nrf noup] boot/zephyr/boards: nRF54l15pdk ext flash cfg
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
nvlsianpu committed Apr 11, 2024
1 parent 86af2de commit 77f89d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions boot/zephyr/boards/nrf54l15pdk_ext_flash.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CONFIG_MULTITHREADING=y
CONFIG_SPI=y
CONFIG_SPI_NOR=y
CONFIG_FLASH=y
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x14000
CONFIG_MAIN_STACK_SIZE=20480
CONFIG_BOOT_MAX_IMG_SECTORS=512
CONFIG_SPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096

0 comments on commit 77f89d0

Please sign in to comment.