now it works:
i used the version 1.5 but also changed to dio instead of qio. (i'll try the 1.6 but i suspect that 1.5 it's better.)
1.5 without "--flash_mode dio" does not work.
this is the command:
D:\esptool>c:\Python27\python esptool.py --port COM3 --baud 460800 write_flash --flash_freq 80m --flash_mode dio --flash_size 32m 0x0000 "boot_v1.4(b1).bin" 0x1000 espruino_esp8266_user1.bin 0x37E000 blank.bin esptool.py v1.3-dev Connecting... Couldn't connect. [<class '__main__.FatalError'>; Timed out waiting for packet header]. Retrying... Running Cesanta flasher stub... Flash params set to 0x024f Wrote 4096 bytes at 0x0 in 0.1 seconds (318.1 kbit/s)... Wrote 462848 bytes at 0x1000 in 11.5 seconds (322.1 kbit/s)... Wrote 4096 bytes at 0x37e000 in 0.1 seconds (321.3 kbit/s)... Leaving...
@user72090 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
now it works:
i used the version 1.5 but also changed to dio instead of qio. (i'll try the 1.6 but i suspect that 1.5 it's better.)
1.5 without "--flash_mode dio" does not work.
this is the command: