Hi,
I'm using a imx8qxp-mek board with the pre-built images (L4.14.98_2.0.0_ga_images_MX8QXPMEK.zip). I can use uuu.exe to download the image.
From the pre-built zip file, I can find a uuu.auto file, which has a line like this:
SDPS: boot -f imx-boot-imx8qxpmek-sd.bin-flash
But after a successful bitbake, I can only find imx-boot-imx8qxpmek-sd.bin-flash_spl and imx-boot-imx8qxpmek-sd.bin-flash_linux_m4 in my tmp/deploy/images/imx8qxpmek folder, but not imx-boot-imx8qxpmek-sd.bin-flash.
So my question is: how to build the .bin-flash file as in the pre-build image in yocto?