Re: [U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-15 Thread Ronny D
Yes i am running little endian kernel, but this error comes in both little as well as big endian kernel. --- On Thu, 15/4/10, Detlev Zundel wrote: From: Detlev Zundel Subject: Re: [U-Boot] Bad Data CRC ERROR: can't get kernel image! To: "Ronny D" Cc: "U-boot" Date:

Re: [U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-15 Thread Detlev Zundel
Hi Ronny, > I used "iminfo 0xffdc" and got following log >Image Name: Linux-2.6.31-LE Just out of curiosity - does the "-LE" mean that you do have a little-endian linux running on this platform? Cheers Detlev -- Those who do not understand Unix are condemned to reinvent it, poorl

Re: [U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-15 Thread Joakim Tjernlund
> > > Hi Detlev, > > I used "iminfo 0xffdc" and got following log >    Image Name:   Linux-2.6.31-LE >    Image Type:   PowerPC Linux Kernel Image (gzip compressed) >    Data Size:    936145 Bytes = 914.2 kB >    Load Address: >    Entry Point:  >    Bad Data CRC > > Here i am

Re: [U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-15 Thread Ronny D
that if i comment the verification of kernel header then kernel commend prompts come. so not sure about image is corrupt or not. Is there any dependency of mkimage? -Ronny --- On Thu, 15/4/10, Detlev Zundel wrote: From: Detlev Zundel Subject: Re: [U-Boot] Bad Data CRC ERROR: can't get k

Re: [U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-15 Thread Detlev Zundel
Hi Ronny, > Bad Data CRC > >    > ERROR: can't get kernel image! [...] > Please let me know your input on this. Well your data seems to be corrupt - what more can we say? What does "imi 0xffdc" say? Maybe you did not flash the whole image correctly? E.g. did you see error message about n

[U-Boot] Bad Data CRC ERROR: can't get kernel image!

2010-04-14 Thread Ronny D
I am using u-boot version 2009-08 for customized PPC 440 based board. Board is having 16MB Nor flash. I am flashing the kernel image at 0xffdc, ramdisk at 0xff8c and dtb at 0xff20 When I pass bootm command through u-boot prompt i.e “bootm 0xffdc 0xff8c 0xff20”   Kern