-->
Page 2 of 2

Re: Re-flashing does not solve boot loop

PostPosted: Sun Nov 15, 2015 4:29 pm
by Mikey
devsaurus wrote:Easiest way would be to flash a different (older, newer) version, do a file.format() there and re-flash your target firmware.

Thank you, that did a bit of the trick!!! :D :D :D

I spend some time on google to find an old version of NodeMCU, flashed it, restarted the ESP8266, and it is back working. But when I flash the newest version, it is stuck again.

UPDATE
I found a dev version of NodeMCU, flashed it, did the file.format() flashed current release again, and it is working! :D Hell yeah! This is valuable information for next time it goes wrong, because it most likely will again. ;)

Re: Re-flashing does not solve boot loop

PostPosted: Sun Nov 15, 2015 5:09 pm
by devsaurus
Glad to hear that you were successful :D

Also have a look at https://github.com/nodemcu/nodemcu-firm ... s/init.lua Using a timer in init.lua will avoid such lock-up in the future ;)