kernel defconfig

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

kernel defconfig

Jump to solution
297 Views
skyone
Contributor I

Hellow,

    I want to update the version of kernel about fsl-lx2160。But the 5.10 kernel don't have rdb_defconfig,how to acquire rdb_defconfig on the version of 5.10 kernel ?  or still use  rdb_defconfig on the version of 5.4 kernel?

0 Kudos
1 Solution
267 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please run the following command in Linux Kernel folder to get .config file.

$ make ARCH=arm64 defconfig lsdk.config

View solution in original post

0 Kudos
1 Reply
268 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please run the following command in Linux Kernel folder to get .config file.

$ make ARCH=arm64 defconfig lsdk.config

0 Kudos