readme
来自「nand flash烧写源代码」· 代码 · 共 31 行
TXT
31 行
This package contains source of the NAND flash programmer. It is an userapplication program running on the Linux kernel.To build the software, you need to have a Linux PC and install themipsel-linux-gcc compiler first, and then type 'make' under theLinux command shell:$ makeThe 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.cTo get more information, please read <NandProgrammer_Manual.pdf>.Any questions, contact with me <yliu@ingenic.cn>.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?