You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to update firmware by httpUpdate OTA after successful flashing (message OK from updater) I reset device but instead of getting running code I get some random characters. Please see Debug Log.
Data in debug:
[begin] _size: 0x0003C7D0 (247760)
MD5 Success: 46a45ed6c4166e05f6a471ca7be06ee6
is correct. This is proper file size and MD5 of file on server.
In PlatformIO I also forced flash size (by build_flags = -Wl,-Tesp8266.flash.4m1m.ld) but this didn't help. After reboot new flash is not booted properly.
Given the age of the bug, the age of the core (2.1!) and a similar closed bug the @teejaydub pointed out, closing. If this is still happening, please do open up a new issue after trying the latest release (or preferably git head).
Please fill the info fields, it helps to get you faster support ;)
if you have a stack dump decode it:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/stack_dump.rst
for better debug messages:
https://github.com/esp8266/Arduino/blob/master/doc/Troubleshooting/debugging.rst
----------------------------- Remove above -----------------------------
Basic Infos
Hardware
Hardware: ESP-12E
Core Version: ?2.1.0-rc2?
Description
I try to update firmware by httpUpdate OTA after successful flashing (message OK from updater) I reset device but instead of getting running code I get some random characters. Please see Debug Log.
Data in debug:
[begin] _size: 0x0003C7D0 (247760)
MD5 Success: 46a45ed6c4166e05f6a471ca7be06ee6
is correct. This is proper file size and MD5 of file on server.
In PlatformIO I also forced flash size (by build_flags = -Wl,-Tesp8266.flash.4m1m.ld) but this didn't help. After reboot new flash is not booted properly.
Reset performed by button on board.
Settings in IDE
Module: ?Generic ESP8266 Module?
Flash Size: ?4MB?
CPU Frequency: ?80Mhz?
Flash Mode: ?qio?
Flash Frequency: ?40Mhz?
Upload Using: ?OTA?
Reset Method: ?ck / nodemcu?
Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: