linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Kernel hangs on EP862-1.1 during boot
@ 2003-09-03 22:02 Jan Dominik Baranski
  2003-09-04  7:11 ` Jaap-Jan Boor
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Dominik Baranski @ 2003-09-03 22:02 UTC (permalink / raw)
  To: linuxppc-embedded


Hello all,
I'm having trouble getting a 2.4.22 kernel to boot on an Embedded Planet
EP862-1.1 board (based on an MPC860). I get this:
---
Loaded addresses 00400000 through 0049FFFF.
 >go
[Go 00400000]

loaded at:     00400000 004A31F4
relocated to:  00180000 002231F4
board data at: 00220128 00220144
relocated to:  001862E0 001862FC
zimage at:     001868A0 0021F3EC
avail ram:     00224000 01000000

Linux/PPC load: console=ttyS0,9600
Uncompressing Linux...done.
Now booting the kernel

<just hangs here>

---
I've searched the archives, but no one seems to have this board/problem
combination. I've made sure the watchdog timer is disabled and that the
IMMR (0xfa200000) is set correctly. Being pretty new to this, I don't
really know where else to look. Maybe something related to m8xx_board_info?

The thing is, I've been able to get an old kernel (2.4.7) from Timesys
that's configured for an RPX Classic board to boot correctly. I just
can't figure out what they may have done that I haven't.

Any suggestions??

Thanks

-Jan


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: Kernel hangs on EP862-1.1 during boot
  2003-09-03 22:02 Kernel hangs on EP862-1.1 during boot Jan Dominik Baranski
@ 2003-09-04  7:11 ` Jaap-Jan Boor
  0 siblings, 0 replies; 4+ messages in thread
From: Jaap-Jan Boor @ 2003-09-04  7:11 UTC (permalink / raw)
  To: Jan Dominik Baranski; +Cc: linuxppc-embedded


Hi Jan,

