mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-03 04:10:54 +08:00
feat(bootloader): Support v2 firmware updates to v3 by OTA
This commit is contained in:
@ -12,8 +12,8 @@ MEMORY
|
||||
{
|
||||
dport0_seg : org = 0x3FF00000, len = 0x10
|
||||
|
||||
/* All .data/.bss/heap are in this segment. */
|
||||
dram_seg : org = 0x3FFE8000, len = 0x18000
|
||||
/* All .data/.bss/heap are in this segment. Reserve 1KB for old boot or ROM boot */
|
||||
dram_seg : org = 0x3FFE8000, len = 0x18000 - 0x400
|
||||
|
||||
/* Functions which are critical should be put in this segment. */
|
||||
iram_seg : org = 0x40100000, len = 0x8000
|
||||
|
Reference in New Issue
Block a user