From: Dmitry Krivoschekov <dmitry.krivoschekov@gmail.com>
To: Wolfgang Draxinger <wdraxinger@darkstargames.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux on XScale 270
Date: Sun, 24 Jun 2007 00:23:29 +0400 [thread overview]
Message-ID: <467D8141.7040604@gmail.com> (raw)
In-Reply-To: <200706231618.44659.wdraxinger@darkstargames.de>
Wolfgang Draxinger wrote:
> Typing "Linux XScale 270 or 27x" brings you a lot of pages but not an
Probably "XScale 270" is not the best word combination for this,
the exact processor name is PXA270 (formerly Intel, now Marvell).
> in depth doc/HOWTO how to compile your own kernel and make a boot
> image for that arch. The vendor from which I get the XScale sponsored
> has ready to use Linux images and source on his webpage, but they're
> kinda old and dusty.
> http://www.toradex.ch/colibri_downloads/Linux/
>
> So what are the steps I've to take, to get a Linux Kernel on a XScale?
Assuming the mainline kernel already includes support for your machine,
1. get the latest stable Linux kernel
2. compile the kernel:
make ARCH=arm CROSS_COMPILE=<your_crosscompiler_prefix>
<your_machine_name>_defconfig
make <kernel_image_name>
For example, to compile the kernel for Mainstone platform
with blob flashed, do the following:
make ARCH=arm CROSS_COMPILE=arm-linux- mainstone_defconfig
make zImage
3. boot the image as appropriate for your bootloader
>
> It's obvious that I need a cross compiler for ARM, bootloader images
> and so on, but it's the gory details I'm curios about.
>
> Links to HOWTOs, documentation highly appreciated. And probably
> there's also a better suited maillist than LKML for this, to a
> pointer to that (if existing) would be nice, too.
>
linux-arm-kernel@lists.arm.linux.org.uk - for kernel-specific issues
linux-arm@lists.arm.linux.org.uk - for general questions
these are the most appropriate lists for your questions
(your subscription is required).
Regards,
Dmitry
next prev parent reply other threads:[~2007-06-23 20:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-23 14:18 Linux on XScale 270 Wolfgang Draxinger
2007-06-23 20:23 ` Dmitry Krivoschekov [this message]
2007-06-23 21:07 ` Hans-Jürgen Koch
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=467D8141.7040604@gmail.com \
--to=dmitry.krivoschekov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=wdraxinger@darkstargames.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.