1、阅读
Linux_nand_driver.pdf
2、flash 基本概念
MTD 架构
http://blog.youkuaiyun.com/lwj103862095/article/details/21545791
mtd 与mtdblock 区别
http://www.cnblogs.com/hnrainll/archive/2011/06/09/2076075.html
MTD linux 系统操作
http://blog.youkuaiyun.com/xiaoxiaozhu2010/article/details/18087197
#nandwrite -p /dev/mtd0 /test.txt
Writingat 0x00000000
#nandwrite -p /dev/mtd1 /test.txt
Writingat 0x00000000
3. ubi
UBI 基本概念
http://blog.chinaunix.net/uid/28236237/list/1.html?cid=185165
UBI 系统编译,UBI 系统的挂载
http://www.embeddedlinux.org.cn/html/filesys/201111/08-1821.html