1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-01 16:24:04 +02:00
xburst-tools/nandprog
2009-04-05 16:26:33 +00:00
..
common add nand flash tools 2009-04-05 16:26:33 +00:00
include add nand flash tools 2009-04-05 16:26:33 +00:00
jz4730 add nand flash tools 2009-04-05 16:26:33 +00:00
jz4740 add nand flash tools 2009-04-05 16:26:33 +00:00
Makefile add nand flash tools 2009-04-05 16:26:33 +00:00
README add nand flash tools 2009-04-05 16:26:33 +00:00

This package contains source of the NAND flash programmer. It is an user
application program running on the Linux kernel.

To build the software, you need to have a Linux PC and install the
mipsel-linux-gcc compiler first, and then type 'make' under the
Linux command shell:

$ make

The dir tree as following:

|-- Makefile
|-- common
|   |-- cmdline.c
|   |-- loadcfg.c
|   `-- main.c
|-- include
|   |-- configs.h
|   |-- include.h
|   |-- jz4730.h
|   |-- jz4740.h
|   `-- nand_ecc.h
|-- jz4730
|   `-- nandflash_4730.c
`-- jz4740
    `-- nandflash_4740.c


To get more information, please read <NandProgrammer_Manual.pdf>.
Any questions, contact with me <yliu@ingenic.cn>.