Mender with Colibri IMX8X and Yocto

I am trying to incorporate Mender with my yocto image for colibri imx8x.

I created a tdx-minimal reference image using the process outlined here:

I am able to install the image successfully on the board with no issues. However when I try to boot the system freezes on “Starting Kernel”.

I did a little bit of digging and it seems like the exact failure is at:

booti ${kernel_addr_r} - ${fdt_addr_r}

I have also posted the same question on the mender community:

I seem to be missing something in uboot. Do you know what the issue could be?

Hi @nmohan86

The simple answer is that colibri-imx8 support has not been added with Mender yet. I responded over on Mender hub with a bit more detail to point you in the right direction.

Drew