标签:
开发板上的nand flash写不了,擦除不了:
Bad block at 0xxxxx in erase block from 0xxxxx will be skipped
……
解决方法:
nand scrub $(offset) $(size)
y
enter
删除标记的坏块,这样就把整个flash格式化了.
nand出现大片的Bad block at 0x in erase block from 0x will be skipped
标签:
原文地址:http://www.cnblogs.com/deepsprings/p/4331258.html