1
Bus Blaster JTAG debugger / BusBlaster v3c setup problem on linux
Code: [Select]
Error: The specified debug interface was not found (ft2232)
The following debug interfaces are available:
Runtime error: tcl/interface/busblaster.cfg:11
in procedure 'script'
at file "embedded:startup.tcl", line 58
in procedure 'interface' called at file "tcl/inteface/busblaster.cfg", line 11
I am invoking the application with the following command (from inside the openocd source directory): openocd -f tcl/interface/busblaster.cfg -f tcl/board/ti_pandaboard.cfg
I first install openocd via apt-get and tried that with the same error. I also tried compiling it from source and got the same error. Running lsusb displays the following:
Code: [Select]
Bus 002 Device 005: ID 0403:6010 Future Technology Devices Internation, Ltd FT2232C Dual USB-UART/FIFO IC
dmesg shows the following:
Code: [Select]
usb 2-1.2: new high-speed USB device number 5 using ehci_hcd
usb 2-1.2: New USB device found, idVendor=0403, idProduct=6010
usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1.2: Product: Dual RS232-HS
usb 2-1.2: Manufacturer: FTDI
ftdi_sio 2-1.2:1.0: FTDI USB Serial Device converted detected
usb 2-1.2: Detected FT2232H
Any ideas?