Problems with Openocd and Altera USB-Blaster

Hello,

I compiled an actual GIT of openocd with the FTD2xx drivers for use with Altera USB-Blaster.

(For compilation I used cygwin on a system with win xp and I followed the tutorial from mifi)

The compilation was successful, but when I’m trying to run openocd I get some errors.

Does anyone know, whats wrong?

$ src/openocd.exe -f tcl/interface/altera-usb-blaster.cfg
Open On-Chip Debugger 0.5.0-dev-snapshot (2010-03-16-11:32)
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.berlios.de/doc/doxygen/bugs.html
3000 kHz
Error: Translation from khz to jtag_speed not implemented
Error: Translation from khz to jtag_speed not implemented
Error: Translation from jtag_speed to khz not implemented
Error: Translation from khz to jtag_speed not implemented
Info : adapter-specific clock speed value 2278080
Warn : There are no enabled taps.  AUTO PROBING MIGHT NOT WORK!!
Error: JTAG scan chain interrogation failed: all zeroes
Error: Check JTAG interface, timings, target power, etc.
Warn : There are no enabled taps.  AUTO PROBING MIGHT NOT WORK!!
Error: JTAG scan chain interrogation failed: all zeroes
Error: Check JTAG interface, timings, target power, etc.
Command handler execution failed
Warn : jtag initialization failed; try 'jtag init' again.
Warn : gdb services need one or more targets defined

Regards

Hello.

stefmaster, I’m have same interests and got same (wrong) results. It is not a hardware problem, USB Blastrer succesfully connect to my board under UrJTAG.

hello,

yes, thats right. UrJTAG is running.

When I try to start OpenOCD, it detects that the USB-Blaster is present, but it fails to initialize it.

Auto-detection fails and defining TAP definitions make no sence.

I don’t know why. I’ve already checked, if there is any other application, that has access to the Blaster or the driver.

Any suggestions?

regards