u-boot nand-flash读写操作命令小结!!
认真看那下u-boot一章,对常规的flash读写命令,做哪个小结:
1.nand write(read).i
连续读写nand flash空间,支持boot-loader,kernel ,filesystem的烧写,但其不能识别和跳过坏块,不推荐
2.nand write(read).jffs2
以jffs2文件方式来读写nand flash空间,支持boot-loader,kernel ,filesystem的烧写,能识别和跳过坏块,比较好
3.nand write(read).yaffs
以yaffs文件方式来读写nand flash空间,对 yaffs filesystem的烧写,支持较好. 不能用来烧写boot-loader,kernel,
因不是yaffs文件格式
1.nand write(read).i
连续读写nand flash空间,支持boot-loader,kernel ,filesystem的烧写,但其不能识别和跳过坏块,不推荐
2.nand write(read).jffs2
以jffs2文件方式来读写nand flash空间,支持boot-loader,kernel ,filesystem的烧写,能识别和跳过坏块,比较好
3.nand write(read).yaffs
以yaffs文件方式来读写nand flash空间,对 yaffs filesystem的烧写,支持较好. 不能用来烧写boot-loader,kernel,
因不是yaffs文件格式