How to configure kernel compile option based Android kk4.4.2?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to configure kernel compile option based Android kk4.4.2?

856 Views
nickruan
Contributor II

Hi freescal,

I change the kernel configure file "imx6_android_defconfig" to change kernel drivers:

$ cd kernel-imx

$ export ARCH=arm
$ export CROSS_COMPILE=~/myandroid/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-

$ make imx6_android_defconfig

$ make uImage

$ cd ..

$ make bootimage

But I found the .config contents is reverting back and kernel configure is not changed, why ?

Thanks,

Nick

0 Kudos
Reply
1 Reply

750 Views
igorpadykov
NXP Employee
NXP Employee

Hi Nick

please try steps provided in sect.3 Building Android for i.MX

attached Android Guide.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply