Skip to content

Commit f31dee7

Browse files
authored
Merge pull request #261 from pennam/fix_portenta_h7_part
boards: portentah7: Fix partition size
2 parents dfe56e0 + 9458575 commit f31dee7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,18 +281,13 @@
281281

282282
boot_partition: partition@0 {
283283
label = "mcuboot";
284-
reg = <0x00000000 0x00020000>;
284+
reg = <0x00000000 0x00040000>;
285285
read-only;
286286
};
287287

288-
scratch_partition: partition@20000 {
289-
label = "image-scratch";
290-
reg = <0x00020000 0x00020000>;
291-
};
292-
293288
slot0_partition: partition@40000 {
294289
label = "image-0";
295-
reg = <0x00040000 0x000C0000>;
290+
reg = <0x00040000 0x000A0000>;
296291
};
297292

298293
user_sketch: partition@e0000 {

0 commit comments

Comments
 (0)