Skip to content

Commit 184c59a

Browse files
adsz-nordicnvlsianpu
authored andcommitted
samples: dfu_multi_image: Align slot3 size
Change slot3_partition size to 256 KB to match the default network-core primary slot. Signed-off-by: Adam Szczygieł <adam.szczygiel@nordicsemi.no> Ref: ncsdk-39942
1 parent 0a0a1de commit 184c59a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

samples/dfu/dfu_multi_image/boards/nrf5340dk_nrf5340_cpuapp.overlay

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@
3939
reg = <0x44000 DT_SIZE_K(208)>;
4040
};
4141

42+
/* 256 KB to match the default network-core primary slot (slot2/RAM flash). */
4243
slot3_partition: partition@78000 {
4344
compatible = "zephyr,mapped-partition";
4445
label = "image-3";
45-
reg = <0x78000 DT_SIZE_K(208)>;
46+
reg = <0x78000 DT_SIZE_K(256)>;
4647
};
4748

4849
dfu_multi_image_helper_partition: partition@b8000 {

0 commit comments

Comments
 (0)