imx8M mini build .wic.bz2 image

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

imx8M mini build .wic.bz2 image

Jump to solution
491 Views
kajolkharbanda
NXP Employee
NXP Employee

i am trying to build image for imx8mmevk machine (imx8M mini) using

bitbake core-image-minimal

 

i am unable to find wic.bz2 image in tmp/deploy/images/imx8mmevk/

 

how to add this support?

Tags (1)
0 Kudos
Reply
1 Solution
460 Views
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @kajolkharbanda,

I hope you are doing well.

Please mention the yocto release you are using & step followed.

One can try adding the below line in local.conf

 

IMAGE_FSTYPES += " wic.bz2 "

 

 

Thanks & Regards,
Dhruvit Vasavada

View solution in original post

0 Kudos
Reply
3 Replies
461 Views
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @kajolkharbanda,

I hope you are doing well.

Please mention the yocto release you are using & step followed.

One can try adding the below line in local.conf

 

IMAGE_FSTYPES += " wic.bz2 "

 

 

Thanks & Regards,
Dhruvit Vasavada

0 Kudos
Reply
428 Views
kajolkharbanda
NXP Employee
NXP Employee

how to clean the build?

if i have made print changes in some kernel source files,

how to build clean to reflect the changes.

0 Kudos
Reply
414 Views
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @kajolkharbanda,

I hope you are doing well.

One should create a patch and add it to the SRC_URI variable of linux-imx recipe.

Please move the custom patch to /sources/meta-imx/meta-bsp/recipes-kernel/linux/linux-imx.

Please add below line in /sources/meta-imx/meta-bsp/recipes-kernel/linux/linux-imx_5.15.bb

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI += "file://0001-custom-changes.patch \
                      "

Please run  below commands.

$ bitbake linux-imx

$ bitbake <image>

Thanks & Regards,
Dhruvit Vasavada

0 Kudos
Reply