• @Polypod, I'm using such command:

    esptool.py --port /dev/cu.SLAB_USBtoUART --baud 115200 write_flash \
      --verify --flash_freq 80m --flash_mode dio --flash_size 4MB \
      0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin \
      0x3FC000 esp_init_data_default.bin 0x3FE000 blank.bin
    

    This happens with the 3 latests versions

    I'm using esp-12e with this adapter

About

Avatar for tempos @tempos started