Skip to content

Commit 994dea3

Browse files
committed
forgot the flash.4m1m linker script?
1 parent 1ea1af0 commit 994dea3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

tools/sdk/ld/eagle.flash.4m1m.ld

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/* Flash Split for 4M chips */
2+
/* sketch 1019KB */
3+
/* spiffs 3052KB */
4+
/* eeprom 20KB */
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 = 0x40201010, len = 0xfeff0
12+
}
13+
14+
PROVIDE ( _SPIFFS_start = 0x40500000 );
15+
PROVIDE ( _SPIFFS_end = 0x405FB000 );
16+
PROVIDE ( _SPIFFS_page = 0x100 );
17+
PROVIDE ( _SPIFFS_block = 0x2000 );
18+
19+
INCLUDE "../ld/eagle.app.v6.common.ld"

0 commit comments

Comments
 (0)