We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the fl2440-uboot-2010.09 wiki!
常见工具
* [jffs2] (https://github.com/iAlios/fl2440-uboot-2010.09/wiki/jffs2) * [tftp] (https://github.com/iAlios/fl2440-uboot-2010.09/wiki/tftp)
安装 kernel 和 文件系统
(一) tftp 安装
// 下载文件,格式: tftp <mem_addr> <file> fl2440 > tftp 0x30100000 uImage // 清理 nand 空间(必须), 其格式: nand erase <nand_addr> <size> fl2440 > nand erase 0x00100000 0x20000 // 将内存内容写入 nand flash ,其格式: nand write <mem_addr> <nand_addr> <size> fl2440 > nand write 0x30100000 0x00100000 0x20000