to learn
crifan 17年前 (2009-03-02) 1361浏览 0评论
1. Linux嵌入式系统,希望讲解嵌入式Linux系统架构、Kernel和驱动程序移植方法,最好是基于mips平台的培训(含嵌入式Linux驱动程序开发) 2.精通Linux Kernel和驱动开发,精通mips平台 先弄懂整体Linux 的框...
工作相关的技术文章
crifan 17年前 (2009-03-02) 1361浏览 0评论
1. Linux嵌入式系统,希望讲解嵌入式Linux系统架构、Kernel和驱动程序移植方法,最好是基于mips平台的培训(含嵌入式Linux驱动程序开发) 2.精通Linux Kernel和驱动开发,精通mips平台 先弄懂整体Linux 的框...
crifan 17年前 (2009-02-26) 1212浏览 0评论
problem: no output for hello driver. reason maybe: ——————————R...
crifan 17年前 (2009-02-25) 1983浏览 0评论
the hello_driver.c is copy from LDD3: ————————————...
crifan 17年前 (2009-02-25) 1291浏览 0评论
调试器表象和实际执行不一样,导致看起来代码跑飞了 将要运行: void handleUsb(void) { afeReadRegister(CTR_USB_REGISTER, ®Val, ctrlAfeReadDone); …...
crifan 17年前 (2009-02-24) 1253浏览 0评论
#include <linux/init.h> #include <linux/module.h> MODULE_LICENSE("Dual BSD/GPL"); static int hello_i...
crifan 17年前 (2009-02-23) 1421浏览 0评论
LDD3 – Chapter 1. An Introduction to Device Drivers 1.choose an acceptable trade-off between "the programming tim...
crifan 17年前 (2009-02-23) 1659浏览 0评论
【转】老手经验谈:Linux驱动程序开发学习步骤 1. 学会写简单的makefile 2. 编一应用程序,可以用makefile跑起来 3. 学会写驱动的makefile 4. 写一简单char驱动,makefile编译通过,可以insm...
crifan 17年前 (2009-02-22) 2847浏览 1评论
VMware下Ubuntu不能和Windows共享文件夹 今天遇到个很搞笑的事情。 以前就折腾过Vmware下Ubuntu和Windows的share folder问题,遇到过很多问题,后来也多数解决或规避了。 但是现在发生个好笑的事情,我昨天安装v...
crifan 17年前 (2009-02-20) 1596浏览 0评论
Ubuntu的wiki官网中,有这个链接: 速配指南 – Ubuntu中文 http://wiki.ubuntu.org.cn/index.php?title=%E9%80%9F%E9%85%8D%E6%8C%87%E5%8D%97&a...
crifan 17年前 (2009-02-19) 1401浏览 0评论
【Ubuntu8.10下,以root登陆的方法】 1、先解除root锁定,为root用户设置密码 打开终端输入:sudo passwd root Password: <— 输入你当前用户的密码 Enter new UNIX pass...