menuconfig imx8 android 12

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

menuconfig imx8 android 12

792 次查看
YuriiA07
Contributor III

How can I call menuconfig for kernel in proper way?

For building image I make next:
1) I got AOSP sources and prepare build system
2) source build/envsetup.sh
3) lunch 63  /* imx8mp EVK */
4) ./imx-make.sh -j4
5) flash with UUU

And it is works, BUT I need also add some features into kernel

So how it is possible edit kernel(add driver) without manual changing of config files?

Thanks!

0 项奖励
1 回复

780 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello Yuri,

The kernel can be configure by menuconfig, the android kernel please check:

https://source.android.com/docs/core/architecture/kernel/config

 

Regards

0 项奖励