http://blog.youkuaiyun.com/acool555/article/details/6954132
http://blog.sina.com.cn/s/blog_6d2a0a1a0100vseh.html
s3c-nand: ECC uncorrectable error detected问题的解决2010-07-29 17:14
部分用户第一次烧写Linux && Android系统的时候会遇到s3c-nand: ECC uncorrectable error detected这样的问题,出现这样的问题的时候请按照下面的步骤解决:
1.uboot命令行中运行下面命令:nand erase 0该命令将删除整块nandflash。
2.使用SD启动的uboot重新烧写各个镜像文件。
请按照下面的步骤调试:
1.使用uboot下使用nand erase 0擦除flash。
2.使用SD启动的uboot烧写nand启动的uboot。
3.使用nand启动的uboot烧写linux内核与cramfs。
部分用户第一次烧写linux && Android系统的时候会遇到s3c-nand: ECC uncorrectable error detected这样的问题,出现这样的问题的时候请按照下面的步骤解决:
1.uboot命令行中运行下面命令:
nand erase 0
该命令将删除整块nandflash。
2.使用SD启动的uboot重新烧写各个镜像文件。
请按照下面的步骤调试:
1.使用uboot下使用nand erase 0擦除flash。
2.使用SD启动的uboot烧写nand启动的uboot。
3.使用nand启动的uboot烧写linux内核与cramfs。
B.部分用户第一次烧写linux && Android系统的时候会遇到s3c-nand: ECC uncorrectable error detected这样的问题,这是因为WinCE对Nandflash的OOB区的操作和Linux系统不一致,导致linux认为是坏块。
出现这样的问题的时候请按照下面的步骤解决:
i.uboot命令行中运行下面命令:
nand erase 0
该命令将删除整块nandflash。
ii.使用SD启动的uboot重新烧写各个镜像文件。
如果这样做还是出问题,那么第一步中的nand erase 0 换成nand scrub,并根据输出提示输入y,回车,将nand包括OOB在内的所有内容彻底清除,并重复第二步。