自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 收藏
  • 关注

原创 camera 流程分析和关键代码解释

参考文档:http://blog.csdn.net/computertechnology/article/details/17006107                 http://blog.csdn.net/eternity9255/article/details/52085864#replyCamera驱动的调试过程与方法总结1、首先对照电路图,检查Ca

2017-11-27 17:21:16 1070

转载 Android USB Camera(1) : 调试记录

1. 前言前段时间调试了一个uvc摄像头,这里做下记录。硬件平台为mt6735,软件平台为android 5.02. 底层配置UVC全称是usb video class,一种usb视频规范。所有遵循uvc协议的摄像头都不需要安装额外的驱动,只需要一个通用驱动即可。Linux内核已经集成了uvc驱动,代码路径是kernel-3.10/drivers/media/usb/uvc

2017-11-27 14:59:14 1069

原创 mt8735 andorid7.0 lcm Icn6202驱动(kernel)

#include #include #include #include #include #include #include #include #include "lcm_drv.h"#include #include #ifdef CONFIG_MTK_BOOT#include "mt_boot_common.h"#endif#in

2017-11-25 11:38:36 2889

原创 mt8735 andorid7.0 lcm Icn6202驱动(lk)

#include #include  #include #include #include "lcm_drv.h"static struct mt_i2c_t icn6202_i2c;static LCM_UTIL_FUNCS lcm_util;#define MDELAY(n) (lcm_util.mdelay(n))#define FRAME_W

2017-11-25 11:34:50 1473

原创 mt8735 andorid7.0 lcm调试总结

这里以调试mt8735 7.0 中的lvds屏Icn6202为例:icn6202是一款LVDS 屏:它可以把CPU端传出来的数字信号(譬如mipi信号)转换成lvds信号,再转换成lcd能接收的数字信号,再通过lcd显示对应的图像;lvds信号跟mipi信号一样,虽都可以做到低功耗高数率传输,但lvds信号能远距离传送;下面开始具体分析调试LCD: 1.从上面原

2017-11-25 11:32:22 2242

转载 android7.0 bma250e 驱动2 (bma250.h)

//B:\drivers\kernel-3.18\drivers\misc\mediatek\accelerometer\bma250e/* linux/drivers/hwmon/adxl345.c * * (C) Copyright 2008 * MediaTek  * * BMA150 driver for MT6516 * * This prog

2017-11-21 15:10:23 1087

转载 andoid7.0 bma250e 驱动1 (bma250.c)

/* BMA150 motion sensor driver * * * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and * may be c

2017-11-21 15:09:14 1609 1

原创 Linux i2c 经典驱动模型 和必要的注释 (rtc驱动为例)

#include #include #include #include #include #include #include #include #include #include #include  #include #include #include #include #include #include #include

2017-11-20 17:41:25 1253

转载 linux驱动子系统之输入子系统(1)

http://blog.csdn.net/paul_liao/article/details/6885981linux驱动子系统之输入子系统(1)1.输入子系统框架1.1 概述内核提供的输入子系统是对分散的、多种不同类别的输入设备(键盘、鼠标、触摸屏、加速计、跟踪球、操纵杆等)进行统一处理的驱动程序。 输入子系统带来的好处:l 

2017-11-20 17:15:26 352

转载 linux驱动子系统之输入子系统(2)

http://blog.csdn.net/shui1025701856/article/details/7577858?ticket=ST-59873-ehNd5KsBa9J7HUEosAU1-passport.csdn.net输入设备(按键、键盘、触摸屏、鼠标)是典型的字符设备,工作机理是底层在按键、触摸等动作发生时产生一个中断(或驱动timer定时查询),然后CPU

2017-11-16 12:03:35 474

转载 MTK智能平台Modem的修改、编译及配置方法

MTK智能平台Modem的修改、编译及配置方法 (2016-05-12 13:57:19)转载▼ 转载:http://blog.sina.com.cn/s/blog_a9c55dfd0102wlju.html1.modem定制过程(1)编译环境和工具         一般来讲modem源码是由MTK提供,拿

2017-11-02 12:29:09 1135

原创 mt6735_m0版本modem编译

  scp -rp ./modem chenlijun@192.168.1.9:/home/chenlijun/new/          //把当前服务器(.8服务器)的modem拷贝到.9服务器上的new文件夹下面去 (1)编译modem之前要弄清楚当前编译的是哪个模块(是移动还是联通,看make/下面的.mak文件,可以问下硬件)(2)射频参数修改方法,以4G参数为例,代码目...

2017-11-01 19:57:45 1788

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除