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