New to ESP8266. Managed to brick on first firmware upgrade
Posted: Fri May 15, 2020 12:45 am
New to ESP8266 from RPi's. I was flashing micropython on on a Lilon nodemcu board and it failed. Now when I restart the board, the wifi activity flashes rapidly on and off at power-on. Connecting to serial I get a screen of extended ascii output with no additional information. I've attempted to connect on Mac and Linux using both regular USB/Serial and a USB/UART adaptor connected to the GPIO pins.
Tried to rectify the error using esptool which also failed and got the following output.
Have I killed it? If so no big deal but would love to learn by resolving. Any advice appreciated.
Tried to rectify the error using esptool which also failed and got the following output.
Code: Select all
% esptool.py --port /dev/cu.usbserial-1440 --baud 9600 --after no_reset write_flash --flash_mode qio 0x00000 /Users/gmerrall/Downloads/nodemcu-master-7-modules-2020-05-15-03-35-03-float.bin --erase-all
esptool.py v2.8
Serial port /dev/cu.usbserial-1440
Connecting........_____....._____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to Espressif device: Invalid head of packet (0xF0)
Have I killed it? If so no big deal but would love to learn by resolving. Any advice appreciated.