commands in U-boot
crifan 18年前 (2008-03-24) 2295浏览
commands in U-boot(v=1.1.6) you can input "help" or "?" then it will display: ? &n...
工作相关的技术文章
crifan 18年前 (2008-03-24) 2295浏览
commands in U-boot(v=1.1.6) you can input "help" or "?" then it will display: ? &n...
crifan 18年前 (2008-03-23) 1946浏览
Linux Block Device Architecture[ZT] Introduction Block devices offer storage for large amounts of data (like the hard disks)....
crifan 18年前 (2008-03-23) 2004浏览
第十三章 Linux块设备驱动 本章导读 块设备是与字符设备并列的概念,这两类设备在Linux中驱动的结构有较大差异,总体而言,块设备驱动比字符设备驱动要复杂得多,在I/O操作上表现出极大的不同,缓冲、I/O调度、请求队列等都是与块设备驱动相关的概念...
crifan 18年前 (2008-03-23) 3192浏览
SD和MMC记忆卡介面技术 一 般而言,MCI包含了命令暂存器、回应暂存器、资料暂存器、逾时(timeout)计数器和侦错逻辑,能够自动传送命令,必要时,还能...
crifan 18年前 (2008-03-23) 5974浏览
Linux 驅動程式的 I/O, #1 #2: 基本概念[ZT] 由本篇日記開始,我們將進行「Linux Device Driver 入門:I/O 處理」的議題討論。這裡所提的 I/O 處理定義是:user process 與 physical de...
crifan 18年前 (2008-03-23) 1885浏览
<a href="http://www.archivesat.com/Linux_kernel_discussion/thread2328642.htm" target="_blank">mmc: ...
crifan 18年前 (2008-03-23) 2125浏览
[ZT][筆記] Linux 2.6 的 MMC Core 以下整理自 Jollen 筆記(非教學文件),許多地方未能清楚交待,這部份有請大家自行補齊了。本文分享給有志研究 Linux MMC 驅動程式實作(MMC Core)的朋友參考。以下...
crifan 18年前 (2008-03-23) 2378浏览
[ZT]如何将bootloader写入flash 在做嵌入式开发时经常需要将代码写入到flash中去,到底如何写呢.偶用到过以下几种方法 &n...
crifan 18年前 (2008-03-23) 2112浏览
关于linux2.6的mmc/sd驱动[zt] 关于linux 2.6 mmc/sd驱动 linux 2.6 中的mmc/sd驱动分为以下几方面的内容 ...
crifan 18年前 (2008-03-23) 2330浏览
linux内核引导参数[ZT] 1.“boot=” 此参数指明包含引导扇区的设备名(如:/dev/had),若此项忽略,则从当前的根分区中读取引导扇区。 2.“root=” 此参数告诉内核启动...