mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Update flash layout to use eboot
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
/* Flash Split for 1M chips */
|
||||
/* irom0 428KB */
|
||||
/* sketch 487KB */
|
||||
/* spiffs 512KB */
|
||||
/* eeprom 20KB */
|
||||
|
||||
@ -8,7 +8,7 @@ MEMORY
|
||||
dport0_0_seg : org = 0x3FF00000, len = 0x10
|
||||
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
|
||||
iram1_0_seg : org = 0x40100000, len = 0x8000
|
||||
irom0_0_seg : org = 0x40210000, len = 0x6B000
|
||||
irom0_0_seg : org = 0x40201010, len = 0x79ff0
|
||||
}
|
||||
|
||||
PROVIDE ( _SPIFFS_start = 0x4027B000 );
|
||||
|
Reference in New Issue
Block a user