Apalis iMX6Q : Yocto build does not show deployable tarball

Hello Team,

I am using Ixora carrier board(V1.1A) with Apalis iMX6Q 2GB IT(V1.1C). I wanted to build the ‘reference-multimedia-image’ using Yocto Project with BSP 5 version (on Ubuntu-20.04 with linux kernel 5.11.0-46-generic) by following the steps given in the link below ;

But the ‘deploy/images/apalis-imx6’ folder has no Tezi image tarball (other dtb’s and uImage, zImage have been created). How can I get it?

I have used below bitbake commands :
bitbake tdx-reference-multimedia-image -c populate_sdk
bitbake virtual/kernel

Kindly guide me with this and let me know if I am missing out on something. Thank you.

HI @apurva

Welcome to Toradex community.

Could you please check with bitbake -k tdx-reference-multimedia-image?

Hello Ashok,
Thank you so much for the reply. It did worked for me.

Hi @apurva

Glad it worked.

Thanks for the update.