Hi,
I compile openocd 4.0 with cfg :
./configure --enable-maintainer-mode --disable-werror --disable-shared --enable-parport --enable-parport_giveio --enable-usb_blaster_ftd2xx --with-ftd2xx-win32-zipdir=/e/GDB/openocd04/CDM20817
run with config:
#daemon configuration
telnet_port 4444
gdb_port 3333
interface usb_blaster
usb_blaster_vid_pid 0x09FB 0x6001
usb_blaster_device_desc “USB-JTAG-IF”
jtag_khz 3000
error occur:
Error: unable to open ftdi device: 2
Error: ListDevices: 1
Error: 0: USB-Blaster
Command handler execution failed
any one where is error occur?