public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] flashcp checksum problem
@ 2008-01-22 16:48 sj29fr
  2008-01-23 12:04 ` sj29fr
  0 siblings, 1 reply; 5+ messages in thread
From: sj29fr @ 2008-01-22 16:48 UTC (permalink / raw)
  To: u-boot

I have an ARM922T with u-boot 1.2.0
I created 1 image with mkimage. This image contains my kernel (zImage) and my
ramdisk.
mkimage -A arm -o linux -T multi -C none -a 0x8000 -e 0x8000 -n
"Kernel-Ramdisk-Image" -d zImage:ramdisk.gz mImage

1) Flash mImage with uboot
The kernel works nice.

2) Now I want to upgrade Flash image from Linux
I use flashcp on my MTD partition. I successfully write the image.
$ flashcp updateImage /dev/mtd1 
When I reboot I have a bad CRC error in u-boot.

I made a dump of my MTD partition with dd and I compared it to mImage.
I have seen thaht CRLF are replace by LF !
Why does u-boot remove CR ?
How can I generate a correct image for flashcp ?
Is there a special tool to generate an image for flashcp or is there another
tool than flashcp to update my board ?
How can I verify the image checksum ?

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-01-23 14:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-22 16:48 [U-Boot-Users] flashcp checksum problem sj29fr
2008-01-23 12:04 ` sj29fr
2008-01-23 12:49   ` Wolfgang Denk
2008-01-23 13:56     ` sj29fr
2008-01-23 14:58       ` Ben Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox