搜索资源列表
Linux MTD源代码分析
- Linux MTD源代码分析-Linux source code analysis
mtd.tar
- 带SD卡的LINUX根文件系统. 在ARM上应用-with SD card LINUX root file system. The application of ARM
mtd-snapshot-20050205.tar.tar
- 这是linux下mtd的相关的开发工具,报告很多有用的源码-MTD under the relevant development tools, the report useful source
The Linux MTD驱动
- linux mtd驱动开发 关于如何编写嵌入式mtd驱动的好文章-Driver Development on how to write embedded MTD driver a good article
Linux MTD源代码情景分析
- 很多朋友对linux下MTD驱动感兴趣但却望而生畏,没关系,我这有解释-many friends right under linux MTD drivers interested daunting but, okay, I have to explain this
mtd-utils-1.0.0.tar
- linux下的FLASH设备的擦写、调试程序。 使用MTD接口。-linux under the erasable Flash equipment, testing procedures. MTD use interface.
mtd
- linux下的MTD设备驱动源代码,配合jffs2 yaffss2文件系统.
mtd
- linux mtd设备操作工具软件,可以自己移植源代码到工程中,很方便,很具有研究学习价值
mtd-linux
- 在S3C2410,AT91RM9200上移植的LINUX MTD驱动源码,已通过调试
404-MTD源代码分析
- MTD(memory technology device内存技术设备)是用于访问memory设备(ROM、flash)的Linux的子系统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个抽象的接口。-MTD (memory technology device memory technology equipment) is the equipment for accessing memory (ROM, flash) Linux subsystem.
embbedded linux primer(second edition)
- 这本书涉及到了嵌入式LINUX的方方面面,包括编译内核、内核初始化、文件系统、BOTLOADER、设备驱动、MTD分区、BUSYBOX、内核调试、如何调试应用程序等等,一本不可多得的入门书籍!
mtd-tools.rar
- linux开发工具包,开发环境建立所需要的工具包,linux development kits, development environment set up by the necessary tool kit
yaffs2utils-0.2_pre2.tar
- yaffs util unyaffs mkyaffs linux mtd yaffs file system
Linux_MTD
- Linux MTD源代码情景分析 Linux MTD 源代码分析 by Jim Zeus Version 0.1-Linux MTD source Linux MTD scenario analysis source code analysis by Jim ZeusVersion 0.1
The_Linux_MTD_YAFFS_Howto
- The Linux MTD, YAFFS Howto 关于Yaffs在Linux下实现的一些说明-The Linux MTD, YAFFS Howto on Linux under Yaffs in a number of notes
Essential_Linux_Device_Drivers
- 這是一本在講解linux 驅動程式的書籍 包含 MTD Video serial 等驅動程式-This is a linux driver in the brief book contains MTD Video serial driver, etc.
mtd-utils.tar
- mtd-utils 是一套更改linux mtd設備的工具-mtd-utils is a set of utilities used to manipulate Linux MTD devices on embedded systems.
linux-2.6.28_s3c2410_mtd
- 基于linux-2.6.28的mtd驱动,S3C2410、2440的设备分区-Linux-2.6.28 based on the mtd driver, S3C2410, 2440 District of equipment
mtd
- 基于linux的mtd flash驱动程序,实现了多个分区。-linux mtd flash driver
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开