Hi,
When I trying to load a new kernel to my board, I have the folowing errors :
I don't know the reason of that, I have perfomed the folowing steps :
1- flashing Uboot using the "sfh_DM646x" by typing :
*)sfh_DM646x.exe -nanderase, and sfh_DM646x.exe -v -nandflash -UBLStartAddr 0x0020 ubl_DM646x_PSP_nand.bin u-boot.bin
2- setenv 'bootcmd nboot 80700000 0 100000; bootm;'
3- nand erase 0xa0000 0x155800
4- tftp 80700000 uImage
5- nand write 0x80700000 0xa0000 0x155800
6- boot
But I have these error and I don't know the reason of that !?