
In message 31ADFA827355984B9E2A161514595B561C3380@lpdsrv04.logicpd.com you wrote:
Are you making sure that you don't locate the gzipped kernel in a location of board memory that gets overwritten as the U-Boot gunzip takes place?
Excellent advice.
If you put the gzipped kernel at 0x10008000 and the kernel load address is also 0x10008000, you will obliterate your gzipped data as you unzip to
The kernel load address will always be zero in this case (as this was a PowerPC system).
-----Original Message----- From: Amit Shah [mailto:shahamit@gmail.com] Sent: Monday, August 23, 2004 9:40 AM To: u-boot-users@lists.sourceforge.net Subject: [U-Boot-Users] Uncompressing uImage: inflate() returned -3
...
And please - don't top-post, and don't quote the whole original message.
Best regards,
Wolfgang Denk