Esp8266 Stuck
Ray0665
Posts: 231
I think I bricked my adafruit hazzah. I uploaded a bad init.lua and now it is stuck rebooting.
I tried reflashing hoping it would reinitialize memory but no such luck.
Does anyone know how to recover from this or is it bricked?
I tried reflashing hoping it would reinitialize memory but no such luck.
Does anyone know how to recover from this or is it bricked?
Comments
and then make sure your boot sequence has either a wait long enough to break, or check a pin for abort
I learned it the hard way
edit: here alink esp8266-nodemcu-interrupting-init-lua-during-boot
here's what I do on ESP12
1. check pin 14/5 for pulldown if low stop
2. wait some time to allow for console command "tmr.stop(0)"
I seems flashing is not the answer since I've flashed twice now with no success
I am using esp8266flasher.exe from the nodemcu team
Ive seen the various rescue methods in other posts and you can be sure Ill use something next time
around but its too late for this one. Im just happy they are so cheap.
Every time I have flashed one of my modules with NodeMCU it has reformatted the flash file system without being asked.
Flashing with the new image worked!!!
Thanks for the help
Lesson learned.. A fail safe will be included in all future init.lua experiments