讨论广场 问答详情
rk3588开发板在使用oh4.1版本软件升级时,进入升级界面识别不到触摸和hdc的问题
weixin_39181553 2024-12-24 10:31:49
291 评论 分享

运行环境:软件版本oh4.1,运行的开发板:rk3588 

遇到的问题:输入reboot updater后,进入升级界面:1.没有触摸; 2.识别不到hdc.

问题1:触摸走的是usb接口,内核能识别到usb hid设备。但是在updater起来后去读/dev/input/event2,失败。

问题2:进入升级后,没有触发usbpnp相关的处理。

 

具体日志见附件。

 

291 评论 分享
相关文件下载
hta3588-updater-error-12.21.txt.zip
308.27 KB
下载
写回答
全部评论(12)
5 楼

1. 触摸走的是usb, 非HDF Touch方式,需要自己做触摸事件上报逻辑,之前4.0的版本,自测调试鼠标的也有该问题

2. 识别不到hdc,确认是否是updater\config\init.rk3588.usb.cfg中的sys.usb.controller配置问题

 

1
2024-12-24 11:53:00
2025-04-24 11:33:47
你好请问你是怎么解决的,我现在updater模式下也没有办法触摸
2025-04-24 11:33:47
2024-12-27 13:26:56
1. 触摸走的是usb, 非HDF Touch方式,需要自己做触摸事件上报逻辑,之前4.0的版本,自测调试鼠标的也有该问题--这个有具体的样例可以参考么??麻烦大神回复一下。谢谢。。
2024-12-27 13:26:56
2024-12-24 16:04:58
2.识别不到hdc,改了参数就可以了。
2024-12-24 16:04:58
2024-12-24 13:25:57
dayu210使用的是"setparam sys.usb.controller fcc00000.dwc3",现在也是用的这个
2024-12-24 13:25:57
2024-12-24 13:18:51
第二点,是拷贝的dayu210项目的配置,使用的是原来的默认的配置,这个具体要怎么改呢??
2024-12-24 13:18:51
2024-12-24 13:13:53
好的,感谢回复。。
2024-12-24 13:13:53
6 楼

可以分享一下么?我也遇到了同样的问题

2025-04-30 16:36:53

内核是能正常识别到usb触摸设备的:

[    1.409624] usb 1-1.4: New USB device found, idVendor=222a, idProduct=0001, bcdDevice= 0.02
[    1.409632] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.409636] usb 1-1.4: Product: ILITEK-TP
[    1.409639] usb 1-1.4: Manufacturer: ILITEK
[    1.412595] input: ILITEK ILITEK-TP as /devices/platform/fc800000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:222A:0001.0001/input/input2
[    1.412746] input: ILITEK ILITEK-TP Mouse as /devices/platform/fc800000.usb/usb1/1-1/1-1.4/1-1.4:1.0/0003:222A:0001.0001/input/input4
[    1.412922] hid-multitouch 0003:222A:0001.0001: input,hiddev96,hidraw0: USB HID v1.10 Mouse [ILITEK ILITEK-TP] on usb-fc800000.usb-1.4/input0
[    1.412985] [I/USB_PNP_NOTIFY] UsbPnpNotifyCallback: action=0x1
[    1.412992] [I/USB_PNP_NOTIFY] UsbPnpNotifyAddInitInfo:209 i=0, interfaceInfo=0x3-0x0-0x0-0x0
[    1.413022] [I/USB_PNP_NOTIFY] UsbPnpNotifyReportThread: UsbPnpNotifyReportThread start!
[    1.413058] [I/USB_PNP_NOTIFY] UsbPnpNotifyHdfSendEvent:375 device information, 3 usbDevAddr=18446743524068612096, devNum=3, busNum=1, infoTable=1-0x222a-0x1!
[    1.413075] [E/USB_PNP_NOTIFY] UsbPnpNotifyHdfSendEvent:382 HdfDeviceSendEvent ret=-1
[    1.413093] [I/USB_PNP_NOTIFY] UsbPnpNotifyReportThread: UsbPnpNotifyHdfSendEvent error=-1!

2024-12-24 10:45:40

这个网站有问题了,修改不了上面的内容,只能在下面贴了。

2024-12-24 10:43:25

rk3568正常识别hdc的日志,rk3588没有这部分的处理。

 

2024-12-24 10:42:10

识别不到/dev/input/event2的日志:

 

2024-12-24 10:40:51
查看全部12条回答/评论