Hi!

i've got some problems with openocd when using an Altera USB-Blaster.
I build openocd with libftdi. (When I use the FTD2xx driver I get the same results..)

When I start openocd i get the following output:

-------------------------------------------------------------------
Open On-Chip Debugger 0.5.0-dev (2010-04-12-11:45)
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.berlios.de/doc/doxygen/bugs.html
8 kHz
srst_only separate srst_gates_jtag srst_open_drain
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
RCLK - adaptive
   TapName             Enabled  IdCode     Expected   IrLen IrCap IrMask
-- ------------------- -------- ---------- ---------- ----- ----- ------
 0 at91sam9g20.cpu        Y     0x00000000 0x0792603f     4 0x01  0x0f
Error: Translation from khz to jtag_speed not implemented
Error: Translation from khz to jtag_speed not implemented
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
Error: Translation from khz to jtag_speed not implemented
Info : adapter-specific clock speed value 35848160
Error: JTAG scan chain interrogation failed: all zeroes
Error: Check JTAG interface, timings, target power, etc.
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.
-------------------------------------------------------------------


when i disconnect and reconnect the Altera USB-Blaster before I start openocd, I get the following output:


-------------------------------------------------------------------
Open On-Chip Debugger 0.5.0-dev (2010-04-12-11:45)
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.berlios.de/doc/doxygen/bugs.html
8 kHz
srst_only separate srst_gates_jtag srst_open_drain
adapter_nsrst_delay: 200
jtag_ntrst_delay: 200
RCLK - adaptive
   TapName             Enabled  IdCode     Expected   IrLen IrCap IrMask
-- ------------------- -------- ---------- ---------- ----- ----- ------
 0 at91sam9g20.cpu        Y     0x00000000 0x0792603f     4 0x01  0x0f
Error: Translation from khz to jtag_speed not implemented
Error: Translation from khz to jtag_speed not implemented
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
Error: Translation from khz to jtag_speed not implemented
Info : adapter-specific clock speed value 35848160
Info : JTAG tap: at91sam9g20.cpu tap/device found: 0xffffffff (mfg: 0x7ff, part:
 0xffff, ver: 0xf)
Warn : JTAG tap: at91sam9g20.cpu UNEXPECTED: 0xffffffff (mfg: 0x7ff, part:
 0xffff, ver: 0xf)
Error: JTAG tap: at91sam9g20.cpu expected 1 of 1: 0x0792603f (mfg: 0x01f, part:
 0x7926, ver: 0x0)
Warn : Unexpected idcode after end of chain: 96 0x000001ff
Warn : Unexpected idcode after end of chain: 128 0x00000000
Warn : Unexpected idcode after end of chain: 160 0x00000000
Warn : Unexpected idcode after end of chain: 192 0x00000000
Warn : Unexpected idcode after end of chain: 224 0x00000000
Warn : Unexpected idcode after end of chain: 256 0x00000000
Warn : Unexpected idcode after end of chain: 288 0x00000000
Warn : Unexpected idcode after end of chain: 320 0x00000000
Warn : Unexpected idcode after end of chain: 352 0x00000000
Warn : Unexpected idcode after end of chain: 384 0x00000000
Warn : Unexpected idcode after end of chain: 416 0x00000000
Warn : Unexpected idcode after end of chain: 448 0x00000000
Warn : Unexpected idcode after end of chain: 480 0x00000000
Warn : Unexpected idcode after end of chain: 512 0x00000000
Warn : Unexpected idcode after end of chain: 544 0x00000000
Warn : Unexpected idcode after end of chain: 576 0x00000000
Warn : Unexpected idcode after end of chain: 608 0x00000000
Error: double-check your JTAG setup (interface, speed, missing TAPs, ...)
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.
-------------------------------------------------------------------

Is it possible, that there is a problem with the reset of the USB-Blaster?
Or is there a problem with the jtag speed?

Any suggestions what I can do to get it run?

Regards!
Stefan





_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to