Re: Bad Data CRC

2022-10-12 Thread Simon Glass
te: >> > >> > Hello Simon, >> > >> > My board boots well . When I added the second partition into my kernel I >> > got this message >> > *Verifying Checksum ... Bad Data CRC* >> > what could be the root cause ? >> >> Try to run "saveenv",

Re: Bad Data CRC

2022-10-12 Thread momo aubin
Oct 10, 2022 at 6:31 PM momo aubin wrote: > > > > Hello Simon, > > > > My board boots well . When I added the second partition into my kernel I > > got this message > > *Verifying Checksum ... Bad Data CRC* > > what could be the root cause ? > > Try to run "saveenv", >

Re: Bad Data CRC

2022-10-12 Thread Fabio Estevam
On Mon, Oct 10, 2022 at 6:31 PM momo aubin wrote: > > Hello Simon, > > My board boots well . When I added the second partition into my kernel I > got this message > *Verifying Checksum ... Bad Data CRC* > what could be the root cause ? Try to run "saveenv",

Re: Bad Data CRC

2022-10-12 Thread Simon Glass
gt; > >> My board boots well . When I added the second partition into my kernel I > >> got this message > >> Verifying Checksum ... Bad Data CRC > >> what could be the root cause ? > >> > >> Which data is talking about ? u boot data or kernel d

Re: Bad Data CRC

2022-10-10 Thread momo aubin
Hi Simon > On 11 Oct 2022, at 12:33 AM, Simon Glass wrote: > > Hi Momo, > >> On Mon, 10 Oct 2022 at 15:31, momo aubin wrote: >> >> Hello Simon, >> >> My board boots well . When I added the second partition into my kernel I got >> thi

Re: Bad Data CRC

2022-10-10 Thread Simon Glass
Hi Momo, On Mon, 10 Oct 2022 at 15:31, momo aubin wrote: > > Hello Simon, > > My board boots well . When I added the second partition into my kernel I got > this message > Verifying Checksum ... Bad Data CRC > what could be the root cause ? > > Which data is tal

Bad Data CRC

2022-10-10 Thread momo aubin
Hello Simon, My board boots well . When I added the second partition into my kernel I got this message *Verifying Checksum ... Bad Data CRC* what could be the root cause ? Which data is talking about ? u boot data or kernel data ? Thanks in advance.

Re: [U-Boot] Load kernel from JFFS2 / Bad Data CRC

2014-03-26 Thread sophie bonnouvrier
Ok, I've found my error I don't used FTP in binary mode when I download file in filesystem. Sorry, for the disruption. Sophie -- View this message in context: http://u-boot.10912.n7.nabble.com/Load-kernel-from-JFFS2-Bad-Data-CRC-tp176605p176610.html Sent from the U-Boot ma

Re: [U-Boot] Load kernel from JFFS2 / Bad Data CRC

2014-03-26 Thread sophie bonnouvrier
n context: http://u-boot.10912.n7.nabble.com/Load-kernel-from-JFFS2-Bad-Data-CRC-tp176605p176607.html Sent from the U-Boot mailing list archive at Nabble.com. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Load kernel from JFFS2 / Bad Data CRC

2014-03-26 Thread Sophie Bonnouvrier
hello, I try to load from JFFS2 filesystem , the kernel,rootfs and DTB. and I have bad data CRC error on my file. Have you any idea of the reason ? I try to copy several kernel image in the filesystem i've got the same error, also with rootfs. I've no problem with "raw"

[U-Boot] Uboot can't load kernel.. Bad data CRC

2014-01-31 Thread Riccardo Giuliacci
"bad data CRC" error.. Why? Kernel load entry point is 10008000, uboot loadaddr is 0x1200 Please help me to boot my UDOO!!! Thanks ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Kernel boot halts with "Verifying Checksum ... Bad Data CRC"

2012-09-12 Thread Marek Vasut
MB >Load Address: 8000 > Entry Point: 8000 >Verifying Checksum ... Bad Data CRC > > > The script I'm using to make my kernel image is: > > SRC=$2/arch/arm/boot/uImage > if [ -f $SRC ]; then > printf "Kernel source in: %s\n"

[U-Boot] Kernel boot halts with "Verifying Checksum ... Bad Data CRC"

2012-09-07 Thread Ellis Andrew
owing errors  Booting image at 0006 ... ## Copy image from flash 0006 to ram 0020 ...    Image Name:    Image Type:   ARM Linux Kernel Image (uncompressed)    Data Size:    1759300 Bytes =  1.7 MB    Load Address: 8000    Entry Point:  8000    Verifying Checksum ... Bad Data CRC

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 Legac

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: 0000 >    Entry Point

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

2010-04-15 Thread Ronny D
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:  00000000    Bad Data CRC Here i am confused

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. d

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

2010-04-14 Thread Ronny D
   Bad Data CRC    ERROR: can't get kernel image!   When I print the data that we calculated in image_check_dcrc()  I found foloowing difference: Calculated DCRC Data : 0xffdc0040 Len: 0xe48d1 dcrc: 0x5fe26d1e From image_get_dcrc function DCRC: 0x72e08293   And hence return

Re: [U-Boot] loading uImage error, Verifying Checksum ... Bad Data CRC, for what?

2010-01-28 Thread Wolfgang Denk
t; > 2097152 bytes read: ERROR You got a read error here. Seems your NAND reading failed for some reason (bad sector?). > Verifying Checksum ... Bad Data CRC Well, that's only logical, then. > 4.then i use the bootloader vivi in NorFlash to flash the uImage to NAND > Flash

[U-Boot] loading uImage error, Verifying Checksum ... Bad Data CRC, for what?

2010-01-28 Thread linzhavon
Bytes = 1.6 MB Load Address: Entry Point: Verifying Checksum ... Bad Data CRC # open24x0 Bootloader for FA24x0 # [u] Download u-boot [k] Download Linux kernel [j] Download JFFS2 image [y] Download YAFFS image [d] Download to SDRAM & Run [b] Boot

Re: [U-Boot] "Bad Data CRC" after ramdisk size increase

2009-06-25 Thread Detlev Zundel
ot/uImage' to 0x8080 >> Scanning JFFS2 FS: . ..-  done. >> ### JFFS2 load complete: 3249008 bytes loaded to 0x8080 >> ## Booting image at 8080 ... >> Image Name: Linux Kernel Image with ramdisk. >> Created: 200

[U-Boot] "Bad Data CRC" after ramdisk size increase

2009-06-25 Thread Mikhail Zaturenskiy
.-  done. > ### JFFS2 load complete: 3249008 bytes loaded to 0x8080 > ## Booting image at 8080 ... > Image Name: Linux Kernel Image with ramdisk. > Created: 2009-06-22 4:37:12 UTC > Image Type: MIPS Linux Kernel Image (gzip compressed) >