Welcome![Sign In][Sign Up]
Location:
Search - yaffs2 linux

Search list

[Linux-Unixyaffs2.tar

Description: yaffs2.tar.gz, Linux内核yaff2源代码。
Platform: | Size: 134375 | Author: ywc | Hits:

[ARM-PowerPC-ColdFire-MIPSyaffs2源代码

Description: yaffs2了linux下源代码
Platform: | Size: 156783 | Author: lychee420@163.com | Hits:

[Program docLinux内核移植和yaffs2根文件系统制作

Description: Linux内核移植和yaffs2根文件系统制作
Platform: | Size: 3746937 | Author: matmat | 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 Linuxfile_system_driver(based_uclinux_ucos2)

Description: 开发工具:ads1.2 或 gcc for linux 说明:可以供阅读嵌入式fs时参考。内含flash file system驱动原理介绍,以及uclinux和usos2下的各种文件系统实现(yaffs2,ffs,cf card,sd card,fat等),主要是周立功和优龙的代码。-Tools : ads1.2 or gcc for linux : can be read for Embedded fs reference. Intron flash file system driver on principle, Basis and usos2 and the various documents System (yaffs2, ffs. cf card, sd card, fat, etc.), Zhou, who is the main priority and Lung code.
Platform: | Size: 5876736 | Author: kvb | Hits:

[Linux-Unixyaffs2.tar

Description: yaffs2.tar.gz, Linux内核yaff2源代码。-yaffs2.tar.gz, Linux kernel source code yaff2.
Platform: | Size: 134144 | Author: ywc | Hits:

[Embeded Linuxyaffs2.tar

Description:
Platform: | Size: 126976 | Author: 单冯 | Hits:

[ARM-PowerPC-ColdFire-MIPSyaffs-utils.tar

Description: 这不是源代码,是arm-linux-工具软件 其中有制作yaffs根文件系统映像的工具pc-mkyaffsimage和在armlinux上格式化mtd分区为yaffs分区的arm-mkyaffs工具-This is not the source code, is arm-linux-tools software, which has produced yaffs root file system image tools pc-mkyaffsimage and armlinux MTD partitions on the format for yaffs Division arm-mkyaffs tools
Platform: | Size: 11264 | Author: 王萧风 | Hits:

[Embeded Linuxlinux-yaffs2

Description: 最新yaff2 文件系统的源码,我下了pudn.com上另外一人的,结果下了半天也下不下来。所以我下了一个最新版本传上来-Yaff2 the latest source file system, I was one pudn.com on another person, resulting in a half-day is also not down. So I had the latest version of a mass table
Platform: | Size: 192512 | Author: liumao | Hits:

[Embeded-SCM Developyaffs2.tar

Description: yaffs2 source code for linux -yaffs2 source code for linux
Platform: | Size: 146432 | Author: | Hits:

[Linux-Unixyaffs2.tar

Description: linux 镜像文件制作 用于压制yaffs2类型的文件镜像-image producer
Platform: | Size: 154624 | Author: cheng liang | Hits:

[Linux-Unixlinux-yaffs2.tar

Description: linux yaffs2 file system .
Platform: | Size: 401408 | Author: yueyemingming | Hits:

[Software Engineeringplant-yaffs2-to-linux-2.6.29.6

Description: plant yaffs2 to linux-2.6.29.6.
Platform: | Size: 2048 | Author: zhangzhiyin88 | Hits:

[Embeded Linuxyaffs2

Description: 嵌入式linux系统中yaffs2 文件系统深入剖析-Embedded linux system yaffs2 file system in-depth analysis
Platform: | Size: 1189888 | Author: caoting | Hits:

[Embeded Linuxyaffs2-69808485ec796bfa2b4806f91828281eccd0827b.t

Description: This source code is another flash file system YAFFS2 latest snapshot in Linux
Platform: | Size: 192512 | Author: ymind | Hits:

[Linux-Unixyaffs2

Description: 这是一个基于linux系统上的文件系统可以挂在jffs2等多种文件系统欢迎下载 -This is a Linux system based on the original file system can be hung on various file system welcome to download
Platform: | Size: 2387968 | Author: 周民 | Hits:

[Embeded Linuxyaffs2

Description: linux下支持大页nand(2K+128)烧写的yaffs2根文件系统,编译即可运行,能生成正确的格式。-linux to support large page nand (2K+128) programming of the yaffs2 root file system, compiled to be run, to generate the correct format.
Platform: | Size: 190464 | Author: wanghui | Hits:

[Linux-UnixYAFFS2

Description: yaffs2 Linux 内核补丁,打上补丁后就可以支持YAFFS2文件系统了-yaffs2 Linux
Platform: | Size: 360448 | Author: zyw | Hits:

[Embeded Linuxyaffs2 file system

Description: 本文模仿《linux 内核源代码情景分析》一书,以情景分析的方式对 yaffs2 文件系统的 源代码进行分析。(This article imitates "Linux kernel source code scene analysis" a book, with the scene analysis way to the yaffs2 file system Source code analysis.)
Platform: | Size: 296960 | Author: QQyang | Hits:

[Embeded Linuxyaffs2-HEAD-e57244d.tar

Description: YAFFS2文件系统广泛用于嵌入式设备中,对NAND Flash有较好的支持,其虽然主要应用于Linux系统内,但由于为纯C语言代码实现,具有非常好的可移植性,因此也可以移植到其他操作系统下使用。 该源码包为YAFFS2的e57244d版本,分享共大家使用。(The YAFFS/YAFFS2 file system is widely used in embedded devices, has a good support to NAND Flash, although it is mainly used in the Linux system, but the realization of pure C language code, with very good portability, so it can be transplanted to other operating system. The source package is the e57244d version of YAFFS2, sharing the use of the common people.)
Platform: | Size: 290816 | Author: lantian0099 | Hits:
« 12 3 »

CodeBus www.codebus.net