[Android7.1][rk3288]添加显示方向旋转 Posted on 2020-08-19 | In linux , rockchip , rotation , display Words count in article: 字 | Reading time ≈ 分钟 需求 继https://intgyl.com/post/a5cf29a9.html#more 添加logo和开机动画分区后,又有部分客户需要不同的显示方向,即现场安装时可能使用横屏也可能使用竖屏 分 ... Read more »
[Android7.1][rk3288/rk3399]添加logo和开机动画分区 Posted on 2020-08-19 | In linux , rockchip , partition , logo , bootanimation Words count in article: 字 | Reading time ≈ 分钟 需求 不同客户要求使用不同的开机logo和开机动画,为实现对不同需求的兼容,减少不同系统版本的维护工作 以往的实现方式 rockchip 平台默认logo存放在resource.img中,boota ... Read more »
[Android7.1][rk3288/rk3399]lcd兼容方案 Posted on 2020-08-17 | In Linux , rockchip , displa Words count in article: 字 | Reading time ≈ 分钟 兼容方案定做LCD fpc123456该方案是硬件设计时预留几个gpio,不同厂家的屏对不同的gpio进行上拉或者下拉,将上下拉电阻直接贴到fpc上,系统启动时读取gpio电平进行判断。优点: ... Read more »
[Android]添加全局水印 Posted on 2020-08-17 | In Android Words count in article: 字 | Reading time ≈ 分钟 需求 在测试版本添加水印,以明确该版本非正式版,仅供测试使用。 效果 正式版本编译时去掉ro.show.testversion=true即可 patch 准备透明背景图片,添加需要显示的文字,如 ... Read more »
[Android6.0][RK3399] USB接口Touchscreen驱动流程分析 Posted on 2018-12-28 | In Linux , rockchip , touchpanel Words count in article: 字 | Reading time ≈ 分钟 流程分析module_usb_driverregister/unregister usbtouch_driver注册到总线接口的驱动是 usbtouch_driver 12345678910stat ... Read more »
[Android5.1][RK3288] Camera(三)OV13850 Camera 调试笔记 Posted on 2018-12-28 | In Linux , rockchip , camera Words count in article: 字 | Reading time ≈ 分钟 基本配置与编译DTS 配置打开对应 isp 即可。我们 isp0 已经用于 HDMI IN 功能。所以 Camera 使用的是 isp1 。 12345678isp0: isp@ff910000 ... Read more »
[Android5.1][RK3288] Camera(二)Linux 中的 V4L2 Posted on 2018-12-28 | In Linux , rockchip , camera Words count in article: 字 | Reading time ≈ 分钟 什么是 V4L2Video for Linux 2 是 Linux 内核中关于视频设备的内核驱动框架,为上层访问底层设备提供了统一的接口。一共支持 5 类设备,视频采集(输入)设备、视频输出设备、直接 ... Read more »
[Android5.1][RK3288] Camera(一)基础知识 及 RK 平台启动流程 Posted on 2018-12-28 | In Linux , rockchip , camera Words count in article: 字 | Reading time ≈ 分钟 基础模组结构Camera 模组由镜头 LENS对焦马达 VCM图像传感器 SENOSOR图像信号处理器 ISP组成 成像原理镜头(LENS)拍摄影像——>传感器(SENSOR)接受滤色镜滤波后的 ... Read more »
[Linux4.4][RK3399] DRM HDMI 调试小结 Posted on 2018-12-28 | In Linux , rockchip , display , DRM Words count in article: 字 | Reading time ≈ 分钟 调试流程确认板子是否识别到了显示器的 EDID1echo 0x1f > /sys/module/drm/parameters/debug 插拔一 ... Read more »
[Linux4.4][RK3399] DRM 框架及代码流程 Posted on 2018-12-28 | In Linux , rockchip , display , DRM Words count in article: 字 | Reading time ≈ 分钟 DRM 简介定义DRM: Direct Rendering Manager 它用于处理显卡(graphic cards embedding GPUs)KMS: Kernel Mode Setting ... Read more »