<cr1901>
trabucayre: This may be a dumb question, but if I have two FTDI devices attached, one ice40, one arty s7, why does "ofl -b arty_s7_50" default to trying to talk to the ice40 board? According to --scan-usb, Arty S7 has a manufacturer string/USB descriptor saying it's a "Digilent Adept USB Device"...
<jeanthomas>
cr1901: FTDI devices are matched by their USB VID/PID. If both of your FTDI devices use the same FTDI chip, you'll have to specify which device to use with the "-d" argument.
<trabucayre>
jeanthomas: cr1901: you could use --cable-index --busdev-num or --ftdi-serial
trabucayre has quit [Ping timeout: 265 seconds]
<cr1901>
"--cable-index 1" does what I want
<cr1901>
no need to query pesky busdev numbers... just try each FTDI device in order :)