Hello,
Previously, I successfully compiled and uploaded a new firmware to a Lilygo TTGO T-Display ESP32.
This time, I'd like to work with a TTGO T8 ESP32-S2.
After connecting it to Windows and moving the power switch from OFF to ON, I notice the red LED next to the USB port lights up, and the LED says "Lilygo - Failed to mount SD card. Now go to deepsleep". It wakes up regularly to display the same message.
Device Manager shows no new port, so I used the existing COM4. FWIW, unplugging and replugging the board removes/creates no new port.
When compiling and uploading the same source code + board I used previously, the IDE says:
Sketch uses 254430 bytes (19%) of program storage space. Maximum is 1310720 bytes.
Global variables use 14984 bytes (4%) of dynamic memory, leaving 312696 bytes for local variables. Maximum is 327680 bytes.
esptool.py v3.0-dev
Serial port COM4
Connecting........_____....._____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Am I using the wrong board?
FWIW, I also tried appending the extra URL to that board through File > Preferences as shown in this tutorial, no to avail.
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Thank you.