Skip to content

Commit 6a41286

Browse files
ficetoficeto
ficeto
authored and
ficeto
committed
fix size and address misscalculations
1 parent f661486 commit 6a41286

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

hardware/tools/esp8266/sdk/ld/eagle.flash.1m128.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MEMORY
1111
irom0_0_seg : org = 0x40210000, len = 0xCB000
1212
}
1313

14-
PROVIDE ( _SPIFFS_start = 0x402CB000 );
14+
PROVIDE ( _SPIFFS_start = 0x402DB000 );
1515
PROVIDE ( _SPIFFS_end = 0x402FB000 );
1616

1717
INCLUDE "../ld/eagle.app.v6.common.ld"

hardware/tools/esp8266/sdk/ld/eagle.flash.1m256.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MEMORY
1111
irom0_0_seg : org = 0x40210000, len = 0xAB000
1212
}
1313

14-
PROVIDE ( _SPIFFS_start = 0x402AB000 );
14+
PROVIDE ( _SPIFFS_start = 0x402BB000 );
1515
PROVIDE ( _SPIFFS_end = 0x402FB000 );
1616

1717
INCLUDE "../ld/eagle.app.v6.common.ld"

hardware/tools/esp8266/sdk/ld/eagle.flash.1m64.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ MEMORY
88
dport0_0_seg : org = 0x3FF00000, len = 0x10
99
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
1010
iram1_0_seg : org = 0x40100000, len = 0x8000
11-
irom0_0_seg : org = 0x40210000, len = 0xEB000
11+
irom0_0_seg : org = 0x40210000, len = 0xDB000
1212
}
1313

1414
PROVIDE ( _SPIFFS_start = 0x402EB000 );

0 commit comments

Comments
 (0)