Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 3d556fb

Browse files
author
Daniel Campora
committed
esp32: Correct LoPy4 image script files.
1 parent 656704e commit 3d556fb

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

esp32/boards/LOPY4/LOPY4_868/script

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[
2-
["e", "0x8000", "0x1000"],
3-
["e", "0x110000", "0x1000"],
4-
["e", "0x210000", "0x1000"],
5-
["e", "0x320000", "0x1000"],
6-
["e", "0x37F000", "0x1000"],
2+
["e", "0x1000", "0x40000"],
3+
["e", "0x41000", "0x40000"],
4+
["e", "0x81000", "0x40000"],
5+
["e", "0xC1000", "0x40000"],
6+
["e", "0x101000", "0x40000"],
7+
["e", "0x141000", "0x40000"],
8+
["e", "0x181000", "0x40000"],
9+
["e", "0x1C1000", "0x40000"],
710
["w", "0x1000", "bootloader.bin"],
811
["w", "0x8000", "partitions.bin"],
9-
["w", "0x10000", "lopy_868.bin"]
12+
["w", "0x10000", "lopy4_868.bin"]
1013
]

esp32/boards/LOPY4/LOPY4_915/script

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[
2-
["e", "0x8000", "0x1000"],
3-
["e", "0x110000", "0x1000"],
4-
["e", "0x210000", "0x1000"],
5-
["e", "0x320000", "0x1000"],
6-
["e", "0x37F000", "0x1000"],
2+
["e", "0x1000", "0x40000"],
3+
["e", "0x41000", "0x40000"],
4+
["e", "0x81000", "0x40000"],
5+
["e", "0xC1000", "0x40000"],
6+
["e", "0x101000", "0x40000"],
7+
["e", "0x141000", "0x40000"],
8+
["e", "0x181000", "0x40000"],
9+
["e", "0x1C1000", "0x40000"],
710
["w", "0x1000", "bootloader.bin"],
811
["w", "0x8000", "partitions.bin"],
9-
["w", "0x10000", "lopy_915.bin"]
12+
["w", "0x10000", "lopy4_915.bin"]
1013
]

0 commit comments

Comments
 (0)