- 积分
- 32
贡献187
飞刀61 FD
注册时间2017-7-21
在线时间6 小时
扫一扫,手机访问本帖
|
您好!我购买了贵司的OKMX6Q-C开发板,底板V1.3,核心板V1.1,配套7寸电容屏LCD,电容屏接口芯片为GT911。我正在移植贵司的IM6Q-S2开发板支持的Linux4.1.15到OKMX6Q-C开发板上。现在,U-boot和Linux的调试串口已经改好,能通过调试串口进入Linux内核,也能启动QT,QT支持USB鼠标,但不支持触摸屏。S2开发板Linux源码设置中支持的有Goodix即GT911的配置,但是,触摸屏不能用。我现在用的6Q-C开发板配套源码Linux3.0.35中支持现有LCD屏的GT911。我想把Linux3.0.35的GT911芯片的驱动移植到Linux4.1.15上。在Linux3.0.35中发现gt9xx.c和gt911.c两个驱动都被编译仅内核了。我现在遇到以下几个问题,请帮忙解决以下:
1、Linux3.0.35中配套7寸电容屏LCD的驱动程序是gt9xx.c和gt911.c这两个文件中的哪一个?
2、6Q-S2的源码Linux4.1.15的QT程序支持其他7寸电容屏吗?
3、移植好的Linux4.1.15内核中启动其自带的适用于GT911电容屏的程序,出现以下错误(能正常引导内核和QT):
- [ 1.684669] edt_ft5x06 1-0038: touchscreen probe failed
- [ 1.689924] edt_ft5x06: probe of 1-0038 failed with error -5
- [ 1.695676] <<-GTP-INFO->> GTP driver installing...
- [ 1.700845] <<-GTP-INFO->> GTP Driver Version: V2.4<2014/11/28>
- [ 1.706796] <<-GTP-INFO->> GTP I2C Address: 0x14
- [ 1.712455] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5!
- [ 1.719357] <<-GTP-ERROR->> GTP i2c test failed time 1.
- [ 1.744090] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5!
- [ 1.750972] <<-GTP-ERROR->> GTP i2c test failed time 2.
- [ 1.773167] ata1: SATA link down (SStatus 0 SControl 300)
- [ 1.778625] ahci-imx 2200000.sata: no device found, disabling link.
- [ 1.785016] ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug
- [ 1.792799] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5!
- [ 1.799730] <<-GTP-ERROR->> GTP i2c test failed time 3.
- [ 1.824092] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5!
- [ 1.830975] <<-GTP-ERROR->> GTP i2c test failed time 4.
- [ 1.854088] <<-GTP-ERROR->> I2C Read: 0x8047, 1 bytes failed, errcode: -5!
- [ 1.860970] <<-GTP-ERROR->> GTP i2c test failed time 5.
- [ 1.883069] <<-GTP-ERROR->> I2C read failed.
复制代码
敬待解答!谢谢!
|
|