What you could do is check of your board data that is passed to the kernel
is still valid in start_kernel.
Also, are you sure you have the kernel uart driver properly configured
(i.e. it works but you don't see anything)

Jaap-Jan

Jan Dominik Baranski wrote:
>
> Hello all,
> I'm having trouble getting a 2.4.22 kernel to boot on an Embedded Planet
> EP862-1.1 board (based on an MPC860). I get this:
> ---
> Loaded addresses 00400000 through 0049FFFF.
>  >go
> [Go 00400000]
>
> loaded at:     00400000 004A31F4
> relocated to:  00180000 002231F4
> board data at: 00220128 00220144
> relocated to:  001862E0 001862FC
> zimage at:     001868A0 0021F3EC
> avail ram:     00224000 01000000
>
> Linux/PPC load: console=ttyS0,9600
> Uncompressing Linux...done.
> Now booting the kernel
>
> <just hangs here>
>
> ---
> I've searched the archives, but no one seems to have this board/problem
> combination. I've made sure the watchdog timer is disabled and that the
> IMMR (0xfa200000) is set correctly. Being pretty new to this, I don't
> really know where else to look. Maybe something related to m8xx_board_info?
>
> The thing is, I've been able to get an old kernel (2.4.7) from Timesys
> that's configured for an RPX Classic board to boot correctly. I just
> can't figure out what they may have done that I haven't.
>
> Any suggestions??
>
> Thanks
>
> -Jan
>

--
J.G.J. Boor			  Anton Philipsweg 1
Software Engineer		  1223 KZ Hilversum
AimSys bv              		  tel. +31 35 689 1941
Postbus 2194, 1200 CD Hilversum   mailto:jjboor@aimsys.nl

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* RE: Kernel hangs on EP862-1.1 during boot
@ 2003-09-04 12:31 Steven Blakeslee
  2003-09-04 18:52 ` Jan Dominik Baranski
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Blakeslee @ 2003-09-04 12:31 UTC (permalink / raw)
  To: 'Jan Dominik Baranski', linuxppc-embedded


I got the linuxppc_2_4_devel tree at http://ppc.bkbits.net/ to boot with no
problem.  The compiler I used was ELDK.  The config file was
arch/ppc/configs/rpxcllf_defconfig.

-----Original Message-----
From: Jan Dominik Baranski [mailto:jdb2@ece.msstate.edu]
Sent: Wednesday, September 03, 2003 6:02 PM
To: linuxppc-embedded@lists.linuxppc.org
Subject: Kernel hangs on EP862-1.1 during boot



Hello all,
I'm having trouble getting a 2.4.22 kernel to boot on an Embedded Planet
EP862-1.1 board (based on an MPC860). I get this:
---
Loaded addresses 00400000 through 0049FFFF.
 >go
[Go 00400000]

loaded at:     00400000 004A31F4
relocated to:  00180000 002231F4
board data at: 00220128 00220144
relocated to:  001862E0 001862FC
zimage at:     001868A0 0021F3EC
avail ram:     00224000 01000000

Linux/PPC load: console=ttyS0,9600
Uncompressing Linux...done.
Now booting the kernel

<just hangs here>

---
I've searched the archives, but no one seems to have this board/problem
combination. I've made sure the watchdog timer is disabled and that the
IMMR (0xfa200000) is set correctly. Being pretty new to this, I don't
really know where else to look. Maybe something related to m8xx_board_info?

The thing is, I've been able to get an old kernel (2.4.7) from Timesys
that's configured for an RPX Classic board to boot correctly. I just
can't figure out what they may have done that I haven't.

Any suggestions??

Thanks

-Jan


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: Kernel hangs on EP862-1.1 during boot
  2003-09-04 12:31 Steven Blakeslee
@ 2003-09-04 18:52 ` Jan Dominik Baranski
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Dominik Baranski @ 2003-09-04 18:52 UTC (permalink / raw)
  To: linuxppc-embedded


Thanks for the help. Until some of you mentioned it, I didn't even think
the linuxppc kernels were any different from the kernel.org
kernel+patches. After some wrestling with BitKeeper, I've got
linuxppc_2_4_devel working great.

Thanks again

-Jan

Steven Blakeslee wrote:
> I got the linuxppc_2_4_devel tree at http://ppc.bkbits.net/ to boot with no
> problem.  The compiler I used was ELDK.  The config file was
> arch/ppc/configs/rpxcllf_defconfig.
>
> -----Original Message-----
> From: Jan Dominik Baranski [mailto:jdb2@ece.msstate.edu]
> Sent: Wednesday, September 03, 2003 6:02 PM
> To: linuxppc-embedded@lists.linuxppc.org
> Subject: Kernel hangs on EP862-1.1 during boot
>
> Hello all,
> I'm having trouble getting a 2.4.22 kernel to boot on an Embedded Planet
> EP862-1.1 board (based on an MPC860). I get this:
> ---
> Loaded addresses 00400000 through 0049FFFF.
>  >go
> [Go 00400000]
>
> loaded at:     00400000 004A31F4
> relocated to:  00180000 002231F4
> board data at: 00220128 00220144
> relocated to:  001862E0 001862FC
> zimage at:     001868A0 0021F3EC
> avail ram:     00224000 01000000
>
> Linux/PPC load: console=ttyS0,9600
> Uncompressing Linux...done.
> Now booting the kernel
>
> <just hangs here>
>
> ---
> I've searched the archives, but no one seems to have this board/problem
> combination. I've made sure the watchdog timer is disabled and that the
> IMMR (0xfa200000) is set correctly. Being pretty new to this, I don't
> really know where else to look. Maybe something related to m8xx_board_info?
>
> The thing is, I've been able to get an old kernel (2.4.7) from Timesys
> that's configured for an RPX Classic board to boot correctly. I just
> can't figure out what they may have done that I haven't.
>
> Any suggestions??
>
> Thanks
>
> -Jan
>
>


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2003-09-04 18:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-03 22:02 Kernel hangs on EP862-1.1 during boot Jan Dominik Baranski
2003-09-04  7:11 ` Jaap-Jan Boor
  -- strict thread matches above, loose matches on Subject: below --
2003-09-04 12:31 Steven Blakeslee
2003-09-04 18:52 ` Jan Dominik Baranski

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).