Skip to content

Commit 6a38d31

Browse files
ficetoficeto
ficeto
authored and
ficeto
committed
fix location change
1 parent 93f7240 commit 6a38d31

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

tools/sdk/ld/eagle.flash.16m.ld

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* Flash Split for 8M chips */
2+
/* irom0 940KB */
3+
/* eeprom 20KB */
4+
/* spiffs 7MB */
5+
6+
MEMORY
7+
{
8+
dport0_0_seg : org = 0x3FF00000, len = 0x10
9+
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
10+
iram1_0_seg : org = 0x40100000, len = 0x8000
11+
irom0_0_seg : org = 0x40210000, len = 0xEB000
12+
}
13+
14+
PROVIDE ( _SPIFFS_start = 0x40300000 );
15+
PROVIDE ( _SPIFFS_end = 0x40A00000 );
16+
17+
INCLUDE "../ld/eagle.app.v6.common.ld"

tools/sdk/ld/eagle.flash.8m.ld

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/* Flash Split for 16M chips */
2+
/* irom0 940KB */
3+
/* eeprom 20KB */
4+
/* spiffs 15MB */
5+
6+
MEMORY
7+
{
8+
dport0_0_seg : org = 0x3FF00000, len = 0x10
9+
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
10+
iram1_0_seg : org = 0x40100000, len = 0x8000
11+
irom0_0_seg : org = 0x40210000, len = 0xEB000
12+
}
13+
14+
PROVIDE ( _SPIFFS_start = 0x40300000 );
15+
PROVIDE ( _SPIFFS_end = 0x41200000 );
16+
17+
INCLUDE "../ld/eagle.app.v6.common.ld"

0 commit comments

Comments
 (0)