disabling not required features in kernel configs and dts files

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

disabling not required features in kernel configs and dts files

448 Views
srinivas_123
Contributor III

i am using imx8mplus custom board.

i want to build the toolchain for this board.

i got confused between build the kernel using core-image-minimal and imx-image-full.

first scenario

bitbake core-image-minimal -c populate sdk

clone linux-imx

build the kernel

second scenario

bitbake imx-image-full -c populate-sdk

clone linux-imx

build the kernel

 

both scenarios , we get the kernel "image" , is there any difference between those "images" . it means any kernel modules are missed in core-image-minimal and any new kernel modules added or support in imx-image-full.

1.The both kernel "image" are same or different.

0 Kudos
Reply
1 Reply

418 Views
pengyong_zhang
NXP Employee
NXP Employee

hi, @srinivas_123 

You can get more information about the different betweet  core-image-minimal and imx-full-image on "i.MX_Yocto_Project_User's_Guide" file.

0 Kudos
Reply