Difference between revisions of "Kernel"

From Rockchip open source Document
Jump to: navigation, search
(Created page with " In your linux SDK root directory. enter to kernel directory.  <pre>cd kernel </pre> Config your kernel. For ARM v7: RK3288 <pre>make ARCH=arm rockchip_linux_defconfig...")
 
Line 46: Line 46:
 
</pre>
 
</pre>
  
It will generate 2 binary image: kernel.img, resource.img.&nbsp;
+
For rk3288-evb-rk1608 board. Use below command to build the kernel:&nbsp;
 +
<pre>make ARCH=arm rk3288-evb-rk1608.img -j8</pre>
 +
 
 +
It will generate 2 binary image: boot.img, kernel.img, resource.img.&nbsp;
  
 
kernel image: Please flash this binary to kernel partition
 
kernel image: Please flash this binary to kernel partition
  
 
resource image: it contain kernel dtb. Please flash this binary to resource partition
 
resource image: it contain kernel dtb. Please flash this binary to resource partition

Revision as of 09:48, 25 May 2018

In your linux SDK root directory. enter to kernel directory. 

cd kernel

Config your kernel.

For ARM v7: RK3288

make ARCH=arm rockchip_linux_defconfig

For ARM V8: RK3399, RK3328

make ARCH=arm64 rockchip_linux_defconfig

For RK3399 sapphire-excavator board, VS-RK3399 board, Rock960 board. Use below command to build the kernel: 

make ARCH=arm64 rk3399-sapphire-excavator-linux.img -j8

For firefly-rk3399 board. Use below command to build the kernel: 

make ARCH=arm64 rk3399-firefly-linux.img -j8

For firefly-rk3288 board. Use below command to build the kernel: 

make ARCH=arm rk3288-firefly.img -j8

For rk3288-evb-act8846 board. Use below command to build the kernel: 

make ARCH=arm rk3288-evb-act8846.img -j8

For rk3288-evb-rk808 board. Use below command to build the kernel: 

make ARCH=arm rk3288-evb-rk808-linux.img -j8

For rk3288 tinker board. Use below command to build the kernel: 

make ARCH=arm rk3288-miniarm.img -j8

For phytec-rk3288 board. Use below command to build the kernel: 

make ARCH=arm rk3288-phycore-rdk.img -j8

For rk3288 miqi board. Use below command to build the kernel: 

make ARCH=arm rk3288-miqi.img -j8

For rk3288-evb-rk1608 board. Use below command to build the kernel: 

make ARCH=arm rk3288-evb-rk1608.img -j8

It will generate 2 binary image: boot.img, kernel.img, resource.img. 

kernel image: Please flash this binary to kernel partition

resource image: it contain kernel dtb. Please flash this binary to resource partition