[email protected] wrote on 2009-09-21 06:38:16: > While doing a regression binary search on OpenOCD revisions, I noticed > only by chance that ./configure was issuing a warning about my libftdi > version (I had 0.12, it wants 0.16). I then upgraded the version, > eliminating the warning. > > What are the consequences of the version mismatch? Should this really > be a warning, as opposed to making ./configure die with a failure code? > Again, I noticed only by chance, as it did not cause my build command line: > > ./bootstrap && ./configure ... && make -j 2 > > to fail. The latest version of libftdi in the Ubuntu repositories is > 0.12, so maybe this isn't an uncommon problem. > > Regards, > Ethan > _______________________________________________ > Openocd-development mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/openocd-development
Version 0.16 allow interfaces with a FT2232H chip (USB high speed variant of FT2232C) to use a JTAG speed up to 30 MHz and also allow adaptive clocking (RTCK). Older versions of libftdi will not detect this chip and it will be treated as a FT2232C chip, so the JTAG speed will be limited to 6 MHz and adaptive clocking will not be possible. Best regards Jonas Hörberg _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
