CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - linux NAND

搜索资源列表

  1. MTD_code_analysis

    0下载:
  2. Linux下 MTD源代码分析,针对nand flash和nor flash的驱动开发-Linux source code analysis, against nand flash and the flash nor the Driver Development
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:76.33kb
    • 提供者:陈荣光
  1. NAND

    0下载:
  2. 清华大学-电子信息工程系-实验用ARM-linux-源代码-NAND篇
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5.84kb
    • 提供者:姜勇
  1. yaffs_source_util_ok.tar

    0下载:
  2. Linux 2.6.13之后,NAND Flash的oob使用方法已经改变了;yaffs文件系统也因此改变。但是它的映象制作工具mkyaffsimage没有改过来。这是已经修改过的。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:282.47kb
    • 提供者:韦东
  1. YAFFS_On_Linux

    0下载:
  2. 本文分析了基于NAND闪存的文件系统YAFFS的有关特性。通过在嵌入式Linux上实现YAFFS的实例,介绍了在嵌入式系统中使用NAND闪存的方法。-This paper analyzes the NAND flash memory-based file system YAFFS relevant characteristics. Adopted in the embedded Linux to achieve YAFFS example, introduced the system in th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:123.39kb
    • 提供者:关海
  1. yaffs

    0下载:
  2. Linux下的用于Nand Flash的文件系统的源代码,很有参考价值哦-Under Linux for Nand Flash file system source code, are worthy oh
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:175.23kb
    • 提供者:何勇
  1. yaffsforLINUX

    0下载:
  2. Yaffs(Yet Another Flash File System)文件系统是专门针对NAND 闪存设计的嵌入式文件系统,考虑到现在的NAND FLASH容量越做越大,该源码实现yaffs2在LINUX系统的自动选择挂载。-Yaffs (Yet Another Flash File System) file system is designed specifically for NAND flash memory embedded file system, taking into accou
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:7.31kb
    • 提供者:Xie QM
  1. s3c2410_nand

    0下载:
  2. linux下nand flash驱动的实现代码-nand flash drive under linux the realization of the code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6.96kb
    • 提供者:
  1. sjf2410_linux

    0下载:
  2. You can use this as one method to un-brick your Neo1973, in case your bootloader has been corrupted. sjf2410-linux is a linux-enabled version of the sjf2410 tool. It allows you to use a wiggler compatible JTAG Probe to program NAND and NO
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:23.2kb
    • 提供者:a872312
  1. Embeddedlinuxdevicedriverdevelopment

    0下载:
  2. 本书系统地介绍了嵌入式Linux设备驱动开发的相关知识和实例,主要包括: 数码管驱动程序;键盘驱动程序;A/D、D/A驱动程序;LCD驱动程序;触摸屏驱动程序;CAN总线驱动程序;I2C总线驱动程序;音频总线驱动程序;IDE驱动程序;NAND Flash和NOR Flash驱动程序;USB设备驱动程序;串口驱动程序;网络设备驱动程序。 实例丰富、讲解细致、代码分析详尽,嵌入式Linux设备驱动开发的理想参考用书。 -This book systematically introduces
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-12
    • 文件大小:19.05mb
    • 提供者:keke
  1. linux_nand_flash_guide_CN-20090903

    0下载:
  2. 君正LINUX NAND FLASH开发指南,对MIPs处理器下如何使用NAND FLASH很有帮助-Jun is LINUX NAND FLASH Developer' s Guide, on the MIPs processor, how to use NAND FLASH helpful
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:304.84kb
    • 提供者:sunjin
  1. nand_large_page

    0下载:
  2. 用于2k大页面读写的linux程序,可直接编译后下载到开发板。-2k large pages for linux to read and write process, can be compiled directly downloaded to the development board.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:7.2kb
    • 提供者:zjt
  1. s3c6410_nand.tar

    0下载:
  2. linux nand driver for s3c6410
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:6.84kb
    • 提供者:fu-ck_gfw
  1. Linux-driver-development19

    0下载:
  2. 作者:华清远见嵌入式学院。《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和N
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:568.37kb
    • 提供者:华清远见
  1. make-Nand-Flash-driver-on-linux

    0下载:
  2. 本文档详细描述了nandflash硬件特性及在linux下nandflash驱动实现的代码详细注释,可作为编写nandflash驱动的参考-This document describe nandflash hardware feature and the driver of linux very detail.help for you to learn nandflash.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.47mb
    • 提供者:王霞
  1. mtd-nand-s3c2410

    0下载:
  2. NAND device controller platform device info for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4.8kb
    • 提供者:rongnonkei
  1. regs-nand

    0下载:
  2. S3C2410 NAND register definitions for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:5.31kb
    • 提供者:rinqecue
  1. gpmc-nand

    0下载:
  2. assume 4-bit mode is only supported on OMAP3630 Source Code for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:verbuelui
  1. pxa3xx-nand

    0下载:
  2. Extra OS specific defines, etc. for Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.79kb
    • 提供者:ytwpdang
  1. nand

    0下载:
  2. 基于linux的编程解算 基于linux的编程解算 基于linux的编程解算-Based on linux programming solutionBased on linux programming solutionBased on linux programming solutionBased on linux programming solution
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-13
    • 文件大小:11.22kb
    • 提供者:韩桥
  1. nand-flash-writer

    0下载:
  2. 基于Linux的nand flash读写驱动,(nand flash write/read driver)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-21
    • 文件大小:368kb
    • 提供者:chunerge
« 12 3 4 »
搜珍网 www.dssz.com