How to create new image include changes.

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

How to create new image include changes.

1,011 Views
kyumini0702
Contributor I

Hello.

I have i.MX8QM board and build the image using bitbake command .

I modified kernel driver and make kernel.  

I'd like to make build image for mfg-tool download. 

How to create new mfg-tool image include modified kernel

0 Kudos
Reply
1 Reply

934 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Kyumin Park,

The mfg-tool image inherits from the mfgtool-initramfs-image.bbclass, which depends on the linux-mfgtool package for the kernel which sets the kernel as “mfgtool”.

This means that you would need to change the defconfig for linux-imx-mfgtool. The recipe is the same kernel recipe with the configuration provided by this defconfig.

I hope this helps!

Regards,

0 Kudos
Reply