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 0123530 commit f25c720Copy full SHA for f25c720
boards.txt
@@ -45,7 +45,7 @@ giga.upload.native_usb=true
45
giga.upload.maximum_size=1966080
46
giga.upload.maximum_data_size=523624
47
48
-giga.upload.address=0x080E0000
+giga.upload.address=0x08140000
49
50
giga.upload.maximum_size=786432
51
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