Yesterday i tried to generate new firmware bin from nodemcu-build.com and after flashing with esptool.py, my esp started blinking (blue diode on esp chip) and sending out (t
Tried to get it running but no way for my "WeMos Mini D1" using this line
esptool.py --port /dev/ttyUSB0 write_flash -fm dio -fs 32m 0x00000 my-nodemcu.bin 0x3fc000 esp_init_data_default.bin --verify
Answer is:
Wrote 454656 bytes at 0x0 in 39.2 seconds (92.9 kbit/s)
WARNING: Unlikely to work as data goes beyond end of flash. Hint: Use --flash_size
Writing 36864 @ 0x3fc000... 16384 (44 %)
A fatal error occurred: Write failure, status: 36'
The image from the cloud build has only 6 options, so its unlikeley that the image is too large.