Timeout on upload using JTAG on ESP32-S3 rev 2
Posted: Fri Jun 14, 2024 4:18 pm
This used to work correctly. Now with the ESP32-S3 rev 2 I get a timeout error on compile-and-upload in Arduino IDE 2.3.2. Any ideas?
Here are my settings:
I am able to upload once I use the Boot and Reset buttons to get the ESP32 into bootloader mode. I press and hold Boot, then press and release Reset. I didn't need bootloader mode in the past.
Any help, much appreciated.
-Frank
Code: Select all
Sketch uses 286037 bytes (8%) of program storage space. Maximum is 3342336 bytes.
Global variables use 19056 bytes (5%) of dynamic memory, leaving 308624 bytes for local variables. Maximum is 327680 bytes.
esptool.py v4.5.1
Serial port /dev/cu.usbmodem141101
Connecting...
Chip is ESP32-S3 (revision v0.2)
Features: WiFi, BLE
Crystal is 40MHz
MAC: 64:e8:33:60:42:c4
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
A fatal error occurred: No serial data received.
Failed uploading: uploading error: exit status 2
Code: Select all
Using Arduino IDE 2.x, use Tools menu options:
Board: ESP32S3 Dev Module
USB CDC On Boot: Enabled
Core Debug Level: Error
USB DFU On Boot: Disabled
Erase All Flash Before Sketch Upload: Disabled
Events Run On: Core 1
Flash Mode: QIO 80 Mhz
Flash Size: 8 MB (64MB)
JTAG Adapter: Integrated USB JTAG
Arduino Runs On: Core 1
USB Firmware MSC On Boot: Disabled
Partition Scheme: 8MB with Spiffs
PSRAM: Disabled
Upload Mode: UART0/Hardware CDC
Upload Speed 921600
USB Mode: Hardware CDC and JTAG
Any help, much appreciated.
-Frank