User Tools

Site Tools


tutorials:ct1:development:compiling_latest_kernel_for_cubietruck_cubieboard3

This is an old revision of the document!


Compiling Latest Kernel For Cubietruck Cubieboard3

About this Article

Abstract

Here is guide for compiling your customized kernel for cubietruck(cubieboard3). Cubieteam is maintaining a linux kernel forked from linux-sunxi, the latest kerenl for cubietruck(cubieboard3) can be get from http://github.com/cubieboard2/linux-sunxi.

Getting the Source

$git clone http://github.com/cubieboard2/linux-sunxi.git
$cd linux-sunxi
$git checkout -b cubietruck-dev origin/cubietruck-dev

Compiling

$cp arch/arm/configs/cubietruck_defconfig .config
$make ARCH=arm menuconfig
--->here we enter the NCURSE gui, and make some customizing
$make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules

See Also

tutorials/ct1/development/compiling_latest_kernel_for_cubietruck_cubieboard3.1382542017.txt.gz · Last modified: 2013/12/23 14:50 (external edit)