linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Linux ppc newbie boot sequense
@ 1999-11-22 19:05 Francois Guimond
  1999-11-22 22:59 ` Dan Malek
  0 siblings, 1 reply; 4+ messages in thread
From: Francois Guimond @ 1999-11-22 19:05 UTC (permalink / raw)
  To: linuxppc-embedded


Excuse me for de obivious question, but I am a newbie...

I am trying to install a linux kernel on MPC8240 cpu in a limited flash
space.
(Motorola sandpoint evaluation platform 512kb flash 32MB ram and dink32
software)

I have got a PPC zImage compiled.

My question is what do I put at First Instruction?
Do I need Lilo?
Where is the first instruction of the kernel in a zImage?

I want only serial console first.

Because there is no CPM  in it, I wanted to postpone the networking
features.
It means no root over nfs...

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

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

* Re: Linux ppc newbie boot sequense
  1999-11-22 19:05 Linux ppc newbie boot sequense Francois Guimond
@ 1999-11-22 22:59 ` Dan Malek
  1999-11-23 16:03   ` Francois Guimond
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Malek @ 1999-11-22 22:59 UTC (permalink / raw)
  To: Francois Guimond; +Cc: linuxppc-embedded


Francois Guimond wrote:


> I am trying to install a linux kernel on MPC8240 cpu in a limited flash
> space.
> (Motorola sandpoint evaluation platform 512kb flash 32MB ram and dink32
> software)


OK, I guess it is time to post what I have.  This is kinda, sorta running.

> I have got a PPC zImage compiled.

Unless you make a few changes in arch/ppc/kernel, including creating
some 8240 specific start up functions, it won't matter where you
place the First Instruction :-).


> Because there is no CPM  in it, I wanted to postpone the networking
> features.
> It means no root over nfs...

No, this works fine with a PCI Ethernet card.

Since the 8240/Sandpoint has such a small flash rom, it is your
only choice.  There isn't room to store a Linux kernel or compressed
ram disk.  You have to download the kernel over the serial port and
use diskless NFS.  Even though it has a standard IDE and floppy
interface, there are no provisions in Dink to load an image from
these.......Guess it is time to write yet another Linux flash rom.


	-- Dan

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

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

* Re: Linux ppc newbie boot sequense
  1999-11-22 22:59 ` Dan Malek
@ 1999-11-23 16:03   ` Francois Guimond
  1999-11-23 18:04     ` Dan Malek
  0 siblings, 1 reply; 4+ messages in thread
From: Francois Guimond @ 1999-11-23 16:03 UTC (permalink / raw)
  To: Dan Malek; +Cc: linuxppc-embedded


Dan Malek wrote:

> Francois Guimond wrote:
>
> > I am trying to install a linux kernel on MPC8240 cpu in a limited flash
> > space.
> > (Motorola sandpoint evaluation platform 512kb flash 32MB ram and dink32
> > software)
>
> OK, I guess it is time to post what I have.  This is kinda, sorta running.
>

What have you got?

Thanks for the clues!

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

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

* Re: Linux ppc newbie boot sequense
  1999-11-23 16:03   ` Francois Guimond
@ 1999-11-23 18:04     ` Dan Malek
  0 siblings, 0 replies; 4+ messages in thread
From: Dan Malek @ 1999-11-23 18:04 UTC (permalink / raw)
  To: Francois Guimond; +Cc: linuxppc-embedded


Francois Guimond wrote:


> What have you got?

An 8240/Sandpoint that will boot up using a PCI Ethernet card
and will use an NFS root file system.  The console doesn't work
properly because I didn't finish the 8259 interrupt controller
code.  You can start up Apache, inetd, and do everything over
the network.

I'll try to get it checked into the latest 2.3.xx source tree
(it is based on 2.3.16) over our Thanksgiving holiday weekend.


	-- Dan

** 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:[~1999-11-23 18:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-11-22 19:05 Linux ppc newbie boot sequense Francois Guimond
1999-11-22 22:59 ` Dan Malek
1999-11-23 16:03   ` Francois Guimond
1999-11-23 18:04     ` Dan Malek

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