[U-Boot-Users] Why my image isn't boot?

Zhao Hongda zhaohd at vis.cs.tsinghua.edu.cn
Wed Apr 9 18:21:36 CEST 2003


Thanks for your help,
But when I follow your step, after bootm, u-boot complain that :

=> loadb 0xa0008000
## Ready for binary (kermit) download to 0xA0008000 at 115200 bps...
## Total Size      = 0x000c14aa = 791722 Bytes
## Start Addr      = 0xA0008000
=> bootm 0xa0008000
## Booting image at a0008000 ...
   Image Name:   U-boot Linux
   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: inflate() returned -3
GUNZIP ERROR - must RESET board to recover
reseting ...

what should I do?
                                                    Hongda Zhao
----- Original Message -----
From: "Kyle Harris" <kharris at nexus-tech.net>
To: "Zhao Hongda" <zhaohd at vis.cs.tsinghua.edu.cn>
Sent: Tuesday, April 08, 2003 6:47 AM
Subject: Re: [U-Boot-Users] Why my image isn't boot?


> Zhao,
>
> This is my procedure. Hope this works for you.
>
> $ 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
>
> linuxgz.image is a valid u-boot kernel image and should boot with
>
> => bootm address_where_loaded
>
> Kyle.
>
> On Wednesday 09 April 2003 12:05 am, Zhao Hongda wrote:
>
> > 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: <richard at uclinux.net>
> > To: <u-boot-users at lists.sourceforge.net>
> > 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: <richard at uclinux.net>
> > > > To: "Zhao Hongda" <zhaohongda at tsinghua.org.cn>
> > > > 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
> > > > > >     <hang>
> > >
> > > -------------------------------------------------------
> > > 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
> >
> > -------------------------------------------------------
> > 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





More information about the U-Boot mailing list