Hi,
I am working with a based-OMAPL137 Spectrum Digital board, with its USB ports in particular. I want to connect a device through the USB port (USB A, no microUSB or OTG) that it is recognized as a ttyACM device on a PC Linux host. So, my goal is extrapolate that behaviour to OMAPL137 file-system. I am using DaVinci-PSP-SDK-03.20.00.14 distribution, with the 2.6.33 kernel version. I have done modifications at the kernel configuration by means the menuconfig command. Basically, I have followed the instructions located at the documentation kernel (acm.txt). That file details that three modules are needed to use ACM devices:
usbcore.ko
uhci-hcd.ko ohci-hcd.ko or ehci-hcd.ko
cdc-acm.ko
Making this operation, the result is the same. I can not see the ttyACM device.
Moreover, when I load the modules written above, I get the next messages (see below). It seems like a couple of messages missing, I mean, messages like "acm.c: probing config 1" or/and "ttyACM0: USB ACM device" or something like that.
root@172.16.3.100:/dev# usb 1-1: new full speed USB device using ohci and address 2
usb 1-1: New USB device found, idVendor=04b4, idProduct=f232
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=128
usb 1-1: Product: USBUART
usb 1-1: Manufacturer: Cypress Semiconductor
usb 1-1: SerialNumber: 151F06C8000E1410
Also, a set of messages are displayed when I disconnect and connect the device:
T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=02(comm.) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=04b4 ProdID=f232 Rev= 0.01
S: Manufacturer=Cypress Semiconductor
S: Product=USBUART
S: SerialNumber=151F06C8000E1410
C:* #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=100mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=00 Driver=(none)
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms
I:* If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none) --> should be ACM if everything was OK!!
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
What can I do to see the device under /dev folder? Any suggestion or advise would be appreciated! Thanks in advance!
Regards
Óscar