Search found 1 match

by cristiand391
Sun Nov 20, 2016 6:17 pm
Forum: ESP8266 boards
Topic: Flashing NodeMCU with 1.8.6 - Rapid Blue Flashing Error
Replies: 10
Views: 18816

Re: Flashing NodeMCU with 1.8.6 - Rapid Blue Flashing Error

To avoid this issue, you just need to set the correct flash size of your module when you flash the firmware. V1.8.6 is based on SDK 2.0.0 and flash size auto detection has been moved to esptool. Try this, before erase flash! esptool.py --port /dev/tty.SLAB_USBtoUART --baud 460800 write_flash --flash...