GadgetFactory / Papilio-Loader

Java and command line apps to load Xilinx Bit files to Papilio FPGA boards.
http://gadgetfactory.net/learn/2013/09/18/howto-papilio-loader-gui-on-linux/
61 stars 34 forks source link

Issue with multiple FTDI devices. #2

Open jackgassett opened 12 years ago

jackgassett commented 12 years ago

Reported by JCM in the forum.

Just a quick bug report (is there a bug system?) that the FTDI code doesn't currently handle multiple devices well. If I have my TinCanTools Flyswatter (2) attached also, and the Papilio is not the first FTDI device...boom :) If I get chance, I'll look into a patch, but it's probably a straightforward fix for you, Jack. I'm using the github sources.

jackgassett commented 12 years ago

The best solution is probably to use a custom VID/PID for the Papilio to avoid problems like this, but then again, that doesn't do anything for having multiple Papilio boards connected at once...

We'll have to dig deeper for a solution.

Jack.