Search found 3 matches

by perge81
Thu Mar 09, 2023 4:15 pm
Forum: ESP32 Arduino
Topic: ESP32 Arduino uploading problem
Replies: 4
Views: 2676

Re: ESP32 Arduino uploading problem

I found the solution on the Arduino site. Apparently the lastest version of esptool was not supported by the version the ESP32 core. I deleted the core and reinstalled it and now everything works again.
by perge81
Thu Mar 09, 2023 1:54 am
Forum: ESP32 Arduino
Topic: ESP32 Arduino uploading problem
Replies: 4
Views: 2676

Re: ESP32 Arduino uploading problem

I found the fix on the Arduino forum: See https://github.com/espressif/arduino-esp32/issues/7923 The workaround fixed the 1.8.19 IDE upload problem and the tools/ESP32 Sketch Data Upload problem both related to not finding esptool. Arduino's IDE 2.0.4 does not support Sketch Data Upload so to do tha...
by perge81
Wed Mar 08, 2023 9:23 pm
Forum: ESP32 Arduino
Topic: ESP32 Arduino uploading problem
Replies: 4
Views: 2676

ESP32 Arduino uploading problem

MacOS 10.15.7, Arduino 1.8.19. Adafruit ESP32 Huzzah. My IDE was working and then suddenly stopped uploading to the ESP32 board with error: java.io.IOException: Cannot run program "___REMOVE___/esptool": error=2, No such file or directory I changed to the Arduino IDE 2.0.4 and it works fine there. T...