[Android6.0][RK3399] PCIe 转 SATA 调试步骤 Posted on 2018-12-28 | In Linux , rockchip , storage , pcie Words count in article: 字 | Reading time ≈ 分钟 PCI 基本调试手段busybox lspcilspci 命令查看 pci 设备。出现如下信息: 10c:00.0 0100: 1000:0056 (rev 02) 0c:00.0 表示含义为 bus ... Read more »
[Android6.0][RK3399] PCIe 接口 4G模块 EC20 调试记录 Posted on 2018-12-28 | In Linux , rockchip , modem , ec20 Words count in article: 字 | Reading time ≈ 分钟 一、基本概念1. USB 部分的功能接口Quectel 3G/4G模块(UMTS/HSPA/LTE)的 USB 部分包括了几个不同的功能接口。 USB SerialttyUSB0 代表 DMttyUS ... Read more »
[Android6.0][RK3399] Mipi LCD RM72014 移植调试流程 Posted on 2018-12-28 | In Linux , rockchip , display , MIPI Words count in article: 字 | Reading time ≈ 分钟 一、扣出屏 datasheet 中的关键信息首先我们要找屏厂索取详细版的屏的规格书,扣出其中的关键信息。屏 Spec 的目录大概如下: 其中我们最需要关注的是General Specificatio ... Read more »
[Android6.0][RK3399] Mipi LCD NT35521 移植调试流程 Posted on 2018-12-28 | In Linux , rockchip , display , MIPI Words count in article: 字 | Reading time ≈ 分钟 根据 datasheet 和 硬件设计填写 dtsmipi_dsi_init1234567disp_mipi_init: mipi_dsi_init{ compatible = ... Read more »
[Android6.0][RK3399] IR(红外线)移植步骤 Posted on 2018-12-28 | In Linux , rockchip , IR Words count in article: 字 | Reading time ≈ 分钟 一、 红外介绍IR(Infrared Radiation)现有的红外遥控有两种方式,PWM(脉冲宽度调制)和PPM(脉冲位置调制)。对应的两种编码形式的代表分别为NEC和PHILIPS的RC-5、RC ... Read more »
[Android6.0][RK3399] 修改默认按键 KEY-PAD Posted on 2018-12-28 | In Linux , rockchip , key Words count in article: 字 | Reading time ≈ 分钟 需求需求是将 Menu 键修改为 Home 键。 Key-Pad 原理按键部分原理图如下 可以看到不同按键串联的电阻值也不同。所以按下不同按键时 ADKEY_IN 的检测电压也会不同(不同阻值分压不 ... Read more »
[Android6.0][RK3399] 双屏异显代码实现流程分析(二) Posted on 2018-12-28 | In Linux , rockchip , display Words count in article: 字 | Reading time ≈ 分钟 Patch CodeDate: Fri, 09 Dec 2016 10:53:11 +0800Subject: [PATCH] video: rockchip: fb: add support dua ... Read more »
[Android6.0][RK3399] 双屏异显代码实现流程分析(一) Posted on 2018-12-28 | In Linux , rockchip , display Words count in article: 字 | Reading time ≈ 分钟 代码流程参考 KrisFei 大神总结的 3288 display 模块加载流程。http://blog.csdn.net/kris_fei/article/details/52584903KrisF ... Read more »
[Android6.0][RK3399] 实现耳机和喇叭自动切换功能 Posted on 2018-12-28 | In Linux , rockchip , audio Words count in article: 字 | Reading time ≈ 分钟 需求分析RK 默认的声卡 RT5651(Card 0)是从耳机(device 0)输出。但是我们的产品上同时具有 Speaker 和 Headphone,两者无法切换。所以需要实现默认从喇叭输出,插上 ... Read more »
[Android6.0][RK3399] 电池系统(四)不插电池无法开机的问题 Posted on 2018-12-28 | In Linux , rockchip , power , battery Words count in article: 字 | Reading time ≈ 分钟 已知问题与需求分析现在的 BQ IC Driver 有一个大 Bug。在接上电池的时候,Battery、Battery+TypeC、Battery+DC 都是可以正常开机的。但是没有电池的时候,单独 ... Read more »