How to flash Yocto Project images on Colibri iMX6ULL?

Hi,
I have Colibri iMX6ULL module and want to flash yocto build images. Can you please provide steps for doing same?

Hi @rahul12789

You can try to use TEZI Downloads & Installers | Toradex Developer Center or you can flash the image from u-boot Flashing Embedded Linux to iMX6 Modules. I would recommend to use TEZI. Yocto should already output an image.json file which could be used as TEZI configuration file.

Regards,
Stefan

@stefan_e.tx : Thanks for reply but I coundn’t find image.json file in Yocto images. Can you please help? Please find images list in attachment

.

Hi @rahul12789

It looks like you’ve built the yocto image for the imx6ullevk which is a board from NXP. Please follow this manual:

The MACHINE name in conf/local.conf for the colibri-imx6ull is:

MACHINE ?= "colibri-imx6ull"

This is missing in the documentation, we will update that soon.

Regards,
Stefan

@stefan_e.tx : Right, Let me try steps that you have provided.

@stefan_e.tx : I can flash images using TEZI by following steps given by you. Thanx :slight_smile:

Hi Rahul, you are welcome.