We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfe56e0 + 9458575 commit f31dee7Copy full SHA for f31dee7
variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay
@@ -281,18 +281,13 @@
281
282
boot_partition: partition@0 {
283
label = "mcuboot";
284
- reg = <0x00000000 0x00020000>;
+ reg = <0x00000000 0x00040000>;
285
read-only;
286
};
287
288
- scratch_partition: partition@20000 {
289
- label = "image-scratch";
290
- reg = <0x00020000 0x00020000>;
291
- };
292
-
293
slot0_partition: partition@40000 {
294
label = "image-0";
295
- reg = <0x00040000 0x000C0000>;
+ reg = <0x00040000 0x000A0000>;
296
297
298
user_sketch: partition@e0000 {
0 commit comments