Days_with_LDD3
记录LDD3学习笔记
JasonLeaster
Doing is better than saying.
展开
-
s3c6410 Linux 驱动开发环境搭建
s3c6410 Linux 驱动开发环境搭建—— 既然你是做Linux开发的,你还用虚拟机? 很多人都在win下做开发,于是SD_writer.exe之类的烧写工具“大行其道”,多是用虚拟机Linux。完全转到Linux下学习开始蛮不爽的,开发板制作商送的教程都是些讲Win-CE的东东,感觉实质性的东西没什么。对于完全用Linux做开发的技术讲解非常少,连烧写SD卡都原创 2014-08-19 12:12:29 · 2539 阅读 · 0 评论 -
<Debugging Techniques> LDD3 学习笔记
Debugging Techniques内核debug的挑战: Kernel programming brings its own, unique debugging challenges. Kernel code can not be easily executed under a debugger, nor can it be eas原创 2014-09-01 23:28:46 · 1696 阅读 · 0 评论 -
Introduction to "procfs" ( proc file system)
Introduction to "procfs" Introduction from wiki: procfs (or the proc filesystem) is a special filesystem in UNIX-like operating systems that presents information about proces原创 2014-09-01 16:56:12 · 1706 阅读 · 0 评论 -
"《 Serial Drivers 》by Alessandro Rubini" 学习笔记
Introduction to "serial device driver" (My study note) 膜拜大神的作品.原创 2014-08-29 02:21:50 · 2488 阅读 · 0 评论 -
关于<LDD3> "setconsole.c" Alesssandro Rubini 的邮件回复
关于 "setconsole.c" Alesssandro Rubini 的邮件回复 抱着试一试的心态给偶像写了一封求助e-mail,回复了!!!我的小心脏啊~呵呵~Rubini是谁不解释了...我的HELP原文主要的关于setconsole.c的问题,这个是LDD3的一个小程序setconsole.c/*原创 2014-08-31 17:31:16 · 2415 阅读 · 2 评论 -
s3c6410 RTC driver——读取实时时间信息 <LDD3 & ELDD 学习笔记>
s3c6410 RTC driver——读取实时时间信息原创 2014-08-27 17:19:11 · 1910 阅读 · 0 评论 -
Introduction the naive“scull” 《linux设备驱动》 学习笔记
All about the naive“scull”原创 2014-07-31 17:07:27 · 1792 阅读 · 0 评论 -
Time, Delays, and Deferred Work <LDD3> 学习笔记 + jiffies.h 分析
Time, Delays, and Deferred Work Dealing with time involves the following tasks, in order of increasing complexity:• Measuring time lapses and comparing times• Knowing the cur原创 2014-08-11 23:45:31 · 2520 阅读 · 0 评论 -
一步步写 CMOS 驱动模块 <ELDD 学习笔记>
一步步写 CMOS 驱动模块 Let's implement a char driver to access the system CMOS.首先仅仅是创建设备模块,最简单的,类似于前面hello world模块一样的东东,从最简单的框架慢慢搭/*************************************************原创 2014-08-15 11:23:05 · 3771 阅读 · 2 评论 -
Data Types in the Kernel <LDD3 学习笔记>
Data Types in the Kernel原创 2014-08-16 02:47:12 · 1648 阅读 · 0 评论 -
Program for Linux USB-devices driver step by step (ONE)
Program for Linux USB-devices driver开始啃硬骨头~ 这里我打算一步步给出USB device driver 的demo,希望有心能能够共同交流学习. 希望认识更多对Linux有兴趣的geek.目前由于环境和自身能力方面原因还没能做实物的测试,篇章的最后打算给出一个在x86上模拟USB读写的driver,以后能够做实物测试之后再更新this blo原创 2014-08-18 03:11:28 · 1713 阅读 · 0 评论 -
Communicating with Hardware 《LDD3 学习笔记》
Communicating with HardwareUsing I/O PortsI/O ports are the means by which drivers communicate with many devices, at leastpart of the time. This section covers the various functions原创 2014-08-26 14:22:13 · 1527 阅读 · 0 评论 -
Introduction to "s3c6410 LED" driver
Introduction to "s3c6410 LED" driver原创 2014-08-25 21:57:56 · 1731 阅读 · 0 评论