⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 nand flash烧写源代码
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -