W dniu 2013-04-22 14:31, Juan Erbes pisze: > How will look the ./configure commands parameter for this? > > The ft2232 driver is the propietary? > > The libftdi is the open source librarý? > > I verified on the README file, and the nearest option is: > > --enable-ft2232_libftdi Enable building support for FT2232 based devices > using the libftdi driver, opensource alternate of > FTD2XX > > Or the other part of the ft2232 driver is compiled on the openocd, with > this option?
ft2232 is a driver in OpenOCD. It can use either libftdi (and libusb) or ftd2xx. The general problem is that ft2232 is sort-of deprecated as there's a new faster and cleaner driver called ftdi, which uses libusb-1.0 (there are config scripts in interface/ftdi/...), and I guess noone cares for closed-source ftd2xx, as you cannot publish such binary anywhere due to GPL restrictions. That's why it's better to use --enable-ft2232_libftdi (and you have to have libftdi and libusb) and/or --enable-ftdi. 4\/3!! ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
