-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't connect to ESP32-S2 with OpenOCD / JTAG (OCD-683) #105
Comments
Hi @csobrinho, currently there are no board configs for ESP32-S2 because Espressif has not released any ESP32-S2 development boards yet which would have built-in JTAG adapters. For now it is okay to use |
hi @igrr, yes that's basically what I'm doing except the "target/esp32s2.cfg" has no Only downside if that sometimes after a crash the core doesn't seem to properly reset (let's say this happens once every 1-2h) so I have to unplug the ESP32-S2 power and connect it again and the debug starts to work again. |
Regarding the reset issue, could you try to capture the log file with debug enabled ( |
Closing this since not an issue anymore. |
I tried to use the provided openocd but there doesn't seem to be any board config for the ESP32-S2. These cfgs seem to work:
interface.cfg
board.cfg
You also need a recent openocd, mine is:
The text was updated successfully, but these errors were encountered: