hello, mifi
i’m using the GNUARM compiler and Eclipse IDE on win-XP OS.
there is no problem regarding the ground loop. ( as suggested to be ensured by Dominic)
like what u said, i reinstalled the openocd-r131 drivers. and this time when i tried again , i got the msg. as
Info: openocd.c:84 main(): Open On-Chip Debugger (2007-01-31 12:00 CET)
Error: jtag.c:1181 jtag_examine_chain(): JTAG communication failure, check connection, JTAG interface, target power etc
.
and when i replaced the line in my .cfg file…
<< ft2232_device_desc "Olimex OpenOCD JTAG A" >> by
<< ft2232_device_desc "Olimex OpenOCD JTAG B" >>
again i got openocd running for few seconds and displayed…
Info: openocd.c:84 main(): Open On-Chip Debugger (2007-01-31 12:00 CET)
Error: ft2232.c:229 ft2232_read(): couldn’t read the requested number of bytes from FT2232 device (0 < 81)
Error: ft2232.c:369 ft2232_send_and_recv(): couldn’t read from FT2232
and when i replaced the same line of device_desc again by
<< ft2232_device_desc "Olimex OpenOCD JTAG " >>
i got the msg. as
Info: openocd.c:84 main(): Open On-Chip Debugger (2007-01-31 12:00 CET)
Error: ft2232.c:1310 ft2232_init(): unable to open ftdi device: 2
Error: ft2232.c:1325 ft2232_init(): ListDevices: 2
Error: ft2232.c:1327 ft2232_init(): 0: Olimex OpenOCD JTAG A
Error: ft2232.c:1327 ft2232_init(): 1: Olimex OpenOCD JTAG B
Question1: what may be the root cause of the matter??
Question2: what is “JTAG A” and “JTAG B” ??
Things are getting in same way even when I disconnect the target board from the device.
(i got the same error line for parport wiggler also)
please let me know if any more detailed input u want!
i’m desperately trying to make it work !!
Thanks,'n
Regards,
Mayur