* [U-Boot-Users] after a sw reset, u-boot hangs in relocate_code
@ 2005-03-04 16:24 Jaka Močnik
2005-03-04 17:14 ` Jerry Van Baren
0 siblings, 1 reply; 2+ messages in thread
From: Jaka Močnik @ 2005-03-04 16:24 UTC (permalink / raw)
To: u-boot
hello!
I've ported U-Boot (1.1.2) 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 at activetools.si
^ permalink raw reply [flat|nested] 2+ messages in thread* [U-Boot-Users] after a sw reset, u-boot hangs in relocate_code
2005-03-04 16:24 [U-Boot-Users] after a sw reset, u-boot hangs in relocate_code Jaka Močnik
@ 2005-03-04 17:14 ` Jerry Van Baren
0 siblings, 0 replies; 2+ messages in thread
From: Jerry Van Baren @ 2005-03-04 17:14 UTC (permalink / raw)
To: u-boot
Jaka Mo?nik wrote:
> hello!
>
> I've ported U-Boot (1.1.2) 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
Welcome to the u-boot email list ;-)
In our previous exchange on the Linuxppc-embedded list, you disagreed
with my suggestion (FAQ on u-boot hanging after relocation), and I tend
to agree (I skipped over the _restart_ statement previous).
Given that it is a problem on restart, I would speculate you have a
peripheral (ethernet is your #1 suspect) that isn't being shut down
before you reset/reboot. As a result, a packet comes in after you
reboot and your peripheral (ethernet) DMAs the packet into memory in the
middle of somewhere it doesn't belong. Kabango.
gvb
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-03-04 17:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-04 16:24 [U-Boot-Users] after a sw reset, u-boot hangs in relocate_code Jaka Močnik
2005-03-04 17:14 ` Jerry Van Baren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox