I connect a Telit LE51 device to my toradex board. I see the usb device is connected succesfully on kernel messages. But I cannot see any related TTYUSB0 or someting like that. How should I look for it ? If the driver does not supported what are the steps should I do to make it work ?
I did not found driver specifics of that device… The first thing you need to know is whether there is a driver and how is the name of the driver which supports that device. If the device works on a standard desktop you usually can check the loaded modules or using the command usb-devices. Once you know which driver to enable, I recommend to cross compile the kernel using our documentation:
So what is the actual output of lsusband usb-devices?
Note that the driver for FTDI chips is not enabled in the default configuration, neither as built in or as a module. You will need to enable it and recompile / deploy the kernel.
Device Drivers → USB support → USB Serial Converter support