将 1.5.4.1 补丁文件应用到我的稳定 1.5.4 代码库后,闪烁我的eagle.flash.bin和eagle.irom0text.bin时,我的ESP8266模块(ESP-12 或 ESP-12F)会发狂,蓝色 LED 会持续闪烁。使用腻子,我看到一些致命的异常不断发生。
I have followed the instruc
tions mentioned in patch notes by flashing blank.bin to 0x7e000, then esp_init_data_default.bin to 0x7c000. I replaced the lib.a's, added the sample code in user_main.c to my application's user_main.c and loaded my application (eagle.flash.bin -> 0x00000 and eagle.irom0text.bin -> 0x40000. My flash map is 0.
如果我从 1.5.4 代码库返回对应用程序二进制文件进行编程,我的应用程序将正常启动。
你见过类似的问题吗?