<br><br><div class="gmail_quote">On Fri, Sep 14, 2012 at 10:55 AM, Ellis Andrew <span dir="ltr"><<a href="mailto:ajellisuk@yahoo.co.uk" target="_blank">ajellisuk@yahoo.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:10pt;font-family:times new roman,new york,times,serif"><div>Hi<br> <br>
I have run into a major problem in that when I program my kernel into 
flash on my system or try and run it from RAM I get the following 
output:<br> <br> <i>## Booting image at 00060000 ...<br>
## Copy image from flash 00060000 to ram 00200000 ...<br>
   Image Name:<br>
   Image Type:   ARM Linux Kernel Image (uncompressed)<br>
   Data Size:    1871640 Bytes =  1.8 MB<br>
   Load Address: 00008000<br>
   Entry Point:  00008000<br>
   Verifying Checksum ... OK<br>
OK<br> <br>
Starting kernel ...<br> <br>
Uncompressing Linux.............................................  
..................................................  ....................<br> <br>
crc error<br> <br>
 -- System halted<br> </i><br> <br>
The checksum passes, but the image type is uncompressed, so why is the kernel trying to decompress?<br> <br>
>From a successful build I had the same message about uncompressing the 
kernel, so I don't understand what the problem is. I have previously 
been able to build and run kernels without the above problem. I cannot 
work out what I have done to cause this problem, could someone please 
enlighten me as to what could be going wrong?<br> <br>
Kind regards<span class="HOEnZb"><font color="#888888"><br> </font></span><br></div></div></div></blockquote><div><br>I saw the same problem a few years ago.  The problem was traced to hardware data cache issue.  I would suggest test the RAM to make sure it functions properly, and perhaps disable data cache (typically chip maker fix this type of issues before the final release, so it is unlikely to help).<br>
<br>Steve<br><br></div></div>