File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
variants/arduino_portenta_h7_stm32h747xx_m7 Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ portentah7.upload.native_usb=true
272272portentah7.upload.maximum_size=1966080
273273portentah7.upload.maximum_data_size=523624
274274
275- portentah7.upload.address=0x080E0000
275+ portentah7.upload.address=0x08140000
276276
277277portentah7.upload.maximum_size=786432
278278portentah7.upload.maximum_data_size=523624
Original file line number Diff line number Diff line change 278278 #address-cells = <1>;
279279 #size-cells = <1>;
280280
281- user_sketch: partition@e0000 {
282- reg = <0x0E0000 0x20000>;
281+ slot0_partition: partition@40000 {
282+ label = "image-0";
283+ reg = <0x40000 0x00100000>;
284+ };
285+
286+ user_sketch: partition@100000 {
287+ reg = <0x140000 0x20000>;
283288 };
284289 };
285290 };
You can’t perform that action at this time.
0 commit comments