Rui, Sara good morning, please can you help me with this problem, all the programs that I download in Arduino IDE I get this error.
Thank you:
esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: 'C:\\Users\\LUISTR~1\\AppData\\Local\\Temp\\arduino_build_147852/Blink.ino.bin'
Hello Luis, I need a few more details
- Which Operating System are you using?
- Which board are you using (trying to compile code for)?
- What’s the Arduino IDE version?
Regards,
Rui
- Did you upgrade your Arduino IDE version recently?
- Was the ESP32 board compiling previously?
- Or you never were able to compile ESP32 code in that computer?
I downloaded the firmware with Upy Craft and it works correctly. but with the idea of arduino No. 🙁
Can you:
- Open the Boards Manager. Go to Tools > Board > Boards Manager…
- Search for ESP32
- Press the Uninstall/Remove button for the “ESP32 by Espressif Systems“
After that, repeat that process, but to install the board:
- Open the Boards Manager. Go to Tools > Board > Boards Manager…
- Search for ESP32 and press install button for the “ESP32 by Espressif Systems“:
Restart your Arduino IDE. Can you try to compile now?
After an upgrade sometimes re-install the ESP32 board add-on solves that compilation problem.
usage: esptool write_flash [-h] [–erase-all]
Ha ocurrido un error mientras se enviaba el sketch
[–flash_freq {keep,40m,26m,20m,80m}]
[–flash_mode {keep,qio,qout,dio,dout}]
[–flash_size FLASH_SIZE]
[–spi-connection SPI_CONNECTION] [–no-progress]
[–verify] [–compress | –no-compress]
<address> <filename> [<address> <filename> …]
esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: ‘C:\\Users\\LUISTR~1\\AppData\\Local\\Temp\\arduino_build_265458/Blink.ino.bin’