This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于am335x uboot 烧录ecc的问题



我用的是tq335x,我先用天嵌给的uboot烧录好kernel和yaffs2系统到nand flash,系统可以正常启动。然后我自己移植了uboot201407,发现不能启动已烧录好的内核和系统,经我查找应该是ecc的问题

自带uboot烧录kernel时的ecc

自己移植的uboot201407烧录kernel时的ecc

可以看出来ecc的值是一样的,但是在oob中的位置不一样。

另外,我用自己移植的uboot烧写kernel金额yaffs2时,kernel可以正常启动,但是yaffs2就不能正常挂载,

我怀疑也是ecc的问题。

想请教一下论坛里的高手,怎么来修改解决这个问题呢?给点思路吧。。。