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

Search list

[Other resourceMPC8270-EXT-v10

Description: CPU MPC8270 SDRAM K4S561632 x4(128Mbyte) BOOT FLASH AM29LV640(8MByte) Nand FLASH 兼容三星的K9F系列的FLASH CPU JTAG口 核心板集成 串口 3个 SMC1、SMC2、SCC1 (SMC1扩展板和核心板都有输出接口) 以太网口 3个 FCC1、FCC2、FCC3 可编程发光二极管 6个 可编程发光数码二极管 1个 系统外部中断输入 4个 外部系统复位输入 1个 外部实时时钟 系统掉电,时钟不丢失 核心板电源 单一5V电源 开发系统电源 外部5V/3A输入或者ATX电源 (注意:这两个电源不能同时插入使用) BOOTLOADER U-BOOT 操作系统 Linux 2.4.18 开发工具 全套的设计开发工具,包括开发主机的操作系统安装盘 驱动软件 提供所有接口的驱动程序源代码 核心板尺寸 123mm X 86mm 扩展板尺寸 178mm X 134mm -MPC8270 CPU SDRAM K4S561632 x4 (128Mbyte) FLASH AM29LV640 BOOT (8MByte) Nand Flash compatible Samsung K9F3208W0A series of JTAG FLASH mouth core CPU board integrated Serial three SMC1, SMC2. SCC1 (SMC1 expansion boards and core boards have output Interface) Ethernet port three FCC1, FCC2. FCC3 programmable LED six programmable digital luminescent diode an external interrupt input system four external systems reset input an external real-time clock system power loss. clock core plate not lost a single 5V power supply system development 5V/3A external power input or ATX power supply (Note Italy : these two power use can not be inserted) BOOTLOADER U-BOOT Linux 2 .4.18 complete set of development tools to develop design tools, including the development of the mainframe operating system softwa
Platform: | Size: 486342 | Author: 王强 | Hits:

[Other resourceNand_Tools

Description: WRITTING Nand FLASH Tools
Platform: | Size: 252546 | Author: haitao | 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:

[ARM-PowerPC-ColdFire-MIPSMPC8270-EXT-v10

Description: CPU MPC8270 SDRAM K4S561632 x4(128Mbyte) BOOT FLASH AM29LV640(8MByte) Nand FLASH 兼容三星的K9F系列的FLASH CPU JTAG口 核心板集成 串口 3个 SMC1、SMC2、SCC1 (SMC1扩展板和核心板都有输出接口) 以太网口 3个 FCC1、FCC2、FCC3 可编程发光二极管 6个 可编程发光数码二极管 1个 系统外部中断输入 4个 外部系统复位输入 1个 外部实时时钟 系统掉电,时钟不丢失 核心板电源 单一5V电源 开发系统电源 外部5V/3A输入或者ATX电源 (注意:这两个电源不能同时插入使用) BOOTLOADER U-BOOT 操作系统 Linux 2.4.18 开发工具 全套的设计开发工具,包括开发主机的操作系统安装盘 驱动软件 提供所有接口的驱动程序源代码 核心板尺寸 123mm X 86mm 扩展板尺寸 178mm X 134mm -MPC8270 CPU SDRAM K4S561632 x4 (128Mbyte) FLASH AM29LV640 BOOT (8MByte) Nand Flash compatible Samsung K9F3208W0A series of JTAG FLASH mouth core CPU board integrated Serial three SMC1, SMC2. SCC1 (SMC1 expansion boards and core boards have output Interface) Ethernet port three FCC1, FCC2. FCC3 programmable LED six programmable digital luminescent diode an external interrupt input system four external systems reset input an external real-time clock system power loss. clock core plate not lost a single 5V power supply system development 5V/3A external power input or ATX power supply (Note Italy : these two power use can not be inserted) BOOTLOADER U-BOOT Linux 2 .4.18 complete set of development tools to develop design tools, including the development of the mainframe operating system softwa
Platform: | Size: 486400 | Author: 王强 | Hits:

[Other Embeded programJtagFlash_Prog_Code

Description: jtag 工具使用说明及工具含givo源码。-jtag tools and tools for use with givo source.
Platform: | Size: 1030144 | Author: duan | Hits:

[Embeded Linuxlinux_mig_release

Description: s3c2410移植linux的经典:GNU交叉工具;uboot移植;linux2.6内核的移植;Nand flash驱动的编写-S3C2410 transplant linux classic: GNU cross-tools uboot transplantation linux2.6 kernel transplantation Nand flash-driven preparation
Platform: | Size: 1026048 | Author: 老杨 | Hits:

[ARM-PowerPC-ColdFire-MIPSNand_Tools

Description: WRITTING Nand FLASH Tools
Platform: | Size: 251904 | Author: haitao | Hits:

[Embeded LinuxSJF24102440

Description: 一个有漂亮界面的SJF2410/2440烧写nand/nor/str flash的工具软件 注意!:可以同时支持wiggler和SJF小板-A beautiful SJF2410/2440 programmer interface nand/nor/str flash tools software attention! : You can also support small board wiggler and SJF
Platform: | Size: 735232 | Author: jody | Hits:

[DSP programDM_BF53x_NandFlash_K9G8G08U0M

Description: 通过ADSP-BF53x 处理器EBIU(外部总线接口单元)实现对NAND FLASH 的 读写。附带详细文档。DM-EDU-SSKBF53x 开发板一套(DM-KIT-CBBF53x 模块,DM-KIT-EXBSSK-BF5xx 模块), DM-TOOLS-USBICE2.0 仿真器一套-Through the ADSP-BF53x processor EBIU (external bus interface unit) to realize NAND FLASH read and write. Comes with detailed documentation. DM-EDU-SSKBF53x development board set (DM-KIT-CBBF53x module, DM-KIT-EXBSSK-BF5xx module), DM-TOOLS-USBICE2.0 emulator set
Platform: | Size: 244736 | Author: 徐阳 | Hits:

[Embeded LinuxJ-Nand2410

Description: 使用JLINK烧写NAND FLASH的工具,经过多方面测试及其稳定,请大家放心使用-JLINK Shaoxie NAND FLASH using the tools, and numerous tests and their stability, and please rest assured that the use of
Platform: | Size: 1270784 | Author: 胡小平 | Hits:

[Embeded LinuxSJF2440

Description: SJF2440 烧写NAND Falsh的工具-SJF2440 Shaoxie NAND Falsh tools
Platform: | Size: 154624 | Author: frankzfz | Hits:

[Embeded LinuxSJF2440_SRC

Description: 上海勤研QT2440开发板的通过JTAG下载Bootloader到Nand Flash的工具SJF2440的源代码。-Shanghai to research and development board via JTAG QT2440 download Bootloader to tools SJF2440 Nand Flash source code.
Platform: | Size: 609280 | Author: v0860 | Hits:

[FlashMXan_elnec_nand_flash

Description: This the tutorial to program NAND Flash Memory and give you some free tools to develop soft for NAND Flash Memory-This is the tutorial to program NAND Flash Memory and give you some free tools to develop soft for NAND Flash Memory
Platform: | Size: 944128 | Author: Abdino | Hits:

[ARM-PowerPC-ColdFire-MIPSSJF2440

Description: SJF2440 是由三星提供的用来烧写开发板Flash 的工具程序,它可以通过并口连接一个Jtag 板,用来烧写K9F1208 Nand Flash, AMD29LV800BB Nor Flash 等型号的Flash。因为SJF2440 是一种十分慢速的烧写工具,并且没有校验功能,它一般适用于烧写比较小的bootloader. -SJF2440 is used by Samsung to provide the tools for programming development board Flash program that can be connected via a parallel port Jtag board, used to program the K9F1208 Nand Flash, AMD29LV800BB Nor Flash and other types of Flash. Because SJF2440 is a very slow burning tools, and no parity function, which generally applies to relatively small programming bootloader.
Platform: | Size: 2920448 | Author: qinzhenhua | Hits:

[Driver Developmkyaffsimage

Description: yaffs 文件系统制作工具nand 512+16-yaffs tools nand 512+16
Platform: | Size: 7168 | Author: 郑鹏飞 | Hits:

[SCMNAND-FLASH-fangwen

Description: 文件中包含了在MDK及IAR两种开发工具下的NAND FLASH读写访问驱动代码,已调试通过。-The file contains the MDK and IAR two development tools under the NAND Flash read and write access to the driver code has been through debugging.
Platform: | Size: 2306048 | Author: Successan | Hits:

[ARM-PowerPC-ColdFire-MIPSNAND_Flash

Description: 博创经典平台up-tech2410s裸机nand flash驱动。实现了system clock、sdram、uart、nand flash等设备的初始化。读取nand flash首部的pages,并从串口(串口波特率为115200kbps)输出。使用了arm-linux-gcc、make等工具。-Borch the Classic platform up-tech2410s bare metal nand flash drive. The initialization of the system clock, sdram, uart, nand flash devices. Read nand flash header pages, and for 115200kbps) output from the serial port (serial port baud rate. Using arm-linux-gcc, make and other tools.
Platform: | Size: 11264 | Author: 刘建平 | Hits:

[ARM-PowerPC-ColdFire-MIPSLinux

Description: Linux开发系列由浅入深地介绍了交叉编译工具的搭建、基于s3c2416 bootloader的实现过程,以目前最新版的linux4.10.10内核为基础,一步步细致地介绍了修改编译,以及最简单的hello world根文件系统到实用复杂的根文件系统的构建。从而对bootloader、linux内核、根文件系统之间的关系有一定的认识。系列文章选取了几个典型的linux设备驱动,如LED、gpio按键、u盘、sd卡、网卡、nand flash、lcd等等,介绍了linux设备驱动框架的模式。针对嵌入式开发,介绍了nand flash文件系统的移植,nfs的搭建(调试开发根文件系统)。针对嵌入式常用的应用(基于目前最新版),介绍了gui系统Qt的移植,触摸屏库tslib的移植,图像处理、计算机视觉opencv的移植,音视频播放器mplayer的移植。-Linux development series shallow to deep introduction of the cross compiler tools to build, based on s3c2416 bootloader implementation process to the latest version of the linux4.10.10 kernel based on a step by step to elaborate on the compiler, and the simplest hello world root File system to the construction of a complex and complex root file system. Thus the bootloader, linux kernel, the root file system between the relationship has a certain understanding. Series of articles selected a few typical linux device drivers, such as LED, gpio button, u disk, sd card, network card, nand flash, lcd, etc., introduced the linux device driver framework model. For embedded development, introduced the nand flash file system transplantation, nfs build (debugging development root file system). For the embedded commonly used applications (based on the latest version), introduced the transplant of gui system Qt, touch screen library tslib transplantation, image processing, computer vision opencv t
Platform: | Size: 9067520 | Author: 黄天 | Hits:

CodeBus www.codebus.net