User Tools

Site Tools


tutorials:ct1:development:compiling_latest_kernel_for_cubietruck_cubieboard3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tutorials:ct1:development:compiling_latest_kernel_for_cubietruck_cubieboard3 [2013/10/23 23:26]
benn created
tutorials:ct1:development:compiling_latest_kernel_for_cubietruck_cubieboard3 [2013/12/23 14:50] (current)
Line 9: Line 9:
  
 ===== Abstract ===== ===== 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.+Here is guide for compiling your customized kernel for cubietruck(cubieboard3). Cubieteam is maintaining a linux kernel forked from linux-sunxi,​ the latest ​kernel ​for cubietruck(cubieboard3) can be obtained ​from http://​github.com/​cubieboard2/​linux-sunxi.
  
 ===== Getting the Source ===== ===== Getting the Source =====
  
-  $git clone http://​github.com/​cubieboard2/​linux-sunxi.git +  $git clone http://​github.com/​cubieboard/​linux-sunxi.git 
-  $cd linux-sunxi +  $git clone https://​github.com/​cubieboard/​cubie_configs 
-  $git checkout -b cubietruck-dev origin/cubietruck-dev+
  
  
 ===== Compiling ===== ===== Compiling =====
  
-  $cp arch/arm/​configs/​cubietruck_defconfig .config+  $cp cubie_configs/kernel-configs/3.4/​cubietruck_defconfig ​linux-sunxi/​.config 
 +  $cd linux-sunxi 
 +  $git checkout -b cubie-3.4 cubie/​sunxi-3.4
   $make ARCH=arm menuconfig   $make ARCH=arm menuconfig
-  --->here we enter the NCURSE gui, and make some customizing+  ​$-->change as you want-->​and ​save the new config
   $make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules   $make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage modules
  
  
-=== See Also ===+===== See Also ===== 
 +  * http://​github.com/​linux-sunxi 
 +  * http://​linux-sunxi.org/​FirstSteps
  
 <WRAP noprint> <WRAP noprint>
 {{tag>​Cubieboard Cubietruck}} {{tag>​Cubieboard Cubietruck}}
 </​WRAP>​ </​WRAP>​
tutorials/ct1/development/compiling_latest_kernel_for_cubietruck_cubieboard3.1382542017.txt.gz · Last modified: 2013/12/23 14:50 (external edit)