Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3167517
  • 博文数量: 685
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 5303
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-19 14:17
个人简介

文章分类

全部博文(685)

文章存档

2015年(116)

2014年(569)

发布时间:2014-09-20 15:39:07

原文地址:http://www.cnblogs.com/hnrainll/archive/2011/06/09/2076522.htmlARM-LINUX-GCC版本4.3.2.以安装在/usr/local/arm/4.3.2下.第一步:修改linux-2.6.34/Makefile文件,在makefile中找到以下两条信息并做修改ARCH ? =arm CROSS_COMPILE ?=/usr/local/arm/4.3.2/bin/arm-linux-第二步:修改平台输入时钟修.........【阅读全文】

阅读(983) | 评论(0) | 转发(0)

发布时间:2014-09-20 15:23:20

原文地址:http://blog.csdn.net/xingtian19880101/article/details/17504307一. ECC校验ECC: error Checking and correct,既能检查错误也能纠正错误.优点是: 速度奇快缺点是: 只能检查2bit的错误,只能纠正1bit的错误如果想验证这儿需要打开param.no_tags_ecc=0,默认param.no_tags_ecc=1不进行tags校验.同时,mkyaff.........【阅读全文】

阅读(758) | 评论(0) | 转发(0)

发布时间:2014-09-20 15:12:12

原文地址:http://blog.chinaunix.net/uid-26009923-id-4232403.html一. u-boot的编译与链接1. lichee下编译命令cong@dell:/work/ct/lichee$  ./build.sh -p sun7i_android -m ubootu-boot的编译是用脚本lichee/u-boot/build.shfunction build_uboot(){   &nb.........【阅读全文】

阅读(1620) | 评论(0) | 转发(0)

发布时间:2014-09-20 14:59:39

原文地址:http://blog.chinaunix.net/uid-26009923-id-4281156.html1. 确定usb没有问题将手机关机,并插入usb线,这时用lsusb能发现mtk的设备cong@dell:/tmp$ lsusb Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching HubBus 002 Device 002: I.........【阅读全文】

阅读(1258) | 评论(0) | 转发(0)

发布时间:2014-09-20 14:58:34

原文地址:http://blog.chinaunix.net/uid-26009923-id-4013601.html一.framebuffer device注册1. framebuffer定义在alps/kernel/mediatek/platform/mt6577/kernel/core/mt6577_devs.c中#if defined(CONFIG_MTK_FB)static u64 mtkfb_dmamask = ~(u32)0;static .........【阅读全文】

阅读(1507) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

7大爷2014-04-21 11:08

期待你的原创博文哦

回复  |  举报
留言热议
请登录后留言。

登录 注册