Flashing a bitbake made image on a iMX8MP board

Hello, I am using a Verdin iMX8MP module on a Yavia board.

I used the following settings:
TORADEX_RELEASE=dunfell-5.x.y
MACHINE=verdin-imx8mp
IMAGE=packagegroup-tdx-cli

I executed a bitbake command (so, bitbake packagegroup-tdx-cli) to build image. It looks like it was successful.
But I do not know what to do with it.

I expected a tarball that I could copy onto a USB stick so that easy installer could recover it - I could download such a .tar which unpacked content content was correctly detected by Easy Installer -, but it looks like I do not have such a content (see build/deploy/images/verdin-imx8mp content in the end of the post).

So what is the next step? Please note I do not mind using any other tool than Easy Installer.

Thank you for your help,

Christophe


Here is the content of my build/deploy/images/verdin-imx8mp directory:
fw_env.config
fw_env.config-verdin-imx8mp
fw_env.config-verdin-imx8mp-2020.04-r0
Image.gz
Image.gz–5.4.193+gitAUTOINC+f782992971-r0-verdin-imx8mp-20230116131146.bin
Image.gz-verdin-imx8mp.bin
imx8mp-verdin-nonwifi-dahlia–5.4.193+gitAUTOINC+f782992971-r0-verdin-imx8mp-20230116131146.dtb
imx8mp-verdin-nonwifi-dahlia.dtb
imx8mp-verdin-nonwifi-dahlia-verdin-imx8mp.dtb
imx8mp-verdin-nonwifi-dev–5.4.193+gitAUTOINC+f782992971-r0-verdin-imx8mp-20230116131146.dtb
imx8mp-verdin-nonwifi-dev.dtb
imx8mp-verdin-nonwifi-dev-verdin-imx8mp.dtb
imx8mp-verdin-wifi-dahlia–5.4.193+gitAUTOINC+f782992971-r0-verdin-imx8mp-20230116131146.dtb
imx8mp-verdin-wifi-dahlia.dtb
imx8mp-verdin-wifi-dahlia-verdin-imx8mp.dtb
imx8mp-verdin-wifi-dev–5.4.193+gitAUTOINC+f782992971-r0-verdin-imx8mp-20230116131146.dtb
imx8mp-verdin-wifi-dev.dtb
imx8mp-verdin-wifi-dev-verdin-imx8mp.dtb
imx-boot-tools
modules–5.4.193+gitAUTOINC+f782992971-r0-verdin-imx8mp-20230116131146.tgz
modules-verdin-imx8mp.tgz
u-boot.bin
u-boot.bin-sd
u-boot-initial-env-sd
u-boot-initial-env-verdin-imx8mp-sd
u-boot-initial-env-verdin-imx8mp-sd-2020.04-r0
u-boot-sd-2020.04-r0.bin
u-boot-spl.bin
u-boot-spl.bin-sd
u-boot-spl.bin-verdin-imx8mp
u-boot-spl.bin-verdin-imx8mp-2020.04-r0-sd-2020.04-r0
u-boot-spl.bin-verdin-imx8mp-sd
u-boot-verdin-imx8mp.bin
u-boot-verdin-imx8mp.bin-sd

Hello @christophe93 ,
Did you have a look at our tutorial?

This line is wrong:

IMAGE=packagegroup-tdx-cli

Because it is (as its name says) a package group , not an image

Best regards,
Josep

Hello Josep,

My mistake was indeed, I did build a wrong type of binary. I changed to tdx-reference-multimedia-image, and it works

Thank you

Hello @christophe93 ,

No problem, mistakes happen :slight_smile:
Glad that it helped you

Best regards,
Josep