From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zhao Hongda Date: Tue, 8 Apr 2003 21:05:14 -0700 Subject: [U-Boot-Users] Why my image isn't boot? References: Message-ID: <011f01c2fe4d$393385d0$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 I just want to boot the linux kernel in lubbock, and follow the README file in u-boot, then what steps should I take to product a workable uImage file ? and how to load it correctly? please give me a sample procedure. Hongda Zhao ----- Original Message ----- From: To: Sent: Tuesday, April 08, 2003 5:44 AM Subject: Re: [U-Boot-Users] Why my image isn't boot? > > I want it run from flash, but if I use "loadb 0x00100000", after transfer > > the uImage, "md 0x00100000" shows that flash data is wrong, > > what should I do? > > Hongda Zhao > > My question was: > > Why are you trying to directly execute a compressed linux image from RAM? > It also won't work if you want to run it directly from flash either... > > > Rick > > > > ----- Original Message ----- > > From: > > To: "Zhao Hongda" > > Sent: Tuesday, April 08, 2003 5:23 AM > > Subject: Re: [U-Boot-Users] Why my image isn't boot? > > > > > > > > I use the u-boot cvs source, > > > > linux-2.4.19 kernel, arm-linux patch, and xscale patch. > > > > arm-linux-gcc 3.0 as complier,lubbock(pxa250) as platform. > > > > > > > > arm-linux-objcopy -O binary -R .note -R .comment -S vmlinux > > linux.bin > > > > gzip -9 linux.bin > > > > mkimage -A arm -O linux -T kernel -C gzip -a 0xa0008000 -e > > 0xa0008000 -n > > > > "Linux Kernel Image" -d linux.bin.gz uImage > > > > then under u-boot: > > > > =>loadb 0xa0008000 (send the uImage) > > > > =>go 0xa0008000 > > > > start the application at 0xa0008000 > > > > > > > > > > > > ------------------------------------------------------- > 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