Welcome![Sign In][Sign Up]
Location:
Search - nand mtd

Search list

[Linux-UnixMTD_code_analysis

Description: Linux下 MTD源代码分析,针对nand flash和nor flash的驱动开发-Linux source code analysis, against nand flash and the flash nor the Driver Development
Platform: | Size: 78162 | Author: 陈荣光 | Hits:

[Other resourcemtdffspaper

Description: 介紹linux mtd system及nand flash file system-introduced linux mtd system and nand flash file system
Platform: | Size: 207500 | Author: adam | Hits:

[Otherlfn-9026l.tar

Description: 使用物理地址方式绕开mtd驱动进行nand flash的低级格式化和维护可以修复nand 坏块(不是物理损坏而是由于文件系统造成的坏块)
Platform: | Size: 13740 | Author: 张一峰 | Hits:

[OS Developwince

Description: WINce的ECC算法,和读写函数,可对比MTD NAND ECC来学习
Platform: | Size: 8590 | Author: 按时地方 | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Linux-UnixMTD_code_analysis

Description:
Platform: | Size: 77824 | Author: 陈荣光 | Hits:

[Embeded Linuxmtdffspaper

Description: 介紹linux mtd system及nand flash file system-introduced linux mtd system and nand flash file system
Platform: | Size: 206848 | Author: adam | Hits:

[Otherlfn-9026l.tar

Description: 使用物理地址方式绕开mtd驱动进行nand flash的低级格式化和维护可以修复nand 坏块(不是物理损坏而是由于文件系统造成的坏块)-Ways to bypass the use of physical address MTD nand flash drive to carry out low-level formatting and maintenance could be restored NAND bad blocks (not the physical damage but because of the file system caused by bad blocks)
Platform: | Size: 13312 | Author: 张一峰 | Hits:

[OS Developwince

Description: WINce的ECC算法,和读写函数,可对比MTD NAND ECC来学习-WINCE the ECC algorithm, and to read and write functions, can be compared to learn MTD NAND ECC
Platform: | Size: 8192 | Author: 按时地方 | Hits:

[Driver DevelopMTD

Description: MTD说明 Flash底层驱动设计 nand底层驱动设计-MTD note Driven Design NAND Flash bottom bottom Driven Design
Platform: | Size: 79872 | Author: duanwanchun | Hits:

[Linux-Unixnandflash

Description: nand flash相关资料,以及mtd源码(包括源码分析)-nand flash-related information, as well as mtd source code (including source code analysis)
Platform: | Size: 2722816 | Author: 袁飞 | Hits:

[OtherJFFS2

Description: JFFS2文件系统手册。JFFS文件系统是瑞典Axis Communications AB为嵌入式系统开发的日志文件系统。JFFS1应用在Linux2.2以上版本中。jffs2在Linux2.4内核和eCOS中。是RedHat公司开发的JFFS的新版版。Linux的视线中,JFFS必须建立在MTD驱动程序的上层。MTD的作用是为JFFS提供操作NAND或者NOR芯片的接口。-JFFS2 file system manual. JFFS file system, Axis Communications AB of Sweden for embedded system development log file system. JFFS1 used in Linux2.2 above version. jffs2 kernel and eCOS in the Linux2.4. Yes RedHat developed a new version of JFFS version. Linux, sight, JFFS must be built on the upper MTD driver. MTD' s role is to provide JFFS operation NAND or NOR chip interface.
Platform: | Size: 53248 | Author: ScMarxX | Hits:

[VxWorksnand

Description: Vxworks下nand flash驱动程序。MTD驱动。-nand flash driver in Vxworks
Platform: | Size: 5120 | Author: 孟军 | Hits:

[Embeded LinuxLinux_MTD_for_Nand_flash_under_the_parameters_of_t

Description: Linux MTD下获取Nand flash各个参数的过程的详细解析-Linux_MTD_for_Nand_flash_under_the_parameters_of_the_process_of_detailed_analysis
Platform: | Size: 278528 | Author: 许为 | Hits:

[Linux drivermtd-for-linux

Description: Linux系统下的flash驱动程序源代码,芯片为s3c2410,nand Flash驱动位置文件主要在nand目录下,nor Flash 驱动配置文件主要在maps目录下。-Linux system flash driver source code, chip s3c2410, nand Flash drive position papers mainly in the nand directory, nor Flash Drive configuration files are in the maps directory.
Platform: | Size: 502784 | Author: 白龙 | Hits:

[Linux-Unixmtd-nand-s3c2410

Description: NAND device controller platform device info for Embedded Linux.
Platform: | Size: 5120 | Author: rongnonkei | Hits:

[SCMmtd-erase

Description: 在NAND器件上进行同样操作时,通常需要驱动程序,也就...NAND 和NOR器件在进行写入和擦除操作时都需要MTD.-NAND and NOR devices are in need of MTD. in write and erase operation
Platform: | Size: 1024 | Author: seven | Hits:

[Linux-Unixmtd-davinci

Description: NOTE: boards don t need to use these address bits for ALE CLE unless they support booting NAND. They re used unless platform data overrides them. -NOTE: boards don t need to use these address bits for ALE CLE unless they support booting NAND. They re used unless platform data overrides them.
Platform: | Size: 1024 | Author: fznosb | Hits:

[Linux drivermtd-utils-1.4.5.tar

Description: mtd-utils最新版,linux环境下调试mtd nand/nor flash的常用utils。-mtd-utils lastest version, debug mtd /nand nor flash utils on Linux OS.
Platform: | Size: 336896 | Author: 邢兰停 | Hits:

[DocumentsNAND Flash Table

Description: This table is a list of many different flash chips of varying types and an assessment of their detection in the MTD subsystem of the current Linux kernel.
Platform: | Size: 9216 | Author: ivlad1745 | Hits:
« 12 »

CodeBus www.codebus.net