Re: [U-Boot] "Verifying Checksum ... Bad Data CRC" when kernel

2010-10-20 Thread Detlev Zundel
Hi ZHAO JiHua, > I've found the answer and confirmed it. FTP transfer corrupted uImage. [...] > I don't know which, FileZilla or WS_FTP, corrupted uImage. Very likely you need to sort out the well known ascii/binary problem (e.g. [1]) for your ftp setups. Cheers Detlev -- So maybe I lost t

[U-Boot] "Verifying Checksum ... Bad Data CRC" when kernel

2010-10-18 Thread JiHua ZHAO
Hi all I've found the answer and confirmed it. FTP transfer corrupted uImage. As my development laptop has no COM port, I transferred uImage from this development laptop to my company's FTP server using FileZilla 3.0.11.1, then from this FTP server to my desktop using WS_FTP 9.01. Then, I used th

[U-Boot] "Verifying Checksum ... Bad Data CRC" when kernel downloaded through serial or from SD, but ethernet no such error

2010-10-17 Thread Zhao Jihua
Hi all I can successfully boot my kernel when I download it using the ethernet. But if I download the same kernel through serial COM port or from my on-board micro-SD card to the same DRAM address, this "Bad Data CRC" always pops up: $ bootm 0x8000 ## Booting kernel from Legacy Image at 8