ESP32S3之JTAG调试OPENOCD服务启动失败
OpenOCD server is not running!
[OpenOCD]
❌ Error: libusb_open() failed with LIBUSB_ERROR_NOT_FOUND
[OpenOCD]
❌ Error: esp_usb_jtag: could not find or open device!
OpenOCD打开不成功主要是驱动程序不对
修复方法
使用Zadig,来修改驱动程序
降级之后的驱动,是由哪里来的还不确定,是否是在安装ESP-IDF的时候自动装到系统的,还不确定
参考
https://blog.csdn.net/weixin_50993868/article/details/134563039