• Yeah, the slashes to do line breaks only work on Linux.

    You need to have python 2.7, not python 3.x (this seems to be true of just about all python code I've had to run)

  • Well, I guessed that. But what about the error?
    I have python 2.7 already.

    esptool write_flash: error: argument
    : [Errno 2] No such file or directory: 'boot_v1.4(b1).bin'

  • Oh, mistook that for an error caused by the backslashes.

    You need to run it from a location that can see the .bin files you downloaded, or include the path to those files in the the command. It's starting from the directory you're in when you run the command.

About

Avatar for Hasse @Hasse started