Damien George | e0905e8 | 2020-03-26 22:35:32 +1100 | [diff] [blame] | 1 | /* GNU linker script for ESP8266 with 1M flash |
| 2 | |
| 3 | Flash layout: |
| 4 | 0x40200000 36k header + iram/dram init |
| 5 | 0x40209000 572k firmware (irom0) |
| 6 | 0x40298000 396k filesystem |
| 7 | 0x402fb000 20k SDK parameters |
| 8 | */ |
| 9 | |
| 10 | MEMORY |
| 11 | { |
| 12 | dport0_0_seg : org = 0x3ff00000, len = 16 |
| 13 | dram0_0_seg : org = 0x3ffe8000, len = 80K |
| 14 | iram1_0_seg : org = 0x40100000, len = 32K |
| 15 | irom0_0_seg : org = 0x40209000, len = 572K |
| 16 | } |
| 17 | |
| 18 | /* define common sections and symbols */ |
| 19 | INCLUDE boards/esp8266_common.ld |