In uuu.xen for im8qxpc0mek it mentioned "_image" and "_initramfs.cpio.gz.u-boot" where can we get these files and also in place of image what should be used xen image or linux image.
Also can i replace "_flash.bin" with "imx-boot-imx8qmmek-sd.bin-flash" and "board.dtb" with "fsl-imx8qm-mek-dom0.dtb". The reference of snippet mentioned below:
FB: ucmd setenv fastboot_buffer ${loadaddr}
FB: download -f _Image
FB: ucmd setenv fastboot_buffer ${fdt_addr}
FB: download -f _board.dtb
FB: ucmd setenv fastboot_buffer ${initrd_addr}
FB: download -f _initramfs.cpio.gz.u-boot
FB: acmd booti ${loadaddr} ${initrd_addr} ${fdt_addr}
Hello,
That file should be in your yocto deployed folder, please check it.
regards