Skip to content

Commit 3bf1272

Browse files
committed
temp: increase loader partition
1 parent 8cbd9cf commit 3bf1272

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ portentah7.upload.native_usb=true
272272
portentah7.upload.maximum_size=1966080
273273
portentah7.upload.maximum_data_size=523624
274274

275-
portentah7.upload.address=0x080E0000
275+
portentah7.upload.address=0x08140000
276276

277277
portentah7.upload.maximum_size=786432
278278
portentah7.upload.maximum_data_size=523624

variants/arduino_portenta_h7_stm32h747xx_m7/arduino_portenta_h7_stm32h747xx_m7.overlay

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,13 @@
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
};

0 commit comments

Comments
 (0)