搜索资源列表
save-to-flash-2410
- 三星2410-arm920t处理器在Linux环境下在用户层直接读写flash!-Samsung 2410 - arm920t processors in a Linux environment the user to read and write directly layer fl ash!
file_system_driver(based_uclinux_ucos2)
- 开发工具: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
nand_flash_read
- NAND FLASH read/write function
wait
- Flash中内置了一个状态寄存器(Status Register,SR)来指示Flash的当前工作状态和各种操作是否成功。要读取SR的当前值需要向CUI发送读状态寄存器命令(Read Status Register),命令码为0x70,SR中的内容将在DQ[7:0]上输出。The Read Status Register (0x70)command causes subsequent reads to output data from the SR until another command i
s3c2410_wpq
- uCLinux默认的根文件系统是romfs,由于romfs是一个只读的文件系统,当你的嵌入式设备动态的修改了一些文件,它无法保存。JFFS而可以动态的把DRAM中的数据烧入Flash中,此文件是实现他的一个MTD文件-uCLinux default root file system is romfs, romfs is a read-only file system, when you embedded devices dynamic changing of certain documents,
u-boot-1.1.6_OpenJTAG.rar
- 支持S3C24x0/yaffs/USB/CS8900/DM9000/OpenJTAG/Nor,Nand启动的u-boot 添加的功能: 1. 同时支持S3C2410和S3C2440 2. 支持串口xmodem协议 3. 支持USB下载,可以在PC上使用dnw传数据 4. 支持网卡芯片CS8900 5. 支持NAND Flash读写 6. 支持从Nor/Nand Flash启动 7. 支持烧写yaffs文件系统映象,Support S3C24x0/yaffs/USB/CS8900/
m25p16
- m25p16 SPI flash的读写擦除等操作-m25p16 SPI flash read write erase operation
nand
- Nand Flash的初始化、读取、写入、擦除、复位等操作。-Nand Flash initialization, read, write, erase, reset operation.
DPS2812-FLASH
- 主要是对DSP2812的flash 的读写操作,方便用户的学习,所有程序都是经过测试的,SEED的标准程序-this file inclue the flash file ,you can learn to how to read and write it.
sjf2440_Rev01
- 三星公司sjf2440源代码 三星公司官方JTAG下载工具SJF2440源代码下载-SJF2440 can program SMDK2440 flash memory (K9S1208,Intel E28F128,AMD29LV800BB) through JTAG port and read/write data from/to a specified address.
basic-internalflash-project-at91sam7se-ek-gnu
- it is the basic read write operation for internal flash in the at91sam7seek
mtd-1.0.0
- 嵌入式开发中的一个mtd管理工具,可以实现对flash的读写-Embedded development in a mtd management tool, you can achieve read and write flash
u-boot-1.1.6-TQ6410_V0.1
- ARM11 S3C6410底层软件 UOOBT 启动 支持SD启动 WINCE LINUX TQ6410 u-boot 版本:u-boot-1.1.6 主要功能: 1、支持一键式菜单,操作简单方便 2、支持Nand Flash擦除、读、写 3、支持USB 下载镜像 4、支持打印、设置、保存环境变量 5、支持内存内容显示、对比、修改 6、支持bootm、bootargs设置 ★ 提供源代码 -ARM11 S3C6410 UOOBT underlying so
PortingCramfsAsRootfsInS3c2410
- 根文件系统是构建一个uCLinux 嵌入式系统的重要组成部分。目前嵌入式系统可以选择的根文件系统有:Romfs、CramFS、Ramfs、Jffs2、Ext2 等等,本系统采用CramFS 作为uCLinux 嵌入式系统的只读根文件系统。本文讨论了CramFS 文件系统的特点,并详细的说明了Nor Flash 上建立一个uClinux 的Cramfs 根文件系统的一般步骤。-Root file system is to build a uCLinux an important part of e
2440_nand_-K9K2G16
- 本程序是ADS1.2环境下的2440裸奔程序,实现NAND Flash读取的驱动,希望有参考价值。-This program is under the 2440 ADS1.2 streaking procedure, read the drive to achieve SD, hope to have reference value.
FlashRW
- 大容量Flash擦除,读取及写入数据源码,可移植到wince及Linux等开发坏境中。-Flash bulk erase, read and write data source, can be ported to wince and a bad environment such as the development of Linux.
2th
- 最简单的bootloader的编写步骤: 1. 初始化硬件:关看门狗、设置时钟、设置SDRAM、初始化NAND FLASH 2. 如果bootloader比较大,要把它重定位到SDRAM 3. 把内核从NAND FLASH读到SDRAM 4. 设置"要传给内核的参数" 5. 跳转执行内核 -The easiest the bootloader preparation steps: 1. Initializes the hardware: Off watchdog, set
sdram
- 在mini2440开发板上实现对Nand Flash的写入和读出到SDRAM的操作!-Mini2440 development board to achieve the Nand Flash write and read out to the SDRAM operation!
nandflash_demo
- 该实验程序完成了land flash的读写测试,包括串口打印输出功能,适用于fl2440,ok2440上的k9f**(2K) nand falsh读写实验代码-The experimental procedure is completed the land flash read and write tests, including serial print output for fl2440, ok2440 on k9f** (2K) nand falsh experimental code r
STM32-V5_NOR.jflash
- 在正式的 F4-005例程基础上更改,添加获取寄存器地址和寄存器值的代码. 主要用途是: 制作J-link仿真器读写NOR Flash的初始化指令。-In formal F4-005 routines based on change, add value for the register addresses and register code main purpose is to: make J-link emulator initialization commands to read an
