public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] unzip kernel error in lubbock platform
  2003-04-09 22:03 [U-Boot-Users] unzip kernel error in lubbock platform Zhao Hongda
@ 2003-04-09  6:53 ` seaman
  2003-04-09 23:03   ` Zhao Hongda
  2003-04-09  8:05 ` Wolfgang Denk
  1 sibling, 1 reply; 5+ messages in thread
From: seaman @ 2003-04-09  6:53 UTC (permalink / raw)
  To: u-boot

----- Original Message -----
From: "Zhao Hongda" <zhaohd@vis.cs.tsinghua.edu.cn>
To: <u-boot-users@lists.sourceforge.net>
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
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] unzip kernel error in lubbock platform
  2003-04-09 22:03 [U-Boot-Users] unzip kernel error in lubbock platform Zhao Hongda
  2003-04-09  6:53 ` seaman
@ 2003-04-09  8:05 ` Wolfgang Denk
  2003-04-09 23:11   ` Zhao Hongda
  1 sibling, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2003-04-09  8:05 UTC (permalink / raw)
  To: u-boot

In message <001f01c2fee3$e88f1e40$fe02a8c0@esd11> you wrote:
>
> then load it follow these steps:
> =>loadb 0xa1000000
> =>bootm 0xa1000000

How much RAM do you have at 0xa1000000 ?


Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
It became apparent that one reason why the Ice Giants were  known  as
the  Ice  Giants  was  because they were, well, giants. The other was
that they were made of ice.              -Terry Pratchett, _Sourcery_

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] unzip kernel error in lubbock platform
@ 2003-04-09 22:03 Zhao Hongda
  2003-04-09  6:53 ` seaman
  2003-04-09  8:05 ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Zhao Hongda @ 2003-04-09 22:03 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] unzip kernel error in lubbock platform
  2003-04-09  6:53 ` seaman
@ 2003-04-09 23:03   ` Zhao Hongda
  0 siblings, 0 replies; 5+ messages in thread
From: Zhao Hongda @ 2003-04-09 23:03 UTC (permalink / raw)
  To: u-boot

then what should I do to boot a linux kernel by u-boot.
                                Hongda Zhao
----- Original Message ----- 
From: "seaman" <okisoftxman@hotmail.com>
To: "Zhao Hongda" <zhaohd@vis.cs.tsinghua.edu.cn>
Cc: "u-boot-users" <u-boot-users@sourceforge.net>
Sent: Tuesday, April 08, 2003 11:53 PM
Subject: Re: [U-Boot-Users] unzip kernel error in lubbock platform


> 
> ----- Original Message -----
> From: "Zhao Hongda" <zhaohd@vis.cs.tsinghua.edu.cn>
> To: <u-boot-users@lists.sourceforge.net>
> 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
> >

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [U-Boot-Users] unzip kernel error in lubbock platform
  2003-04-09  8:05 ` Wolfgang Denk
@ 2003-04-09 23:11   ` Zhao Hongda
  0 siblings, 0 replies; 5+ messages in thread
From: Zhao Hongda @ 2003-04-09 23:11 UTC (permalink / raw)
  To: u-boot

I have 64M sdram in Lubbock from a0000000 to a4000000
                                                                Hongda Zhao
----- Original Message ----- 
From: "Wolfgang Denk" <wd@denx.de>
To: "Zhao Hongda" <zhaohd@vis.cs.tsinghua.edu.cn>
Cc: <u-boot-users@lists.sourceforge.net>
Sent: Wednesday, April 09, 2003 1:05 AM
Subject: Re: [U-Boot-Users] unzip kernel error in lubbock platform 


> In message <001f01c2fee3$e88f1e40$fe02a8c0@esd11> you wrote:
> >
> > then load it follow these steps:
> > =>loadb 0xa1000000
> > =>bootm 0xa1000000
> 
> How much RAM do you have at 0xa1000000 ?
> 
> 
> Wolfgang Denk
> 
> -- 
> Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
> Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
> It became apparent that one reason why the Ice Giants were  known  as
> the  Ice  Giants  was  because they were, well, giants. The other was
> that they were made of ice.              -Terry Pratchett, _Sourcery_

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-04-09 23:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-09 22:03 [U-Boot-Users] unzip kernel error in lubbock platform Zhao Hongda
2003-04-09  6:53 ` seaman
2003-04-09 23:03   ` Zhao Hongda
2003-04-09  8:05 ` Wolfgang Denk
2003-04-09 23:11   ` Zhao Hongda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox