From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhao Hongda Date: Wed, 9 Apr 2003 16:03:48 -0700 Subject: [U-Boot-Users] unzip kernel error in lubbock platform References: <001f01c2fee3$e88f1e40$fe02a8c0@esd11> Message-ID: <003501c2feec$47c672c0$fe02a8c0@esd11> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de then what should I do to boot a linux kernel by u-boot. Hongda Zhao ----- Original Message ----- From: "seaman" To: "Zhao Hongda" Cc: "u-boot-users" Sent: Tuesday, April 08, 2003 11:53 PM Subject: Re: [U-Boot-Users] unzip kernel error in lubbock platform > > ----- Original Message ----- > From: "Zhao Hongda" > To: > Sent: Thursday, April 10, 2003 7:03 AM > Subject: [U-Boot-Users] unzip kernel error in lubbock platform > > > > I follow these steps: > > $ make zImage > > $ arm-linux-objcopy -S -O binary vmlinux linux > > $ gzip -vf9 linux > > $ mkimage -n name -A arm -O linux -T kernel -C gzip -a a0008000 -e > a0008000 > > \ > > -d linux.gz linuxgz.image > > > > then load it follow these steps: > > =>loadb 0xa1000000 > > =>bootm 0xa1000000 > > ## Booting image at a1000000 ... > > Image Name: akzhd crazy > > Image Type: ARM Linux Kernel Image (gzip compressed) > > Data Size: 791658 Bytes = 773.1 kB > > Load Address: a0008000 > > Entry Point: a0008000 > > Verifying Checksum ... OK > > Uncompressing Kernel Image ... Error: inflateInit2() returned -4 > > GUNZIP ERROR - must RESET board to recover > > > > Could someone tell me the detail step to create a usable uImage file, > > and how to load / run it? > > Thanks. > > Hongda Zhao > > > > > > I think the problem may be the interface between the U-BOOT and the > LINUX,maybe not the step of creating image. > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: ValueWeb: > > Dedicated Hosting for just $79/mo with 500 GB of bandwidth! > > No other company gives more support or power for your dedicated server > > http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ > > _______________________________________________ > > U-Boot-Users mailing list > > U-Boot-Users at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/u-boot-users > >