
Linux内核
文章平均质量分 81
ZHCX2011
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
嵌入式Linux USB WIFI驱动的移植
硬件平台:飞思卡尔MX258开发板 操作系统:Linux2.6.31 WIFI: RT2860 USB WIFI模组 交叉编译环境:gcc version 4.1.2 调试步骤: 第一步:测试USB HOST接口 在menuconfig中将USB HOST设置为内核模式: 重新编译内核后启动开发板,插入U盘并挂载: mount /dev/sda1 /tmp转载 2013-06-07 20:27:07 · 3146 阅读 · 0 评论 -
Ubuntu12.04下在Android4.0.4源码下载及其编译过程
一、下载源码 1、下载工具repo:https://android.googlesource.com/tools/repo/ 在本地目录建个bin的文件夹,进入bin文件夹;通过git下载: [cpp] view plaincopy git clone https://android.googlesource.com/tools/repo转载 2014-04-08 19:17:37 · 743 阅读 · 0 评论