You are reading a single comment by @user66681 and its replies. Click here to read the full conversation.
  • Something like this

    esptool.py --port /dev/tty.SLAB_USBtoUART --baud 460800 erase_flash
    

    Note there is a different flashing command for smaller boards - 512k? Check the README_flash.txt included in the build's .tgz to make sure you're using the right command for your board.

  • esptool.py --port /dev/tty.SLAB_USBtoUART --baud 460800 erase_flash

    Thanks a lot. Everthing works fine so far.

About

Avatar for user66681 @user66681 started