User Tools

Site Tools


tutorials:expansion_boards_dvk:dvk521:documentations:a10:kernel_porting_and_configuration

Differences

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

Link to this comparison view

tutorials:expansion_boards_dvk:dvk521:documentations:a10:kernel_porting_and_configuration [2014/06/28 15:09]
waveshare created
tutorials:expansion_boards_dvk:dvk521:documentations:a10:kernel_porting_and_configuration [2014/06/28 16:52] (current)
waveshare
Line 12: Line 12:
   #tar -xzvf linux-sunxi-sunxi-3.4.61.tar.gz   #tar -xzvf linux-sunxi-sunxi-3.4.61.tar.gz
 Now we get the linux-sunxi-sunxi-3.4.61 original source code, as shown in the picture below: Now we get the linux-sunxi-sunxi-3.4.61 original source code, as shown in the picture below:
-{{..:​document-5_1.jpg}}+ 
 +{{:​tutorials:​dvk521:​document-5_1.jpg}}
  
  
Line 30: Line 31:
 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_2.jpg}}+{{:​tutorials:​dvk521:​document-5_2.jpg}}
  
 Note: the vim editor is recommended. Note: the vim editor is recommended.
Line 47: Line 48:
   #make menuconfig   #make menuconfig
 Config the kernel on the popup window, as shown in the picture below: Config the kernel on the popup window, as shown in the picture below:
-{{..:​document-5_3.jpg}}+ 
 +{{:​tutorials:​dvk521:​document-5_3.jpg}} 
  
 === Compile the kernel ===  === Compile the kernel === 
tutorials/expansion_boards_dvk/dvk521/documentations/a10/kernel_porting_and_configuration.1403939353.txt.gz · Last modified: 2014/06/28 15:09 by waveshare