Bricked ESP-01 - Can it be Recovered? Typo in Flash Command
Posted: Sat Feb 28, 2015 12:48 pm
Hi,
I've managed to brick my ESP-01 by flashing it with esptool in an attempt to switch to an older Lua firmware.
The command I used was as follows:
I think that there should have been another '0' in the after the write_flash...
I've tried to flash again with the added 0 in esptool and also in Windows which is where I flashed it to the latest Lua originally but the software doesn't see the module anymore.
Does anyone know if I can recover it? Right now it just spouts out gibberish.
I'm guessing that I've overwritten something that I shouldn't have...
I've managed to brick my ESP-01 by flashing it with esptool in an attempt to switch to an older Lua firmware.
The command I used was as follows:
Code: Select all
./esptool.py --port /dev/tty.SLAB_USBtoUART write_flash 0x00000 nodemcu_512k_20141219.bin
I think that there should have been another '0' in the after the write_flash...
I've tried to flash again with the added 0 in esptool and also in Windows which is where I flashed it to the latest Lua originally but the software doesn't see the module anymore.
Does anyone know if I can recover it? Right now it just spouts out gibberish.
I'm guessing that I've overwritten something that I shouldn't have...