There's a typo in the sample command - a stray quote, that results in the following error:
D:\esptool-master\espruino_1v84.tve_master_9aa07bc_esp8266>..\esptool.py --port COM12 --baud 115200 write_flash --flash_freq 80m --flash_mode qio --flash_size 32m 0x0000 boot_v1.4(b1).bin" 0x1000 espruino_esp8266_user1.bin 0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin Connecting... Traceback (most recent call last): File "D:\esptool-master\esptool.py", line 727, in <module> main() File "D:\esptool-master\esptool.py", line 631, in main image = file(filename, 'rb').read() IOError: [Errno 2] No such file or directory: 'boot_v1.4(b1).bin 0x1000 espruino_esp8266_user1.bin 0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin'
@DrAzzy 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.
There's a typo in the sample command - a stray quote, that results in the following error: