User Tools

Site Tools


tutorials:dvk521:documentations:kernel_porting_and_configuration

Differences

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

Link to this comparison view

tutorials:dvk521:documentations:kernel_porting_and_configuration [2013/11/21 16:31]
waveshare
tutorials:dvk521:documentations:kernel_porting_and_configuration [2013/12/23 14:50] (current)
Line 1: Line 1:
 ====== Kernel Porting and Configuration ====== ====== Kernel Porting and Configuration ======
  
-===== Kernel Porting ​=====+==== Kernel Porting ====
 Get the linux kernel source code [[http://​dl.cubieboard.org/​parteners/​waveshare/​Source_Code/​linux-sunxi-sunxi-3.4.61.tar.gz|linux-sunxi-sunxi-3.4.61]],​ Get the linux kernel source code [[http://​dl.cubieboard.org/​parteners/​waveshare/​Source_Code/​linux-sunxi-sunxi-3.4.61.tar.gz|linux-sunxi-sunxi-3.4.61]],​
 Or can be obtained from the internet: Or can be obtained from the internet:
Line 29: Line 29:
   CROSS_COMPILE ​  ?= arm-linux-gnueabihf-   CROSS_COMPILE ​  ?= arm-linux-gnueabihf-
 ARCH specifies the target platform as arm, CROSS_COMPILE assigns the cross compile tool chain. As shown in the picture below: ​ ARCH specifies the target platform as arm, CROSS_COMPILE assigns the cross compile tool chain. As shown in the picture below: ​
 +
 {{.:​document-5_1.jpg}} {{.:​document-5_1.jpg}}
 +
 Note: the vim editor is recommended. Note: the vim editor is recommended.
  
tutorials/dvk521/documentations/kernel_porting_and_configuration.1385022708.txt.gz · Last modified: 2013/12/23 14:50 (external edit)