For some reason i can't flash my board with esptool anymore, the board works, it runs the previous program (i can see serial output)
i run
sudo python esptool.py --baud 115200 --port /dev/tty.usbserial-A40081xF write_flash 0x00000 ~/Downloads/nodemcu-master-8-modules-2015-12-08-21-26-15-float.binthen i get output
Connecting...
Erasing flash...
Writing at 0x00000000... (0 %)
A fatal error occurred: Failed to write to target Flash after seq 0 (got result 0x1, 0x8)Any ideas what's wrong ?