bouffalolab / bl_iot_sdk

BL602/BL702 SDK. Any technical topic, please access the following link.
http://bbs.bouffalolab.com
Apache License 2.0
260 stars 170 forks source link

OpenOCD.exe miss depedencies #22

Closed gamelaster closed 3 years ago

gamelaster commented 3 years ago

Hi,

I tried to use OpenOCD.exe in Flasher, sadly, it miss following libraries: libftdi1.dll, libusb-0-1-4.dll and libusb1.0.dll.

I tried latest OpenOCD, it actually works, but it shows "WaitCmd" is missing, so maybe yours OpenOCD is modified?

YafeiJin commented 3 years ago

What's your debugger device? Please refer to https://github.com/bouffalolab/bl_docs/tree/main/BL602_Openocd%26GDB OpenOCD is the standard version.

gamelaster commented 3 years ago

Hi Yafei,

The JTAG works OK for me, just openocd.exe in this repository don't work. (it miss following libraries: libftdi1.dll, libusb-0-1-4.dll and libusb1.0.dll). Else it works good, flashing through BLCubeEnv.exe but also debugging.

YafeiJin commented 3 years ago

Uploaded these libraries: libftdi1.dll, libusb-0-1-4.dll and libusb1.0.dll.