[download] ARM AMBA 外围设备 的datasheet
crifan 16年前 (2010-03-07) 3335浏览 0评论
可以去网页地址在线浏览对应的datasheet: http://infocentre.arm.com/help/index.jsp?topic=/com.arm.doc.set.primecell/index.html 也可以去其中的网址中,下载对...
工作相关的技术文章
crifan 16年前 (2010-03-07) 3335浏览 0评论
可以去网页地址在线浏览对应的datasheet: http://infocentre.arm.com/help/index.jsp?topic=/com.arm.doc.set.primecell/index.html 也可以去其中的网址中,下载对...
crifan 16年前 (2010-03-06) 1873浏览 0评论
/* the interface for DMA controller of nand flash controller only provide: DMACSREQ, DMACBREQ, DMACLSREQ, DMACLBREQ, DMACCLR,...
crifan 16年前 (2010-03-06) 2834浏览 0评论
近日在看,ARM的DMAC,PL080的驱动,想看看其实如何注册到amba bus上的。终于看懂了具体含义。下面以属于AMBA总线的arm的dma控制器PL080为例来说明: 1. amba相关硬件知识 首先,作为arm的,支持amba总线的硬件,都...
crifan 16年前 (2010-03-05) 1252浏览 0评论
Embedded Linux optimizations http://free-electrons.com/docs/optimizations/ 转载请注明:在路上 » to see: Embedded Linux optimizat...
crifan 16年前 (2010-03-05) 1947浏览 0评论
【现象】 Linux 2.6.22,加了最新的yaffs2,实现了nand flash驱动后,用mtd test测试驱动工作都正常的。 但是,最新发现一个很诡异的问题: 在mount /dev/mtdblock4 /mnt/usb_msc 后,自动挂...
crifan 16年前 (2010-03-04) 1816浏览 1评论
speed test result: (1) for 4K pagesize nand && 24MHz: # cat /proc/ccuinfo Name |0/1| source...
crifan 16年前 (2010-02-26) 2476浏览 0评论
【现象】 实现了Linux kernel中的nand flash driver后,用mtd oob test去测试oob数据读写,出现错误: # insmod mtd_oobtest.ko dev=3 =======================...
crifan 16年前 (2010-02-26) 2850浏览 0评论
Linux Kernel自从2.6.29之后,就加入了MTD test模块,即几个测试模块,用于测试你的mtd的特性。 分别是: mtd_oobtest.c //测试oob数据读写是否正常 mtd_pagetest.c //测试page读写 mtd...
crifan 16年前 (2010-02-24) 2183浏览 0评论
之前在arch/arm/configs/下面已经有了默认的配置文件as353x_defconfig 后来我在那边又加了个as353x_nand_config用于默认的启动nand支持, 结果在make clean 和make distclean后,去...
crifan 16年前 (2010-02-23) 1472浏览 0评论
金步国作品列表 http://lamp.linux.gov.cn/jinbuguo_florilegium.html 多数都是Linux常见的基础知识,有空看看。 转载请注明:在路上 » to see: 金步国作品列表...