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.
1 parent c6dd23b commit 3756d0cCopy full SHA for 3756d0c
boards.txt
@@ -43,7 +43,7 @@ giga.upload.native_usb=true
43
giga.upload.maximum_size=1966080
44
giga.upload.maximum_data_size=523624
45
46
-giga.upload.address=0x080E0000
+giga.upload.address=0x08140000
47
48
giga.upload.maximum_size=786432
49
variants/arduino_giga_r1_stm32h747xx_m7/arduino_giga_r1_stm32h747xx_m7.overlay
@@ -336,8 +336,13 @@
336
337
&flash0 {
338
partitions {
339
- user_sketch: partition@e0000 {
340
- reg = <0x0E0000 0x20000>;
+ slot0_partition: partition@40000 {
+ label = "image-0";
341
+ reg = <0x40000 0x00100000>;
342
+ };
343
+
344
+ user_sketch: partition@100000 {
345
+ reg = <0x140000 0x20000>;
346
};
347
348
0 commit comments