Hi,
I would like to use my Linux PC to connect to my Zedboard. However, I can't seem to find a driver for the UART. It's visible using lsusb:
lsusb -s 1:6
Bus 001 Device 006: ID 04b4:0008 Cypress Semiconductor Corp.
And I observe it in the kernel log:
[ 460.188289] usb 1-5.1: New USB device found, idVendor=04b4, idProduct=0008
[ 460.188298] usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=4
[ 460.188303] usb 1-5.1: Product: Cypress-USB2UART-Ver1.0G
[ 460.188307] usb 1-5.1: Manufacturer: 2012 Cypress Semiconductor
[ 460.188310] usb 1-5.1: SerialNumber: 044301C42216
[ 460.188439] usb 1-5.1: usb_probe_device
[ 460.188445] usb 1-5.1: configuration #1 chosen from 1 choice
[ 460.190763] usb 1-5.1: adding 1-5.1:1.0 (config #1, interface 0)
[ 460.191036] usb 1-5.1: adding 1-5.1:1.1 (config #1, interface 1)
[ 460.191137] drivers/usb/core/inode.c: creating file '006'
But no tty driver.
I have CONFIG_USB_SERIAL_CYPRESS_M8=y in my .config file, but this appears to be a different driver.
I tried to follow the link in the datasheet, but I was asked to register at the Cypress web site. But after entering the information I simply got a message saying:
"Sorry, there was an error. Site admins have been contacted with your information and error details."
Anybody using the Zedboard from a Linux host?