All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eckart Goehler <E.Goehler@ifen.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] When starting linux, nothing happens
Date: Thu, 03 Nov 2005 11:34:18 +0100	[thread overview]
Message-ID: <4369E7AA.20702@ifen.com> (raw)
In-Reply-To: <b89c9ad40511030209i591e02eakaa1388da401ea53c@mail.gmail.com>

Hi,

jescythe wrote:
> i don't know if the problem is with my configuration of u-boot or the
> linux image.
> 
> # bootm bfc80000
> ## Booting image at bfc80000 ...
>    Image Name:   linux kernel image
>    Created:      2005-11-03   9:22:24 UTC
>    Image Type:   MIPS Linux Kernel Image (gzip compressed)
>    Data Size:    1234499 Bytes =  1.2 MB
>    Load Address: 80080000
>    Entry Point:  80080000
>    Verifying Checksum ... OK
>    Uncompressing Kernel Image ... OK
> 
> Starting kernel ... <hangs indefinitely>

Well, I'm not familliar with the MIPS system but the load address and
entry point look suspicious. According U-Boot README and my own
experience they should be either 0 (newer linux kernels) or 0xc (older
one). Did you use mkimage on your own?


> Any help will be deeply appreciated.

Any further notes/debugging statements also are appreciated. Please try
to enable boot progress report (CONFIG_SHOW_BOOT_PROGRESS) to make sure
that not u-boot is the culprit.

Also good point to look for (rtfm): use linux image map file
(System.map) for log_buf and try to read from given address -> some 
information what might have gone wrong *before* the kernel was able to 
establish a terminal connection. This requires some debugging facility.

Please tell us something about the environment (embedded, console etc).

> CPU = NEC VR5701 (MIPS)
> memory is 128MB mapped at 0x0000 0000

ok.


sincerely

eckart

      parent reply	other threads:[~2005-11-03 10:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-03 10:09 [U-Boot-Users] When starting linux, nothing happens jescythe
2005-11-03 10:25 ` Daniel Alomar
2005-11-03 10:34 ` Eckart Goehler [this message]

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=4369E7AA.20702@ifen.com \
    --to=e.goehler@ifen.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.