-
Notifications
You must be signed in to change notification settings - Fork 135
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
Start openocd faild (OCD-867) #303
Comments
I am having this issue as well on windows.
{
"C_Cpp.intelliSenseEngine": "default",
"idf.adapterTargetName": "esp32c6",
"idf.openOcdConfigs": [
"board/esp32c6-bridge.cfg"
],
"idf.flashType": "JTAG",
"idf.portWin": "COM6"
} |
Probably because your Bridge config files prepared for the ESP-USB-Bridge hardware. https://github.com/espressif/esp-usb-bridge |
tried both |
According to the logs you have a driver issue. You can check here for the driver installation. https://github.com/espressif/idf-installer |
What kind of board you are using? Here I had the same problem with a ESP32-C6 board where only one USB port was available. That mean an USB hub was available on this board. I now used a board where the UART USB and JTAG USB port are separated, and here I do not have this kind of problems. Could this be your problem too? |
Development Kit
ESP32-C6-DevKitC-1
Module or chip used
esp32-c6
Debug Adapter
ESP-PROG
OpenOCD version
v0.12.0-esp32-20230921
Operating System
Linux
Using an IDE ?
vscode
OpenOCD command line
/home/ubun/.espressif/tools/openocd-esp32/v0.12.0-esp32-20230921/openocd-esp32/bin/openocd I click start openocd on the vscode status bar
JTAG Clock Speed
default
ESP-IDF version
release 5.1.2
Problem Description
Debug Logs
Expected behavior
Successfully started openocd
Screenshots
No response
The text was updated successfully, but these errors were encountered: