All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] System hangs when Linux is loaded
@ 2004-06-30 22:54 Frank Young
  2004-06-30 23:09 ` Shawn
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Young @ 2004-06-30 22:54 UTC (permalink / raw)
  To: u-boot

Hi,

I have a Walnut board with ppc405. I have manged to install u-boot on the 
board. I can download linux image (I am using Monta Vista one) too. But when 
I tried to use "bootm", the system hanged after showing
"## Transferring control to Linux (at address 00000000) ..."

The following is the dump of serial console output. The uImage-uncomp is the 
uncompressed linux image created with tools/mkimage, as explained in README 
file. Does anyone have the same problem?

Thanks!
Frank

===================================================

=> tftp 400000 uImage-uncomp
ENET Speed is 100 Mbps - HALF duplex connection
TFTP from server 138.31.3.162; our IP address is 138.31.3.79
Filename 'uImage-uncomp'.
Load address: 0x400000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #########
done
Bytes transferred = 1377116 (15035c hex)
=> imi 400000

## Checking Image at 00400000 ...
   Image Name:   Linux 2.2.4
   Image Type:   PowerPC Linux Kernel Image (uncompressed)
   Data Size:    1377052 Bytes =  1.3 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
=> bootm 400000
## Booting image at 00400000 ...
   Image Name:   Linux 2.2.4
   Image Type:   PowerPC Linux Kernel Image (uncompressed)
   Data Size:    1377052 Bytes =  1.3 MB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
OK
## Current stack ends at 0x00FBBBA8 => set upper limit to 0x00800000
## cmdline at 0x007FFF00 ... 0x007FFF48
bd address  = 0x00FBBF90
memstart    = 0x00000000
memsize     = 0x01000000
flashstart  = 0xFF800000
flashsize   = 0x00400000
flashoffset = 0x00000000
sramstart   = 0x00000000
sramsize    = 0x00000000
bootflags   = 0x0000A000
procfreq    =    200 MHz
plb_busfreq =    100 MHz
pci_busfreq =     25 MHz
ethaddr     = 00:00:48:B9:00:51
IP addr     = 138.31.3.79
baudrate    =   9600 bps
No initrd
## Transferring control to Linux (at address 00000000) ...

_________________________________________________________________
MSN 9 Dial-up Internet Access fights spam and pop-ups ? now 3 months FREE! 
http://join.msn.click-url.com/go/onm00200361ave/direct/01/

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

* [U-Boot-Users] System hangs when Linux is loaded
  2004-06-30 22:54 Frank Young
@ 2004-06-30 23:09 ` Shawn
  0 siblings, 0 replies; 4+ messages in thread
From: Shawn @ 2004-06-30 23:09 UTC (permalink / raw)
  To: u-boot

> I have a Walnut board with ppc405. I have manged to install u-boot on
> the 
> board. I can download linux image (I am using Monta Vista one) too. But
> when 
> I tried to use "bootm", the system hanged after showing
> "## Transferring control to Linux (at address 00000000) ..."

It could be clocks_in_mhz that causes the problem if you're using kernel
older than 2.4.11 if I'm not mistaken.

-Shawn.



		
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail 

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

* [U-Boot-Users] System hangs when Linux is loaded
@ 2004-06-30 23:15 Frank Young
  2004-06-30 23:24 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Young @ 2004-06-30 23:15 UTC (permalink / raw)
  To: u-boot

Hi Shawn,

So what is the solution?

BTW, I am using 2.4.18.

Thanks a lot!

Frank


>From: Shawn <shawnxtech@yahoo.com>
>To: Frank Young <young726@hotmail.com>, wd at denx.de,  
>u-boot-users at lists.sourceforge.net
>Subject: Re: [U-Boot-Users] System hangs when Linux is loaded
>Date: Wed, 30 Jun 2004 16:09:12 -0700 (PDT)
>
> > I have a Walnut board with ppc405. I have manged to install u-boot on
> > the
> > board. I can download linux image (I am using Monta Vista one) too. But
> > when
> > I tried to use "bootm", the system hanged after showing
> > "## Transferring control to Linux (at address 00000000) ..."
>
>It could be clocks_in_mhz that causes the problem if you're using kernel
>older than 2.4.11 if I'm not mistaken.
>
>-Shawn.
>
>
>
>
>__________________________________
>Do you Yahoo!?
>Read only the mail you want - Yahoo! Mail SpamGuard.
>http://promotions.yahoo.com/new_mail

_________________________________________________________________

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

* [U-Boot-Users] System hangs when Linux is loaded
  2004-06-30 23:15 [U-Boot-Users] System hangs when Linux is loaded Frank Young
@ 2004-06-30 23:24 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2004-06-30 23:24 UTC (permalink / raw)
  To: u-boot

In message <BAY2-F17epDI8NFr9oD0005e82d@hotmail.com> you wrote:
> 
> So what is the solution?

RTFM.


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
Wherever you go...There you are.                    - Buckaroo Banzai

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

end of thread, other threads:[~2004-06-30 23:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-30 23:15 [U-Boot-Users] System hangs when Linux is loaded Frank Young
2004-06-30 23:24 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2004-06-30 22:54 Frank Young
2004-06-30 23:09 ` Shawn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.