linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Kernel on MPC850FADS
@ 2001-01-19 15:15 Francois Tremblay
  2001-01-19 15:52 ` Dan Malek
  2001-01-19 16:06 ` Wolfgang Denk
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Tremblay @ 2001-01-19 15:15 UTC (permalink / raw)
  To: linuxppc-embedded


Hi,

I try to put the linux kernel 2.2-18 on a MPC850FADS of Motorola.
In arch/ppc/mbxboot/head.S file, there a ILAP_ADDRESS that is used to
decompress the kernel at boot.

The ILAP_ADDRESS refer to NVRAM of MBX and is not exist on a FADS board.

Someone know to fix this problem?

Thanks in advance,

Francois Tremblay
francois.tremblay@ieee.org

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

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

* Re: Kernel on MPC850FADS
  2001-01-19 15:15 Kernel on MPC850FADS Francois Tremblay
@ 2001-01-19 15:52 ` Dan Malek
  2001-01-19 16:06 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Dan Malek @ 2001-01-19 15:52 UTC (permalink / raw)
  To: Francois Tremblay; +Cc: linuxppc-embedded


Francois Tremblay wrote:

> The ILAP_ADDRESS refer to NVRAM of MBX and is not exist on a FADS board.
>
> Someone know to fix this problem?

There isn't anything to fix.  You are using a FADS board, not an
MBX.  Don't configure for an MBX and expect it to work on something else.


	-- Dan

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

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

* Re: Kernel on MPC850FADS
  2001-01-19 15:15 Kernel on MPC850FADS Francois Tremblay
  2001-01-19 15:52 ` Dan Malek
@ 2001-01-19 16:06 ` Wolfgang Denk
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2001-01-19 16:06 UTC (permalink / raw)
  To: Francois Tremblay; +Cc: linuxppc-embedded


Dear Francois,

in message <200101191515.KAA04626@hermes.usherb.ca> you wrote:
>
> I try to put the linux kernel 2.2-18 on a MPC850FADS of Motorola.

I'm not sure which kernel you are using - but the plain 2.2.18 kernel
from ftp.kernel.org etc. is probably NOT a good  starting  point  for
the embedded PowerPC systems.

> In arch/ppc/mbxboot/head.S file, there a ILAP_ADDRESS that is used to
> decompress the kernel at boot.
> The ILAP_ADDRESS refer to NVRAM of MBX and is not exist on a FADS board.
>
> Someone know to fix this problem?

Well, one possible approach could be to use PPCBoot to load and start
Linux. PPCBoot has been ported to the FADS boards, so it's more or or
less an compile & install & run issue. See the PPCBoot  project  page
at Sourceforge. Source is available using anon-CVS at Sourceforge, or
for FTP on ftp://ftp.denx.de/pub/ppcboot/

With PPCboot, all the stuff inthe mbxboot directory becomes  obsolete
since  PPCBoot  knows  how  to  load,  uncompress a Linux kernel, and
possibly also load a ramdisk image.  Kernel  boot  arguments  can  be
saved  in  flash, so you don't have to enter them each time you boot,
or recompile the kernel to change them. Network booting and a  couple
of other goodies are available, too.

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
When all else fails, read the instructions.

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

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

end of thread, other threads:[~2001-01-19 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-19 15:15 Kernel on MPC850FADS Francois Tremblay
2001-01-19 15:52 ` Dan Malek
2001-01-19 16:06 ` Wolfgang Denk

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