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

Search list

[OS Developx-load-h2.tar

Description: OMAP Linux NAND Boot Source code
Platform: | Size: 78321 | Author: zjg2001_79 | Hits:

[Linux-UnixNAND

Description: 清华大学-电子信息工程系-实验用ARM-linux-源代码-NAND篇
Platform: | Size: 5985 | 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:

[Embeded Linuxyaffs-src.tar

Description: YAFFS A NAND-flash filesystem,多平台嵌入式linux源代码-YAFFS A NAND-flash filesystem, multi-platform embedded Linux source code
Platform: | Size: 150528 | Author: 张强 | Hits:

[Embeded Linux786-886-linux-drv

Description: linux下的nandflash驱动程序,这是从国外网站上下载来的-nandflash the driver, which is from overseas sites to download
Platform: | Size: 1549312 | Author: cguo | Hits:

[Embeded Linuxs3c2410nd

Description: linux系统下NAND FLASH驱动-NAND Flash Drive
Platform: | Size: 4096 | Author: zhl | Hits:

[Linux-UnixSourcecodes

Description: Linux环境下的S3C2410中NandFlash基本操作编程-Linux environment under which the S3C2410 NandFlash basic operation Programming
Platform: | Size: 8192 | Author: | Hits:

[OS Developx-load-h2.tar

Description: OMAP Linux NAND Boot Source code
Platform: | Size: 77824 | Author: zjg2001_79 | Hits:

[Linux-UnixNAND

Description: 清华大学-电子信息工程系-实验用ARM-linux-源代码-NAND篇
Platform: | Size: 6144 | Author: 姜勇 | Hits:

[ARM-PowerPC-ColdFire-MIPSnand_flash_utils-0.0.1.tar

Description: flash file system 能在linux下运行 和flash上使用-flash file system can run under linux and the use of flash
Platform: | Size: 179200 | Author: 历历 | Hits:

[Embeded LinuxNandFlash

Description: linux下nand flash驱动,自己写的。-nand flash drive under linux, wrote it myself.
Platform: | Size: 46080 | Author: 吕剑国 | Hits:

[Embeded Linuxat91_nand

Description: at91开发板(ARM920T)NAND flash linux驱动程序-AT91 Development Board (ARM920T) NAND flash linux drivers
Platform: | Size: 2048 | Author: brave_gen | Hits:

[Linux-Unixnand_large_page

Description: 用于2k大页面读写的linux程序,可直接编译后下载到开发板。-2k large pages for linux to read and write process, can be compiled directly downloaded to the development board.
Platform: | Size: 7168 | Author: zjt | Hits:

[Embeded Linuxu-boot-1.1.6_For_2440(Linux)

Description: ARM9 2440 Uboot源程序, 版本为1.1.6,TQ2440的配套源程序。 带u口下载和NAND启动-ARM9 2440' s Uboot source, version 1.1.6, TQ2440 supporting source. NAND with u I download and start
Platform: | Size: 2294784 | Author: TANG | Hits:

[Linux-Unixs3c6410_nand.tar

Description: linux nand driver for s3c6410
Platform: | Size: 7168 | Author: fu-ck_gfw | Hits:

[Embeded Linuxlinux

Description: linux,包括mmu mentest nand flash set等程序 还包括USB的操作代码-gt2440,includeing mmu mentest nand flash set and usb
Platform: | Size: 10240 | Author: linjianwei | Hits:

[Embeded Linuxnand

Description: u-boot适合于arm9 ,2440 ;linux下,nand flash 驱动-u-boot for arm9, 2440 linux under, nand flash drive
Platform: | Size: 5120 | 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:

[Linux-Unixnand-flash-writer

Description: 基于Linux的nand flash读写驱动,(nand flash write/read driver)
Platform: | Size: 376832 | Author: chunerge | Hits:

[Othernand指令

Description: 对LINUX下,如何使用nand指令对flash进行操作(How to use the NAND instruction to operate on flash under LINUX)
Platform: | Size: 12288 | Author: 小妮倪 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net