我正在研究 Altera cyclone V Soc FPGA Dev Kit。我正在使用 Rocketboards.com 提供的 GSRD 14.1 埃(http://www.rocketboards.org/foswiki/Documentation/GSRD141AngstromGettingStarted)
root@socfpga_cyclone5:~# uname -a
Linux socfpga_cyclone5 3.10.31-ltsi
这个内核不支持usb串口设备,我认为我需要添加usbserial和usbcore驱动程序来与GPS串口模块通信。内核包括 insmod 和 modprobe,但我找不到我的板的具体驱动程序。
dmesg 返回:
usb 1-1: new full-speed USB device number 2 using dwc2
usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: CP2104 USB to UART Bridge Controller
usb 1-1: Manufacturer: Silicon Labs
usb 1-1: SerialNumber: 006FA62E
有没有添加这个模块的解决方案?如果我必须重建和定制内核,我正在寻找一些建议:)
提前致谢。
编辑
解决方案是在 menuconfig 中添加串行驱动程序支持并更新内核。