public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] When starting linux, nothing happens
@ 2005-11-03 10:09 jescythe
  2005-11-03 10:25 ` Daniel Alomar
  2005-11-03 10:34 ` Eckart Goehler
  0 siblings, 2 replies; 3+ messages in thread
From: jescythe @ 2005-11-03 10:09 UTC (permalink / raw)
  To: u-boot

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>



Any help will be deeply appreciated.

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

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

* [U-Boot-Users] When starting linux, nothing happens
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Alomar @ 2005-11-03 10:25 UTC (permalink / raw)
  To: u-boot

Hi,

Check your baudrate console on your serial conf file...or the start
address... I feel the problem is in the linux image...

Regards,

Daniel Alomar

-----Mensaje original-----
De: u-boot-users-admin at lists.sourceforge.net
[mailto:u-boot-users-admin at lists.sourceforge.net] En nombre de jescythe
Enviado el: jueves, 03 de noviembre de 2005 11:09
Para: u-boot-users at lists.sourceforge.net
Asunto: [U-Boot-Users] When starting linux, nothing happens


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>



Any help will be deeply appreciated.

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
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] 3+ messages in thread

* [U-Boot-Users] When starting linux, nothing happens
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Eckart Goehler @ 2005-11-03 10:34 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2005-11-03 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox