[Buildroot] udev and serial port

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Jan 30 13:51:20 UTC 2014


On 01/30/2014 10:45 AM, Marco Trapanese wrote:

> Hello,
> in my buildroot environment I have udev enabled. I need to connect some
> UART-to-USB converter based upon FTDI chip (I added the libftdi in the
> config).
> 
> When I plug-in the converter to my target dmesg see the new hardware but
> I can't see any /dev/ttyUSB device.
> 
> Do I need to add something other in the configuration?
> Where should I search information about this "how-to"?
> 
> Thanks
> Marco

Hi.
libftdi is for direct access to FTDI chips from applications.
This is used for GPIO, bitbanging, SPI and other purposes.
What you want is to enable the CONFIG_USB_SERIAL_FTDI_SIO knob in your
linux kernel config.
Regards.


More information about the buildroot mailing list