상세 컨텐츠

본문 제목

[Hi3716C-Kernel] Kernel Build command

[C-11] Hi3716C

by eoseontaek 2013. 11. 26. 17:55

본문

Step 1 Switch to the kernel source code directory.

$ cd ./kernel


Step 2 Configure the kernel configuration file.

$ make hi3716c-android_defconfig


Step 3 Compile the kernel.

$ make uImage


Step 4 Copy the generated file to the out directory.

cp -avf arch/arm/boot/uImage ../out/target/product/godbox/kernel


Clear the kernel compilation result by running the following command:

$ make distclean



관련글 더보기