Platform: RK3399
OS: Android 7.1
Kernel: v4.4.126
需求
- 热插拔
- 默认打开 UVC 功能
调试步骤
在移远提供的 ql-ril.conf 中添加
- 添加
Sim_Hot_Plugging=2
- 添加
At_Cmds_For_Customer_Initialize=AT+QCFG="usbcfg",0x2C7C,0x0125,1,1,1,1,1,0,1;AT+QPCMV=1,2
如果不需要打开
At_Cmds_For_Customer_Initialize=AT+QCFG="usbcfg",0x2C7C,0x0125,1,1,1,1,1,0,0;AT+QPCMV=0
ql-ril.conf 中的内容会在开机的时候由移远提供的 ril 库调用.写入到 EC20 的 NV 中.
即,如果没有其他的 AT 指令将其覆盖,掉电后也不会丢失.
调试接口
ql-ril.conf
#This file is in a state of unavailability.
#In most cases, there is no need to open any option.
#In special cases, please use it under the guidance of FAE.
#LTE_SignalStrength=-1<

本文档详细介绍了在RK3399平台的Android7.1操作系统上,如何通过修改ql-ril.conf配置文件来实现USB设备的热插拔及UVC功能的调试步骤。主要内容包括了在配置文件中添加特定参数以启用或禁用UVC功能,以及这些参数对设备行为的影响。
最低0.47元/天 解锁文章
5087





