Flashing yocto Image on verdin imx8mp board

Hello All,
I have toradex verdin imx8mp (Verdin Development board V1.1A). I have downloaded and compiled source code using yocto with help of bellow link.

in the local.conf i have added verdin-imx8mp
and compiled using “bitbake tdx-reference-minimal-image” command.

How i flashed yocto binary and how i can see debug logs on this board?

Hi @Gath

Welcome to toradex community

Please refer to the toradex-easy-installer article for flashing instructions.

1 Like

hi ashok,
Thanks for the quick reply.
i want to flash the linux yocto prebuilt binaries into emmc and boot from emmc.
what is the procedure for that ? we can see in nxp evk there are dip switches to select the boot mode(and can be flashed using uuu tool). how can be done it in toradex verdin imx8m plus board.
can we do it without using toradex easy installer.

Hi @Gath

Yes, the toradex easy installer is a GUI flashing tool that allows you to select which OS image you want to install. Prebuilt OS images will be fetched from our server. if you want to load a custom yocto image, copy the os image to Pendrive and connect to the target board. Once you select the required OS image and click on the install button, the Image will automatically flash into the internal Emmc.

1 Like