Hello everyone,
I am new to linux using ubuntu 11.04 x86_64. I recently built oocdlink-s hardware and managed to install drivers in windows 7.
But I don’t know how to install driver for changed VID/PID of oocdlink-s in ubuntu.
My system loads driver for Serial port channel B but cannot load driver for JTAG channel A.
Instead of installing driver, I changed its PID to FT2232 default value and configured channel A to “245 FIFO” mode, “D2XX driver” mode but ubuntu loaded same “ftdi_sio” driver for both channel (usb-devices command) and I can see two files “ttyUSB0” and “ttyUSB1” in /dev. I don’t want this.
Although, I can use channel A as JTAG with openocd (with changed PID in oocdlink.cfg) but what to do with “ttyUSB0”? if I use “ttyUSB0” as serial port (minicom or picocom) system hangs. “ttyUSB1” works fine as serial port. :?
If I use EEPROM configuration provided by oocdlink-s then only one device “ttyUSB0” created and works fine as serial port but openocd cannot detect JTAG.
So, what is the solution? :?: