User Tools

Site Tools


tutorials:dvk521:documentations:a20:kernel_porting_and_configuration

Differences

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

Link to this comparison view

tutorials:dvk521:documentations:a20:kernel_porting_and_configuration [2013/12/10 17:29]
waveshare
tutorials:dvk521:documentations:a20:kernel_porting_and_configuration [2014/03/13 14:40] (current)
waveshare
Line 2: Line 2:
  
 ==== Kernel Porting ==== ==== Kernel Porting ====
-The zipped kernel linux-sunxi-sunxi-3.4.61.tar.gz can be found on [[http://​dl.cubieboard.org/​parteners/​waveshare/​Source_Code/​COMMON/​|linux-sunxi-sunxi-3.4.61.tar.gz]],​ the kernel config file can be found on [[http://​dl.cubieboard.org/​parteners/​waveshare/​Source_Code/​A20/​kernel%20configs/​|cubieboard2_defconfig]]+The zipped kernel linux-sunxi-sunxi-3.4.61.tar.gz can be found on [[http://​dl.cubieboard.org/​parteners/​waveshare/​Source_Code/​COMMON/​|linux-sunxi-sunxi-3.4.61.tar.gz]],​ the kernel config file can be found on [[http://​dl.cubieboard.org/​parteners/​waveshare/​Source_Code/​a20-cubieboard-dvk/​kernel%20configs/​|cubieboard2_defconfig]]
 Or can be obtained from the internet: Or can be obtained from the internet:
 https://​github.com/​linux-sunxi/​linux-sunxi/​releases ​ , https://​github.com/​linux-sunxi/​linux-sunxi/​releases ​ ,
Line 28: Line 28:
   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: ​
 +
 {{:​tutorials:​dvk521:​documentations:​a20:​a20_2.jpg}} {{:​tutorials:​dvk521:​documentations:​a20:​a20_2.jpg}}
  
tutorials/dvk521/documentations/a20/kernel_porting_and_configuration.txt · Last modified: 2014/03/13 14:40 by waveshare