All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex shi <alex.shi@tom.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] debug linux kernel hangs
Date: Thu, 23 Jun 2005 07:56:19 +0800	[thread overview]
Message-ID: <021a01c57785$fc451a30$4500a8c0@baniantealex> (raw)
In-Reply-To: 20050622225017.94069C1510@atlas.denx.de

Hi Denk:
    I am sorry for pre  unreadable mail.
Hi All:

 My box is MPC8247
I use u-boot 1.1.1 to boot linux kernel 2.4.22, the bd_info are same in 
u-boot.h, and IMMR address also same at 0xf0000000.
but after input bootm command the linux kernel hangs:
====================================
 => setenv ipaddr 192.168.0.33
 => setenv serverip 192.168.0.222
 => tftp 0x100000 uImage
 Using FCC1 ETHERNET device
 TFTP from server 192.168.0.222; our IP address is 192.168.0.33
 Filename "uImage".
 Load address: 0x100000
 Loading: #################################################################
          #################################################################
          #####################################
 done
 Bytes transferred = 853098 (d046a hex)
 => bootm 0x100000
 ## Booting image at 00100000 ...
    Image Name:   Linux Kernel Image
    Image Type:   PowerPC Linux Kernel Image (gzip compressed)
    Data Size:    853034 Bytes = 833 kB
    Load Address: 00000000
    Entry Point:  00000000
    Verifying Checksum ... OK
    Uncompressing Kernel Image ... OK
=============================================

and under the ppc_6xx-gdb :
==========================
(gdb)
620             ppc_md.setup_arch();
(gdb) n

<<<<< long time wait and then press ctl + c.


?
Program received signal SIGSTOP, Stopped (signal).
0xc0007e4c in __delay () at time.c:427
427     }
(gdb) where
#0  0xc0007e4c in __delay () at time.c:427
#1  0xc0015ae4 in panic (fmt=0x2bbbd "\001") at delay.h:42
(gdb)
=========================
It seems kernel breaken down@ppc_md.setup_arch()
and panic a message to me, isn't it?

Any hints will be appreciated!

BRG
Alexander

       reply	other threads:[~2005-06-22 23:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20050622225017.94069C1510@atlas.denx.de>
2005-06-22 23:56 ` Alex shi [this message]
2005-06-23  0:11   ` [U-Boot-Users] debug linux kernel hangs Wolfgang Denk
2005-06-23  0:32     ` Alex shi
2005-06-23  9:06       ` Antwort: " andreas_schmidt at ifm-electronic.com
     [not found] <20050622195228.ED924C1510@atlas.denx.de>
2005-06-22 22:30 ` Alex shi
2005-06-22 19:30 Alex shi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='021a01c57785$fc451a30$4500a8c0@baniantealex' \
    --to=alex.shi@tom.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.