Skip to content

Commit 52a0ca1

Browse files
committed
boards: arduino: nicla_vision: Fix partition size.
With the current config, a debug loader overwrites the sketch. The correct partition layout is (offset, size): - 0x00000 - 0x40000 (256KB): Bootloader - 0x40000 - 0xa0000 (640KB): llext loader - 0xe0000 - 0x20000 (128KB): sketch Signed-off-by: Ibrahim Abdalkader <[email protected]>
1 parent af4fc14 commit 52a0ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arduino/nicla_vision/arduino_nicla_vision_stm32h747xx_m7.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ zephyr_i2c: &i2c1 {
150150

151151
slot0_partition: partition@40000 {
152152
label = "image-0";
153-
reg = <0x40000 0x000c0000>;
153+
reg = <0x40000 0x000a0000>;
154154
};
155155
};
156156
};

0 commit comments

Comments
 (0)