(recieved by mail, did not see the version sent to list)

Kees Jongenburger wrote:
,----
| 
| Hello John
| 
| On Thu, Nov 20, 2008 at 2:56 PM, John Devereux <[EMAIL PROTECTED]> wrote:
| > > I am using the Amontec JTAGkey with openocd. On windows it works
| > > great.  But on linux I am finding that it only works the "first
| > > time". After this the JTAG connection is reported as faulty ("check
| > > power.. etc"). I have to reconnect the USB cable to make it work again
| > > (once!).
| 
| I have had similar problems when using the open source variant
| of the ftdi libs. I suggest trying to compile your own and enable
| the ftd2xx lib using
| 
| ./configure --enable-ft2232_ftd2xx --prefix=/usr
| 
| to do that you will have to download and install the drivers from
| http://www.ftdichip.com/Drivers/D2XX.htm
| 
| I am quite happy that they published amd64 byanries :P
| 
| greetings
`----

Thanks for this. I did try compiling with the --enable-ft2232_ftd2x
configure option. But I wanted to create a debian package (so I could
uninstall it if needed) and this went wrong due to missing dependency
information. But it's nice to know this should fix it if I persevere.

-- 

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

Reply via email to