Skip to content

Commit e941e52

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 <[email protected]>
1 parent 8decbfe commit e941e52

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)