linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* 2.3 kernels
@ 2000-07-27 19:01 Mike Coy
  2000-07-27 20:21 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Coy @ 2000-07-27 19:01 UTC (permalink / raw)
  To: linuxppc-embedded


I'm trying to get a 2.3 kernel working on an RPX-LITE board.  After a bunch
of guesswork, I got it to compile.  A good number of hte things I disabled
can probably be re-enabled now, but that isn't the problem.  It now
compiles OK, but when I download it to the board and run it, I get no
output whatsoever.

Has anyone successfully ran a 2.3 kernel on one of these boards?

Thanks,
Mike

btw, the steps I took to get it to compile (from a stock 2.3.99pre9 kernel
from kernel.org) are:

edit the Makefile
         set ARCH to ppc
         set CROSS-COMPILE to powerpc-linux-
         comment out all lines referring to macintosh.a (odd linking problems)

in hte menuconfig,
         select 8xx-processors
         select rpx-lite
         turn off mouse support (i had some odd problem with adbmouse...)
         turn off special partition support (some odd problem with mac
partition)
         turn off ide support
         turn off ppp support
         turn off support for all ethernet devices (but leave ethernet on
if you want)
         turn off qspan-pci
         turn off magic sysreq key
         turn off appletalk
         turn off scsi
         turn off framebuffers
         turn off nvram support
         turn off usb support
         turn off virtual terminal support.
         turn on xmon debugging (or it complains for lack of debugger?)

after the make fails,
         add a symlink
                 arch/ppc/mbxboot/vmlinux.lds -> ../vmlinux.lds
         and rebuild (just the make zImage part)


** 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:[~2000-07-27 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-07-27 19:01 2.3 kernels Mike Coy
2000-07-27 20:21 ` 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).