Difference between revisions of "CT-PC89E/Emdebian"
From eLinux.org
(→External links) |
|||
| Line 15: | Line 15: | ||
$ cd arm-netbook | $ cd arm-netbook | ||
$ git checkout --track -b ct-pc89e/2.6.24/from-smartq origin/ct-pc89e/2.6.24/from-smartq | $ git checkout --track -b ct-pc89e/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> | ||
Revision as of 21:10, 1 April 2010
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 ct-pc89e/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-