ESP8266 Developer Zone The Official ESP8266 Forum 2017-01-18T11:40:01+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=3251 2017-01-18T11:40:01+08:00 2017-01-18T11:40:01+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3251&p=11126#p11126 <![CDATA[Re: Unable to boot after moving to RTOS SDK 1.5.0]]> After you finish compiling, system will tell you the right place for downloading the firmware. You just follow the indication and can boot it.
And there is a rule that esp_init_data_default.bin should be downloaded at the end of flash. If you select 0x7c000 as the download location for esp_init_data_default.bin, the download location for eagle.irom0text.bin should be smaller than 0x7c000.

Thanks

Statistics: Posted by ESP_puff — Wed Jan 18, 2017 11:40 am


]]>
2017-01-10T20:17:52+08:00 2017-01-10T20:17:52+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3251&p=11081#p11081 <![CDATA[Unable to boot after moving to RTOS SDK 1.5.0]]>
eagle.flash.bin @ 0x00000
eagle.irom0text.bin @0x09000
SPIFFS @ 0x5B000 (size 0x20000)

Can someone help me what I did wrong?

Code:

 ets Jan  8 2013,rst cause:1, boot mode:(3,0)

load 0x40100000, len 29960, room 16
tail 8
chksum 0xc6
load 0x3ffe8000, len 2468, room 0
tail 4
chksum 0x95
load 0x3ffe89b0, len 6804, room 4
tail 0
chksum 0x53
csum 0x53
csum err
ets_main.c


Thanks,
Ajay

Statistics: Posted by ajay.bhargav — Tue Jan 10, 2017 8:17 pm


]]>