From: Detlev Zundel <dzu@denx.de>
To: linuxppc-embedded@ozlabs.org
Subject: Re: Is the linux-2.6.25.4 compatible with freescale lite5200b?
Date: Wed, 04 Jun 2008 18:42:45 +0200 [thread overview]
Message-ID: <m2d4mx883e.fsf@ohwell.denx.de> (raw)
In-Reply-To: 70cc19fe0806031955v4478b886k94150ca9c9295a49@mail.gmail.com
Hi Henry,
> I want to use Linux as the OS of freescale lite5200b develop board. Then I have
> tried two version of kernel, 2.6.25.4 and 2.4.25.
> We succeed in 2.4.25, failed in 2.6.25.4. We use the default config file for
> the board, lite5200_defconfig, which would be found both in /arch/ppc/configs/.
That's the problem. The 5200 was never completely supported in
ARCH=ppc. You will need to switch to ARCH=powerpc (including all that
new exciting flat device tree infrastructure) where the board should
work.
In short (using bootwrapper only for demonstration purposes, in the long
run you want to use fdt aware infrastructure):
export ARCH=powerpc
make mpc5200_defconfig
make zImage
ls -l arch/powerpc/boot/cuImage.lite5200b
-rw-rw-r-- 1 dzu dzu 1587892 Jun 4 18:40 arch/powerpc/boot/cuImage.lite5200b
Note that lite5200b does not have its own config any more but uses a
common config + an individual device tree
(arch/powerpc/boot/dts/lite5200b.dts). The zImage target above does all
the magic...
Cheers
Detlev
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu@denx.de
next prev parent reply other threads:[~2008-06-04 16:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-04 2:55 Is the linux-2.6.25.4 compatible with freescale lite5200b? Henry Chen
2008-06-04 16:42 ` Detlev Zundel [this message]
2008-06-05 16:20 ` Mike Timmons
[not found] ` <dc1bef900806052346k4a9134bo3a995c4bf3f7b3bc@mail.gmail.com>
2008-06-06 8:27 ` Mike Timmons
2008-06-07 11:03 ` Detlev Zundel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2d4mx883e.fsf@ohwell.denx.de \
--to=dzu@denx.de \
--cc=linuxppc-embedded@ozlabs.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).