Skip to content

Commit da62218

Browse files
committed
Experimental setup for direct-xip
Signed-off-by: Adam Szczygieł <[email protected]>
1 parent 879634b commit da62218

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
VERSION_MAJOR = 1
2+
VERSION_MINOR = 0
3+
PATCHLEVEL = 0
4+
VERSION_TWEAK = 0
5+
EXTRAVERSION = dev
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Enable MCUboot bootloader support
22
SB_CONFIG_BOOTLOADER_MCUBOOT=y
33
SB_CONFIG_BOOT_SIGNATURE_TYPE_ECDSA_P256=y
4+
SB_CONFIG_MCUBOOT_MODE_DIRECT_XIP=y

samples/zephyr/hello_world_mini_boot/sysbuild/mcuboot/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,6 @@ CONFIG_PSA_CRYPTO_DRIVER_OBERON=n
5757

5858
CONFIG_NRF_OBERON=y
5959
CONFIG_BOOT_ECDSA_NRF_OBERON_EXPERIMENT=y
60+
61+
# NOTE: Needed for direct-xip
62+
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x7000

0 commit comments

Comments
 (0)