You are reading a single comment by @Aleksandrs and its replies. Click here to read the full conversation.
  • Yes sorry, this is NodeMcu V3 4M ESP8266, i Flash

    All WORK iN XUBUNTU.

    First STEP1.

    ./esptool.py --port /dev/ttyUSB0 erase_flash
    esptool.py v1.2-dev
    Connecting...
    Running Cesanta flasher stub...
    Erasing flash (this may take a while)...
    Erase took 9.2 seconds

    NEXT..

    ./esptool.py --port /dev/ttyUSB0 --baud 9600 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 0x3FE000 blank.bin
    esptool.py v1.2-dev
    Connecting...
    Running Cesanta flasher stub...
    Flash params set to 0x004f
    Writing 4096 @ 0x0... 4096 (100 %)
    Wrote 4096 bytes at 0x0 in 4.3 seconds (7.6 kbit/s)...
    Writing 471040 @ 0x1000... 471040 (100 %)
    Wrote 471040 bytes at 0x1000 in 489.9 seconds (7.7 kbit/s)...
    Writing 4096 @ 0x3fc000... 4096 (100 %)
    Wrote 4096 bytes at 0x3fc000 in 4.3 seconds (7.6 kbit/s)...
    Writing 4096 @ 0x3fe000... 4096 (100 %)
    Wrote 4096 bytes at 0x3fe000 in 4.3 seconds (7.6 kbit/s)...
    Leaving...

    and photo Web IDE do not work


    1 Attachment

    • Screenshot_2016-09-28_19-44-07.png
About

Avatar for Aleksandrs @Aleksandrs started