01 2025 档案
摘要:有一些常用的usb转串口模块,ft232,ch340等,驱动默认是没有打开。 menuconfig选上编译: ft232(drivers/usb/serial/ftdi_sio.c): Device Drivers > [*] USB support > <*> USB Serial Convert
阅读全文
摘要:问题描述:有时候操作屏幕界面,发现屏幕有抖动的情况。 经跟RK原厂沟通,此问题跟给ddr供电的vdd_logic有关系。vdd_logic默认定义: vdd_logic: DCDC_REG1 { regulator-always-on; regulator-boot-on; regulator-mi
阅读全文
摘要:SOC:RK3568 报错open /dev/mem: No such file or directory kernel/configs/rockchip$ vi android-11.configCONFIG_DEVMEM=y
阅读全文
摘要:触摸屏显示是正常的,但是TP不准,触摸的方向也是正确的就是触摸位置不准,屏幕中央触摸位置相对还好,越往边沿越不准,需要添加idc配置文件: touch.deviceType = touchScreen device.internal = 1 touch.orientationAware = 1 ke
阅读全文