Hello everyone,
I am using the OMAP L137 and trying to connect the USB1 (USB 1.1 port) to a USB-serial converter, in order to connect to a PC. I have enabled the necessary things in the kernel, but I am still unable to find it in the /dev folder. The following is output during boot:
usb 2-1: new full speed USB device using ohci and address 2
usb 2-1: New USB device found, idVendor=067b, idProduct=2303
usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 2-1: Product: USB-Serial Controller
usb 2-1: Manufacturer: Prolific Technology Inc.
I guess means I built the kernel properly. But I am still unable to see it in /dev
Please help.