You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • Yes this typo caused to reset loops - thanks for checking !

    It also works with https://github.com/espressif/esptool which is version 1.3

    esptool.py --port /dev/cu.usbserial --baud 460800 write_flash --flash_freq 80m --flash_mode qio --flash_size 32m 0x0000 boot_v1.6.bin 0x1000 espruino_esp8266_user1.bin 0x3FC000 esp_init_data_default.bin 0x37E000 blank.bin
    esptool.py v1.3-dev
    Connecting....
    Running Cesanta flasher stub...
    Flash params set to 0x004f
    Wrote 4096 bytes at 0x0 in 0.1 seconds (342.3 kbit/s)...
    Wrote 479232 bytes at 0x1000 in 10.8 seconds (353.9 kbit/s)...
    Wrote 4096 bytes at 0x3fc000 in 0.1 seconds (345.0 kbit/s)...
    Wrote 4096 bytes at 0x37e000 in 0.1 seconds (344.3 kbit/s)...
    Leaving...
    
    
    >require("ESP8266").getState().sdkVersio­n
    ="2.0.0(5a875ba)"
    >process.env.VERSION
    ="1v90.2115"
    
About

Avatar for MaBe @MaBe started