From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 21 Dec 2006 20:17:52 +0100 (MET) Subject: [U-Boot-Users] fsload questions In-Reply-To: References: Message-ID: <200612212017.53586.sr@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thursday 21 December 2006 19:47, Charles Krinke wrote: > I8000E> bootm 100000 > ## Booting image at 00100000 ... > Image Name: Linux-2.6.17.11 > Image Type: PowerPC Linux Kernel Image (gzip compressed) > Data Size: 936926 Bytes = 915 kB > Load Address: 00000000 > Entry Point: 00000000 > Verifying Checksum ... OK > Uncompressing Kernel Image ... Error: inflate() returned -3 > GUNZIP ERROR - must RESET board to recover Use a bigger address (e.g. 0x400000) since the uncompressing can overwrite the original image. Best regards, Stefan