ESP32S3 Start Debugging does not work in Arduino IDE 2.3.6
Opened this issue · 1 comments
Board
Waveshare ESP32-S3-ETH (ESP32S3 Dev Module also)
Device Description
I used real board, selected&connected to PC (ESP32-S3-ETH) and ESP32S3 Dev Module, just selected, but not connected.
Hardware Configuration
n/a
Version
v3.3.2
Type
Question
IDE Name
Arduino IDE
Operating System
Windows 11
Flash frequency
80Mhz
PSRAM enabled
yes
Upload speed
921600
Description
Windows 11, Arduino IDE 2.3.6, ESP32 Core 3.3.2. Open Blank sketch, select ESP32S3 Dev Module, press Start Debugging button.
IDE shows error: Error getting Debug info: Unknown FQBN: platform esp32:esp32 is not installed.
Same error for Waveshare ESP32-S3-ETH board (boards.local.txt) what was created on base from ESP32S3 Dev Module.
openocd -f share/openocd/scripts/board/esp32s3-builtin.cfg runs fine, no issues.
Sketch
Blank sketch.Debug Message
Error getting Debug info: Unknown FQBN: platform esp32:esp32 is not installed.
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
i installed Arduino CLI, configured ARDUINO_CONFIG_FILE= to point to customized IDE config file, so both IDE and CLI may use same data folders, and, suddenly, debugging start working. How, why, where was the problem?
P.S. I moved all heavy data folders to disk d: from their default places, so without this variable build-in cli was using default paths and can not find esp32 package. At least this explanation give me Grok.