linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Booting Linux on Custom PowerPC 405GP board
@ 2002-07-05  4:58 Jis Joy
  2002-07-05  8:25 ` AW: " Georg Klug
  0 siblings, 1 reply; 2+ messages in thread
From: Jis Joy @ 2002-07-05  4:58 UTC (permalink / raw)
  To: Ppc Embedded


Hi Friends,

I am new to Linux, I need help from you friends.

We got a custom PowerPC 405GP board, we want to boot Linux on that.

Board limitations are:
1. There is no network interface, only serial port. The kernel image has

to be  downloaded through the serial port. (network interface will be
added
to this card in future.)
2. The monitor code is also custom one, its no a Walnut ROM monitor.

I found out that the boot loader files are in
/src/linux/arch/ppc/boot/tree directory (Am I  correct ??).
What are the changes I have to make to boot linux.

Will it start booting, if I download the
/src/linux/arch/ppc/boot/image/vmlinux to the 0x00000000 location and
jump to that location ?? (the image is compiled for 405GP processor).

Thanks in advance,
Jis.


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

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

* AW: Booting Linux on Custom PowerPC 405GP board
  2002-07-05  4:58 Booting Linux on Custom PowerPC 405GP board Jis Joy
@ 2002-07-05  8:25 ` Georg Klug
  0 siblings, 0 replies; 2+ messages in thread
From: Georg Klug @ 2002-07-05  8:25 UTC (permalink / raw)
  To: Jis Joy, Ppc Embedded


Hi Jis,

> We got a custom PowerPC 405GP board, we want to boot Linux on that.
>
> Board limitations are:
> 1. There is no network interface, only serial port. The kernel image has
>
> to be  downloaded through the serial port. (network interface will be
> added
> to this card in future.)
> 2. The monitor code is also custom one, its no a Walnut ROM monitor.

Did you think about using PPCBOOT? This works really perfect with the Linux
kernel.

> I found out that the boot loader files are in
> /src/linux/arch/ppc/boot/tree directory (Am I  correct ??).
> What are the changes I have to make to boot linux.

The code from that standard kernel directory is only packaged arounfd the real
kernel
vmlinux.
Even if you don't want to use PPCBOOT, read its documentation. Then you get
good information on how the booting works.

> Will it start booting, if I download the
> /src/linux/arch/ppc/boot/image/vmlinux to the 0x00000000 location and
> jump to that location ?? (the image is compiled for 405GP processor).

Very unlikely, if you custom monitor was not designed for that. Some low level
initializations are not done in the kernel. Again the documentation of PPCBOOT
would give you a hint on what is possibly missing.

Georg


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

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

end of thread, other threads:[~2002-07-05  8:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-05  4:58 Booting Linux on Custom PowerPC 405GP board Jis Joy
2002-07-05  8:25 ` AW: " Georg Klug

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