Root/nandprog/README

1This package contains source of the NAND flash programmer. It is an user
2application program running on the Linux kernel.
3
4To build the software, you need to have a Linux PC and install the
5mipsel-linux-gcc compiler first, and then type 'make' under the
6Linux command shell:
7
8$ make
9
10The dir tree as following:
11
12|-- Makefile
13|-- common
14| |-- cmdline.c
15| |-- loadcfg.c
16| `-- main.c
17|-- include
18| |-- configs.h
19| |-- include.h
20| |-- jz4730.h
21| |-- jz4740.h
22| `-- nand_ecc.h
23|-- jz4730
24| `-- nandflash_4730.c
25`-- jz4740
26    `-- nandflash_4740.c
27
28
29To get more information, please read <NandProgrammer_Manual.pdf>.
30Any questions, contact with me <yliu@ingenic.cn>.
31

Archive Download this file



interactive