On Sat, Jun 26, 2010 at 10:08 PM, cedric libre <[email protected]> wrote: > I have problem using openocd 0.4.0 , installed thanks to the > windows installer , under XP .
Which Windows binary? This one? http://www.freddiechopin.info/index.php/en/download/category/4-openocd > I have plugged a jtagkey-tiny on the pc, and as I run this command from > C:\Program Files\OpenOCD\0.4.0 : > > bin\openocd.exe -f interface jtagkey-tiny.cfg > > Here is the error message issued : > > Error : unable to open ftdi device : device not found . > > I have installed the drivers provided by Amontec . > If someone has an idea, > Thanks for your help, The Windows binary is built with libftdi instead of ftd2xx due to the controversy of linking to the proprietary FTDI libraries (ftd2xx). In this case, you will have to rebuild OpenOCD by yourself if you want to use the driver provided by Amontec. http://forum.sparkfun.com/viewtopic.php?f=18&t=11221 Or you can install the driver (libusb-win32) provided by the Windows binary to use OpenOCD which is linked to libftdi. You might be able to try to use the libusb-win32 filter driver (and still use the FTDI driver provided by the vendor) and see if that works or not. The filter driver is not recommended to be used by average users since it can cause problems. In case you want to try that out, be sure to download the latest libusb-win32 installer (1.1.14.3). The 0.1.x versions are know to cause BSODs or malfunction of some USB Device. http://sourceforge.net/projects/libusb-win32/files/ BTW, we will probably soon released a digital signed libusb0.sys to be used with 64bit Windows Vista and Windows 7. -- Xiaofan (one of the admins of libusb-win32 project) _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
