Has anyone done a boot2qt image for the i.mx8 mini nxp board. I have built the qt xwayland yocto image and not sure how to create a toolchain and boot2qt image for commercial QT with support for this board. The board is 8MMINILPD4-EVK.
I was able to create a boot2qt qbsp for the imx8mmevk. For others looking at this, it really did not require much to do. Only changed one line in a .conf file and created a file imx8mmevk.conf to match the others. Was able to boot into qt and run samples. Was also able to debug through usb.
It is my understanding that Boot2Qt changed its name to Qt for Device Creation. There is no support for the i.MX8M Mini that I’m aware (I may be wrong, as it’s supported directly by Qt), but there is support for some i.MX8 boards.
I was able to create a boot2qt qbsp for the imx8mmevk. For others looking at this, it really did not require much to do. Only changed one line in a .conf file and created a file imx8mmevk.conf to match the others. Was able to boot into qt and run samples. Was also able to debug through usb.