Root/
| 1 | This package contains source of the NAND flash programmer. It is an user |
| 2 | application program running on the Linux kernel. |
| 3 | |
| 4 | To build the software, you need to have a Linux PC and install the |
| 5 | mipsel-linux-gcc compiler first, and then type 'make' under the |
| 6 | Linux command shell: |
| 7 | |
| 8 | $ make |
| 9 | |
| 10 | The 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 | |
| 29 | To get more information, please read <NandProgrammer_Manual.pdf>. |
| 30 | Any questions, contact with me <yliu@ingenic.cn>. |
| 31 |
