Skip to content

Commit 4117a22

Browse files
committed
boot: zephyr: boards: Add configuration for stm32n6570_dk
Add mcuboot configuration for stm32n6570_dk. Run in L&R mode and launch application in DIRECT XIP. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
1 parent 83e524c commit 4117a22

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CONFIG_STM32_MEMMAP=y
2+
CONFIG_BOOT_MAX_IMG_SECTORS_AUTO=n
3+
CONFIG_BOOT_MAX_IMG_SECTORS=4096
4+
5+
# MCuboot is executed as FSBL in Load and Run mode
6+
CONFIG_XIP=n
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/ {
2+
chosen {
3+
zephyr,sram = &axisram2;
4+
};
5+
};

0 commit comments

Comments
 (0)