* U-Boot hangs in relocate_code after sw reboot
@ 2005-03-04 15:53 Jaka Močnik
2005-03-04 16:06 ` Jon Loeliger
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Jaka Močnik @ 2005-03-04 15:53 UTC (permalink / raw)
To: Embedded PPC Linux Mailing List
hello!
I don't really know if this mailing list is the proper place to direct
questions regarding U-Boot, but I've seen some preceding posts about it,
so I thought I'd ask...
I've ported U-Boot over to a custom MPC8560 (PQ3) based board - it works
well, except that after a sw reboot (from linux kernel or u-boot
itself), it only gets to the part where it relocates itself to RAM and
then hangs - the last debug output is
Relocating code to 07fd4000...
and the famous
Now running in RAM - U-Boot at: 07fd4000 never shows up.
has anyone experienced similar problems? any hints on what to look at?
regards,
jaKa
--
w3: http://fish.homeunix.org/people/jaka
email: jaka@activetools.si
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: U-Boot hangs in relocate_code after sw reboot
2005-03-04 15:53 U-Boot hangs in relocate_code after sw reboot Jaka Močnik
@ 2005-03-04 16:06 ` Jon Loeliger
2005-03-04 16:11 ` Jerry Van Baren
2005-03-04 16:18 ` Kumar Gala
2 siblings, 0 replies; 4+ messages in thread
From: Jon Loeliger @ 2005-03-04 16:06 UTC (permalink / raw)
To: Jaka Močnik; +Cc: Embedded PPC Linux Mailing List
On Fri, 2005-03-04 at 09:53, Jaka Močnik wrote:
> hello!
>
> I don't really know if this mailing list is the proper place to direct
> questions regarding U-Boot, but I've seen some preceding posts about it,
> so I thought I'd ask...
Let's start with: The U-Boot list is over at:
u-boot-users <u-boot-users@lists.sourceforge.net>
> I've ported U-Boot over to a custom MPC8560 (PQ3) based board - it works
> well,
Good... So, what version did you start with?
And how custom is it? We just might need a few more details here... :-)
> except that after a sw reboot (from linux kernel or u-boot
> itself),
There were some early releases of 8560 U-Boot code that
didn't do SW Reset right. Let's make sure we are running
a modern U-Boot for the 85xx first.
> it only gets to the part where it relocates itself to RAM and
> then hangs - the last debug output is
There are some U-Boot FAQs down this line too.
> has anyone experienced similar problems? any hints on what to look at?
HTH,
jdl
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: U-Boot hangs in relocate_code after sw reboot
2005-03-04 15:53 U-Boot hangs in relocate_code after sw reboot Jaka Močnik
2005-03-04 16:06 ` Jon Loeliger
@ 2005-03-04 16:11 ` Jerry Van Baren
2005-03-04 16:18 ` Kumar Gala
2 siblings, 0 replies; 4+ messages in thread
From: Jerry Van Baren @ 2005-03-04 16:11 UTC (permalink / raw)
To: Embedded PPC Linux Mailing List
Jaka Močnik wrote:
> hello!
>
> I don't really know if this mailing list is the proper place to direct
> questions regarding U-Boot, but I've seen some preceding posts about it,
> so I thought I'd ask...
>
> I've ported U-Boot over to a custom MPC8560 (PQ3) based board - it works
> well, except that after a sw reboot (from linux kernel or u-boot
> itself), it only gets to the part where it relocates itself to RAM and
> then hangs - the last debug output is
>
> Relocating code to 07fd4000...
>
> and the famous
>
> Now running in RAM - U-Boot at: 07fd4000 never shows up.
>
> has anyone experienced similar problems? any hints on what to look at?
>
> regards,
> jaKa
Yes, this is the wrong list, you should use the u-boot list (see
SourceForge u-boot page).
http://sourceforge.net/projects/u-boot/
Your question is a FAQ. Please read the DULG:
http://www.denx.de/twiki/bin/view/DULG/Manual
especially the FAQ:
http://www.denx.de/twiki/bin/view/DULG/UBootCrashAfterRelocation
gvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: U-Boot hangs in relocate_code after sw reboot
2005-03-04 15:53 U-Boot hangs in relocate_code after sw reboot Jaka Močnik
2005-03-04 16:06 ` Jon Loeliger
2005-03-04 16:11 ` Jerry Van Baren
@ 2005-03-04 16:18 ` Kumar Gala
2 siblings, 0 replies; 4+ messages in thread
From: Kumar Gala @ 2005-03-04 16:18 UTC (permalink / raw)
To: Jaka Močnik; +Cc: Embedded PPC Linux Mailing List
This is better posted to the u-boot-users list=20
(u-boot-users@lists.sourceforge.net)
- kumar
On Mar 4, 2005, at 9:53 AM, Jaka Mo=C4=8Dnik wrote:
> hello!
>
> I don't really know if this mailing list is the proper place to direct
> questions regarding U-Boot, but I've seen some preceding posts about=20=
> it,
> so I thought I'd ask...
>
> I've ported U-Boot over to a custom MPC8560 (PQ3) based board - it=20
> works
> well, except that after a sw reboot (from linux kernel or u-boot
> itself), it only gets to the part where it relocates itself to RAM =
and
> then hangs - the last debug output is
>
> Relocating code to 07fd4000...
>
> and the famous
>
> Now running in RAM - U-Boot at: 07fd4000 never shows up.
>
> has anyone experienced similar problems? any hints on what to look at?
>
> regards,
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 jaKa
>
> --=20
>
> w3: http://fish.homeunix.org/people/jaka
> email: jaka@activetools.si
>
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-03-04 16:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-04 15:53 U-Boot hangs in relocate_code after sw reboot Jaka Močnik
2005-03-04 16:06 ` Jon Loeliger
2005-03-04 16:11 ` Jerry Van Baren
2005-03-04 16:18 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).