Hi Nimish,

> Yes, I can see that FTID message when I run lsusb.

And the output is what?

If the FTDI product ID is not recognized by ftdi_sio, then
you may have to create a udev rule

http://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_101_Customising_FTDI_VID_PID_In_Linux%28FT_000081%29.pdf

I've attached a rules script that I created for an FT232H based
cable. You should be able to do something similar for whatever
device is on the ROACH2.

Cheers,
Dave
# 52-ftdi.rules
#
# 12/4/2012 D. W. Hawkins ([email protected])
#
# Linux udev rules script for configuring the ftdi-sio driver to
# recognize additional FTDI devices as serial ports.
#
# This procedure is documented in FTDI TN-101.
#
# The vendor/product pair for a USB device can be viewed using
# lsusb.
#
# -----------------------------------------------------------------
# C232HM-DDHSL-0 FT232H UART/MPSSE cable
# -----------------------------------------------------------------
#
SYSFS{idVendor}=="0403", SYSFS{idProduct}=="6014", RUN+="/sbin/modprobe -q 
ftdi-sio vendor=0x0403 product=0x6014"

Reply via email to