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.

Bad Data CRC

Hi all,

I worked with a DM355 system and I tried to flash a uImage kernel file using U-Boot commands.

Using below commands:

nand erase 0x380000 0x200000
nand write 0x80700000 0x380000 0x200000

Sometimes works, sometimes fails, failure times over than work times. It's not stable.

Booting image at 80700000 ...
   Image Name:   Linux-2.6.10_mvl401
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    938728 Bytes = 916.7 kB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... Bad Data CRC

Can anyone give me some hints ?

Thanks!