Difference between revisions of "CT-PC89E/Emdebian"
From eLinux.org
(→External links) |
Peter Huewe (Talk | contribs) (Added to category CT-PC89E) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 14: | Line 14: | ||
$ git clone https://alioth.debian.org/anonscm/git/arm-netbook/arm-netbook.git | $ git clone https://alioth.debian.org/anonscm/git/arm-netbook/arm-netbook.git | ||
$ cd arm-netbook | $ cd arm-netbook | ||
| − | $ git checkout --track -b | + | $ git checkout --track -b 2.6.24-from-smartq origin/ct-pc89e/2.6.24/from-smartq |
| + | </pre> | ||
| + | |||
| + | = Building = | ||
| + | |||
| + | == Building the kernel == | ||
| + | <pre> | ||
| + | $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- menuconfig | ||
| + | $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- | ||
</pre> | </pre> | ||
| Line 24: | Line 32: | ||
* [http://wiki.debian.org/EmdebianToolchain Emdebian Toolchain] | * [http://wiki.debian.org/EmdebianToolchain Emdebian Toolchain] | ||
* [https://alioth.debian.org/scm/?group_id=100475 Git repository in ''alioth''] | * [https://alioth.debian.org/scm/?group_id=100475 Git repository in ''alioth''] | ||
| + | |||
| + | |||
| + | [[Category: CT-PC89E]] | ||
Latest revision as of 21:47, 13 April 2011
Contents |
Preparations
Getting the Toolchain
$ sudo apt-get install emdebian-archive-keyring $ sudo sh -c 'echo deb http://buildd.emdebian.org/debian unstable main > /etc/apt/sources.list.d/emdebian.list' $ sudo apt-get update $ sudo apt-get install linux-libc-dev-armel-cross libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi \ gcc-4.3-arm-linux-gnueabi gcc-4.4-arm-linux-gnueabi
Getting the kernel
$ git clone https://alioth.debian.org/anonscm/git/arm-netbook/arm-netbook.git $ cd arm-netbook $ git checkout --track -b 2.6.24-from-smartq origin/ct-pc89e/2.6.24/from-smartq
Building
Building the kernel
$ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- menuconfig $ make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi-