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

Search list

[Driver Develops3c44b0_29F160文件系统驱动

Description: s3c44b0 NOR FLASH AM29F160 JFFS2文件系统 mtd驱动源代码,本人愿创,已经在产品中测试并使用。-s3c44b0 NOR FLASH AM29F160 JFFS2 file system MTD driver source code, I would like to hit, the product has been tested and used.
Platform: | Size: 2153 | Author: 彭士操 | Hits:

[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 resourcenorflash2.6

Description: 2.6内核移植NOR FLASH MTD驱动详细步骤 包括Kconfig文件修改,配置编译内核 make menuconfig选项的修改,建立设备文件。
Platform: | Size: 2547 | 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:

[Driver Develops3c44b0_29F160文件系统驱动

Description: s3c44b0 NOR FLASH AM29F160 JFFS2文件系统 mtd驱动源代码,本人愿创,已经在产品中测试并使用。-s3c44b0 NOR FLASH AM29F160 JFFS2 file system MTD driver source code, I would like to hit, the product has been tested and used.
Platform: | Size: 2048 | Author: 彭士操 | Hits:

[ARM-PowerPC-ColdFire-MIPSflash_MTD_Driver

Description: 一篇描述如何编写FLASH MTD驱动的介绍性文章。-a description of how to prepare FLASH MTD-driven introductory article.
Platform: | Size: 48128 | Author: wuqx | Hits:

[Embeded LinuxH9200toJffs2

Description: 以h9200和Linux-2.4.19为例,描述了jffs2文件系统在norflash上的移植过程。-to h9200 and Linux-2.4.19 example, the paper describes the jffs2 norflash system in the transplant process.
Platform: | Size: 193536 | Author: 大海蓝天 | Hits:

[Linux-UnixMTD_code_analysis

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

[Embeded Linuxnorflash2.6

Description: 2.6内核移植NOR FLASH MTD驱动详细步骤 包括Kconfig文件修改,配置编译内核 make menuconfig选项的修改,建立设备文件。-2.6 kernel transplantation NOR FLASH MTD driver Kconfig files include detailed steps to modify, configure the kernel make menuconfig options modify, create a device file.
Platform: | Size: 2048 | 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:

[Linux-UnixLinux-driver-development19

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第19章、Flash设备驱动。Flash在嵌入式系统中是必不可少的,它是BootLoader、Linux内核和文件系统的最佳载体。在Linux内核中,引入了MTD层为NOR Flash和NAND Flash设备提供统一的接口,从而使得Flash驱动的设计工作大为简化。19.1节讲解了Linux Flash驱动的结构,主要讲解了MTD系统的层次结构和接口。19.2节和19.3节分别讲解了NOR Flash和NAND Flash驱动的设计方法,给出了设计模板。19.4节和19.5节分别以S3C2410外围NOR Flash和NAND Flash为实例进一步讲解了NOR Flash和NAND Flash驱动的设计。19.6节讲解了如何在Flash上建立cramfs、jffs/jffs2及yaffs/yaffs2文件系统。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 19, Flash device drivers. Flash in embedded systems is necessary, that it is the BootLoader, Linux kernel file system and the best carrier. In the Linux kernel, introduce a MTD layer TTL NAND Flash for Flash and provide a unified interface equipment, thus make the Flash drive design work greatly simplified. Section 19.1 explained Linux Flash drive structure, main explained MTD system level structure and interface. Section 19.2 and 19.3 respectively explained TTL NAND Flash drive and Flash design method are given, and the design template. Section 19.4 and 19.5 respectively to S3C2410 TTL NAND Flash Flash and peripheral as an example to explain further TTL NAND Flash drive and Flash design. Section 19.6 explained how to establish cramfs, JFFS Flash on the original and yaffs/yaffs2/file system.
Platform: | Size: 581632 | Author: 华清远见 | Hits:

[Embeded Linuxmtd-tools.tar

Description: 对Nor falsh进行访问的一系列接口,包括擦除,读写,获取设备信息等。-Nor falsh visit of a series of interfaces, including erase, read and write, access to equipment information.
Platform: | Size: 647168 | Author: chen | Hits:

[Driver DevelopFlash-driver

Description: Linux程序包mtd文件: nand Flash驱动位置文件主要在nand目录下,如drivers/mtd/nand/ts7250.c。 nor Flash 驱动配置文件主要在maps目录下。- NAND Flash drive
Platform: | Size: 495616 | Author: 宋世磊 | Hits:

[Embeded Linuxcfi_cmdset_0002

Description: uClinux 下NOR FLASH 的构建中,MTD驱动程序-under uClinux build NOR FLASH and MTD driver
Platform: | Size: 12288 | Author: 季节 | Hits:

[Driver Developsst39lf040

Description: sst系列 norflash linux驱动,学习MTD模块-nor flash device,
Platform: | Size: 2048 | Author: 小徐 | Hits:

[Linux-Unixintel_vr_nor

Description: An MTD map driver for a NOR flash bank on the Expansion Bus of the Intel Vermilion Range chipset.
Platform: | Size: 3072 | Author: yinluo968 | 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-Unixintel_vr_nor

Description: An MTD map driver for a NOR flash bank on the Expansion Bus of the Intel Vermilion Range chipset.
Platform: | Size: 2048 | Author: locinang | 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 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:
« 12 »

CodeBus www.codebus.net