diff --git a/pm_static.yml b/pm_static.yml new file mode 100644 index 0000000..8055a02 --- /dev/null +++ b/pm_static.yml @@ -0,0 +1,30 @@ +mcuboot: + address: 0x0 + size: 0x20000 + +mcuboot_pad: + address: 0x20000 + size: 0x200 + +app: + address: 0x20200 + size: 0xBFE00 + +mcuboot_primary: + orig_span: &id001 + - mcuboot_pad + - app + span: *id001 + address: 0x20000 + size: 0xC0000 + +mcuboot_primary_app: + orig_span: &id002 + - app + span: *id002 + address: 0x20200 + size: 0xBFE00 + +settings_storage: + address: 0xE0000 + size: 0x20000 diff --git a/sysbuild.conf b/sysbuild.conf new file mode 100644 index 0000000..1e134e9 --- /dev/null +++ b/sysbuild.conf @@ -0,0 +1,2 @@ +SB_CONFIG_BOOTLOADER_MCUBOOT=y +SB_CONFIG_MCUBOOT_MODE_SINGLE_APP=y