You are reading a single comment by @Sdellava and its replies. Click here to read the full conversation.
  • I've copied your command replacing only the COM port. This is the output:

    esptool.py --port COM4 --baud 921600 write_flash -z --flash_mode "dio" --flash_freq "40m" 0x1000 bootloader.bin 0x10000 espruino_esp32.bin 0x8000 partitions_espruino.bin
    esptool.py v2.8
    Serial port COM4
    Connecting........___
    Detecting chip type... ESP32
    Chip is ESP32D0WDQ6 (revision 1)
    Features: WiFi, BT, Dual Core, 160MHz, VRef calibration in efuse, Coding Scheme None
    Crystal is 40MHz
    MAC: 84:0d:8e:11:2f:94
    Uploading stub...
    Running stub...
    Stub running...
    Changing baud rate to 921600
    Changed.
    Configuring flash size...
    Auto-detected Flash size: 4MB
    Compressed 15392 bytes to 10130...
    Wrote 15392 bytes (10130 compressed) at 0x00001000 in 0.1 seconds (effective 985.4 kbit/s)...
    Hash of data verified.
    Compressed 1377824 bytes to 891085...
    Wrote 1377824 bytes (891085 compressed) at 0x00010000 in 21.6 seconds (effective 511.3 kbit/s)...
    Hash of data verified.
    Compressed 3072 bytes to 166...
    Wrote 3072 bytes (166 compressed) at 0x00008000 in 0.0 seconds (effective 2052.3 kbit/s)...
    Hash of data verified.

    Then using the web IDE I get the result captured in the attached image


    1 Attachment

    • Annotazione 2020-04-21 101257.jpg
About

Avatar for Sdellava @Sdellava started