public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] Why my image isn't boot?
@ 2003-04-09  3:12 Zhao Hongda
  2003-04-08 12:30 ` Wolfgang Denk
  0 siblings, 1 reply; 13+ messages in thread
From: Zhao Hongda @ 2003-04-09  3:12 UTC (permalink / raw)
  To: u-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>

Could someone help me about this? Thanks a lot.
                                  Hongda Zhao

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [U-Boot-Users] Why my image isn't boot?
@ 2003-04-09  3:43 Zhao Hongda
  0 siblings, 0 replies; 13+ messages in thread
From: Zhao Hongda @ 2003-04-09  3:43 UTC (permalink / raw)
  To: u-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
> ----- Original Message -----
> From: <richard@uclinux.net>
> To: "Zhao Hongda" <zhaohongda@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>
> > >
> >
> > You try to start a compressed kernel from RAM?
> >
> >
> > Rick
> >
>

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [U-Boot-Users] Why my image isn't boot?
@ 2003-04-09  3:44 Zhao Hongda
  0 siblings, 0 replies; 13+ messages in thread
From: Zhao Hongda @ 2003-04-09  3:44 UTC (permalink / raw)
  To: u-boot

 How poor I am,
 I am just have a JTAG cable and a RS232 cable connect to lubbock,
 then what should I do?
                                     Hongda Zhao
> ----- Original Message -----
> From: "Wolfgang Denk" <wd@denx.de>
> To: "Zhao Hongda" <zhaohongda@tsinghua.org.cn>
> Cc: <u-boot-users@lists.sourceforge.net>
> Sent: Tuesday, April 08, 2003 5:30 AM
> Subject: Re: [U-Boot-Users] Why my image isn't boot?
> 
> 
> > In message <00af01c2fe45$e8dab100$fe02a8c0@esd11> you wrote:
> > > 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>
> > >
> > > Could someone help me about this? Thanks a lot.
> >
> > Type "where" and "bt" at your GDB prompt.  Umm...  you  are  using  a
> > debugger like the BDI2000, aren't you?
> >
> >
> > 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
> > Schshschshchsch.
> > -- The Gorn, "Arena", stardate 3046.2
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread
[parent not found: <r01050400-1024-D710B80969BC11D7BCB400039387ACB6@[10.0.1.2]>]
[parent not found: <20030408124843.DAA8EC5877@atlas.denx.de>]

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

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <00c601c2fe49$d82ab360$fe02a8c0@esd11>
2003-04-08 12:44 ` [U-Boot-Users] Why my image isn't boot? richard at uclinux.net
2003-04-09  4:05   ` Zhao Hongda
2003-04-08 13:06     ` richard at uclinux.net
2003-04-09 16:23       ` Zhao Hongda
     [not found]     ` <E192tZ6-00014h-00@hall.mail.mindspring.net>
2003-04-09 16:21       ` Zhao Hongda
2003-04-09  8:00         ` Wolfgang Denk
2003-04-09 23:09           ` Zhao Hongda
2003-04-09  3:12 Zhao Hongda
2003-04-08 12:30 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2003-04-09  3:43 Zhao Hongda
2003-04-09  3:44 Zhao Hongda
     [not found] <r01050400-1024-D710B80969BC11D7BCB400039387ACB6@[10.0.1.2]>
2003-04-09  3:52 ` Zhao Hongda
     [not found] <20030408124843.DAA8EC5877@atlas.denx.de>
2003-04-09  3:56 ` Zhao Hongda

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