• Hi @Robin and @MaBe! I use Windows 8.1 based laptop.
    I've downloaded firmware espruino_2v04_esp8266_4mb, runed command

    esptool.py --port COM3 erase_flash
    

    Success. Then I runed command:

    esptool.py --port COM3 --baud 115200 write_flash --verify --flash_freq 40m --flash_mode qio --flash_size 4MB-c1 0x0000 "boot_v1.6.bin" 0x1000 espruino_esp8266_user1.bin 0x3FC000 esp_init_data_default.bin 0x37E000 blank.bin
    

    According esptool everything is fine and flashing success and verifying is also success. After reset the board, i connected via putty and runed commands:

    What does it means FLASH: 0? I can't use storage to put my own code? :(

    Now I've tried to connect using WebIde and see the same error:

    In settings => communication, Baud Rate is 115200.

  • Tue 2019.08.13

    I'm glad our suggestions assisted in finding a solution that worked.

    Thank you for posting the baud rate confirmation.

    'What does it means FLASH: 0?'

    I'll agree that is an area to review. I did the test on a WiFi:

      "VERSION": "2v04",
      "GIT_COMMIT": "3956264e",
      "BOARD": "ESPRUINOWIFI",
      "FLASH": 524288, "RAM": 131072,
    

    Maybe that setup script still needs an argument change? I'm not able to offer a solution as I'm not an ESP32 user. To others, the amount of free mem does appear suspicious. Is anyone able to post their output for comparison please.


    'Now I've tried to connect using WebIde and see the same error:'

    I believe you have a different situation and not the same error. How is it being determined that the error is the same? I see the board detail just isn't returned.

    I have occasionally run into that scenario. Have you attempted to just restart the WebIDE? I see the Com port is recognized.

    More detail might be obtained by reviewing the WebIDE error console.
    WebIDE >> Settings >> Console

About

Avatar for seometis @seometis started