Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By Fadi
#2137 I find myself in a similar situation and spent most of the day debugging and testing until I got to this forum post.
After switching the baudrate as suggested by the O.P., I get the following:
"
ets Jan 8 2013,rst cause:2, boot mode:(3,4)

load 0x40100000, len 23304, room 16

"

I have tried to burn:
AT and IoT_Demo from SDK 0.9.2.2
and a custom written firmware that I am working on.

Any idea what causes this and how to fix it?
(i did burn eagle.app.v6.flash.bin to 0x0 and eagle.app.v6.irom0text.bin to 0x40000 and got a succeeded message in both times)

Thanks