Commit 1330cca
committed
boards: arduino: giga_r1: Fix partition size.
With the current config, a debug loader overwrites the sketch.
The correct partition layout is (offset, size):
- 0x00000 - 0x40000 (256KB): Bootloader
- 0x40000 - 0xa0000 (640KB): llext loader
- 0xe0000 - 0x20000 (128KB): sketch
Signed-off-by: iabdalkader <[email protected]>1 parent 46a7877 commit 1330cca
File tree
1 file changed
+7
-0
lines changed- variants/arduino_giga_r1_stm32h747xx_m7
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
339 | 346 | | |
340 | 347 | | |
341 | 348 | | |
| |||
0 commit comments