I am using a DM365 board and rebuilt the kernel with no problems but when I load it into memory either by using tftp or using nboot, I get a "Bad Data CRC" error. Below is the error response when I try to load using tftp:
TFTP from server 192.168.2.3; our IP address is 192.168.2.5 Does anybody know what may be the problem? Thanks,
Filename 'uImageDM365'.
Load address: 0x80700000
Loading: #################################################################
#################################################################
###########
done
Bytes transferred = 2061868 (1f762c hex)
TFTP from server 192.168.2.3; our IP address is 192.168.2.5
Filename 'uImageDM365'.
Load address: 0x80700000
Loading: #################################################################
#################################################################
###########
done
Bytes transferred = 2061868 (1f762c hex)
## Booting kernel from Legacy Image at 80700000 ...
Image Name: Linux-2.6.18_pro500-davinci_evm-
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 2061804 Bytes = 2 MB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... Bad Data CRC
ERROR: can't get kernel image!
Tim Simerly