I am using imx 8mplus lpddr4 evk. I build the yocto image for the latest BSP of IMXLXYOCTOUG v.LF6.6.3_1.0.0. I successfully build the image but imx-image-full-imx8mpevk.wic.zst file is not created.
I know only wic.zst file is directly flashed into the sd card. without wic.zst file how to boot up the target.is it required to do any configurations in the new BSP MXLXYOCTOUG v.LF6.6.3_1.0.0 to create wic.zst file?
if anyone knows how to flash uboot, kernel,rootfs into sd card . please let me know.
Thanks&Regards
srinivas
Hello @srinivas_123
Could you please share your steps to replicate by mi side?
Also, if possible the list of the files generated by Yocto.
Best regards.
Salas.
Hello @srinivas_123
The image was generated successfully, you can see the file with extension .wic.zst.
You can decompress that file with zstd -d your_file.wic.zst command and you will have your pure wic file.
Best regards.
Salas.