menuconfig imx8 android 12

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

menuconfig imx8 android 12

709 Views
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 Kudos
1 Reply

697 Views
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 Kudos