[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] LTIB support to Samsung S3C2440
From: |
Stuart Hughes |
Subject: |
Re: [Ltib] LTIB support to Samsung S3C2440 |
Date: |
Thu, 17 Mar 2011 19:53:56 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7 |
Hi Leonardo,
LTIB does not specifically support this architecture. However provided
you have a kernel that works for it you should be able to pick and
existing platform and clone that and modify to accommodate your kernel,
conceptually:
cp config/platform/_similar_arm_tgt config/platform/_new_arm
edit config/platform/_new_arm/main.lkc
rm .config
./ltib -m config
If you're lucky you may even be able to use an existing arm kernel with
a different .config file.
The list of ARM targets are:
grep 'default arm$' */main.lkc | uniq
arm9dimm3250/main.lkc: default arm
ea3131/main.lkc: default arm
ea3152/main.lkc: default arm
ea3250/main.lkc: default arm
ep93xx/main.lkc: default arm
imx21ads/main.lkc: default arm
imx27ads/main.lkc: default arm
imx31ads/main.lkc: default arm
lpd7a404/main.lkc: default arm
phy3250/main.lkc: default arm
Regards, Stuart
On 17/03/11 02:17, Leonardo Torok wrote:
> Hello,
>
> I'm new in the world of embedded systems. Recently, I've been studying
> Linux on ARM processors (I'm working with Linux for years now, but never
> with ARM architeture) and I'll do some projects in my work using this
> technology.
>
> I've ordered a development board (ARM-Friendly, with a Samsung S3C2440
> SoC) and I would like to know if LTIB supports this board and processor,
> since the initial configuration list where I define the target doesn't
> have an option for the S3C2440. It's possible to configure LTIB to use
> with this SoC?
>
> Regards,
>