Stamp9G20

Aus Programmers Guide

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „= TaskIt Stamp9G20<br> = == Loading I2C-Support<br> == On the Development-System:<br> Install the Toolchain<br> tar -xvjf angstrom-2009.X-stable-armv5te-linux…“)
 
Zeile 1: Zeile 1:
-
= TaskIt Stamp9G20<br> =
+
= TaskIt Stamp9G20<br> =
-
== Loading I2C-Support<br> ==
+
== Loading I2C-Support<br> ==
-
On the Development-System:<br>
+
On the Development-System:<br>  
-
Install the Toolchain<br>
+
Install the Toolchain<br>  
-
tar -xvjf angstrom-2009.X-stable-armv5te-linux-gnueabi-toolchain.tar.bz2 /usr/local/angstrom/<br>
+
tar -xvjf angstrom-2009.X-stable-armv5te-linux-gnueabi-toolchain.tar.bz2 /usr/local/angstrom/<br>  
-
Extract the Kernel Sources<br>
+
Extract the Kernel Sources<br>  
-
tar -xvjf linux-2.6.29-stamp9g20.tar.bz2<br>cd linux-2.6.29-stamp9g20/<br>
+
tar -xvjf linux-2.6.29-stamp9g20.tar.bz2<br>cd linux-2.6.29-stamp9g20/<br>  
-
Do Standard-Config <br>
+
Do Standard-Config <br>  
-
make ARCH=arm stamp9g20evb_defconfig<br>
+
make ARCH=arm stamp9g20evb_defconfig<br>  
-
Configure the Kernel<br>
+
Configure the Kernel<br>  
-
make ARCH=arm menuconfig<br>
+
make ARCH=arm menuconfig<br>  
-
Compiling the Modules <br>
+
Compiling the Modules <br>  
-
make ARCH=arm CROSS_COMPILE=/usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi- modules<br>
+
make ARCH=arm CROSS_COMPILE=/usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi- modules<br>
 +
 
 +
Copy to the Develop Folder<br>
 +
 
 +
make ARCH=arm INSTALL_MOD_PATH=/develop/modules modules_install<br>

Aktuelle Version vom 20:35, 26. Sep. 2010

TaskIt Stamp9G20

Loading I2C-Support

On the Development-System:

Install the Toolchain

tar -xvjf angstrom-2009.X-stable-armv5te-linux-gnueabi-toolchain.tar.bz2 /usr/local/angstrom/

Extract the Kernel Sources

tar -xvjf linux-2.6.29-stamp9g20.tar.bz2
cd linux-2.6.29-stamp9g20/

Do Standard-Config

make ARCH=arm stamp9g20evb_defconfig

Configure the Kernel

make ARCH=arm menuconfig

Compiling the Modules

make ARCH=arm CROSS_COMPILE=/usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi- modules

Copy to the Develop Folder

make ARCH=arm INSTALL_MOD_PATH=/develop/modules modules_install

Persönliche Werkzeuge