BasedHardware / OpenGlass

Turn any glasses into AI-powered smart glasses
https://openglass.ai
MIT License
3.24k stars 404 forks source link

OpenOCD: GDB Server Quit Unexpectedly. See gdb-server output for more details. #49

Open VG-socool opened 1 month ago

VG-socool commented 1 month ago

硬件部分一切准备就绪后调试的时候出现:OpenOCD: GDB Server Quit Unexpectedly. See gdb-server output for more details.大佬们怎么解决?

HaoHoo commented 1 month ago

Maybe check on your Arduino IDE installation. Looks like debug package (GDB) doesn't work normally.

VG-socool commented 1 month ago

Error: libusb_open() failed with LIBUSB_ERROR_NOT_FOUND Error: esp_usb_jtag: could not find or open device!开发板包安装的2.0.17版本,这两个error是不是没安装相应的管理库? image