many images are generated after compiling i.mx6 yocto projuect.
how to use the following different rootfs images?
how to use UUU to fuse u-boot/zimage/rootfs to eMMC?
which rootfs file shoud be used?
imx-image-full.env |
imx-image-full-imx6qpsabresd-20240108113535.rootfs.manifest |
imx-image-full-imx6qpsabresd-20240108113535.rootfs.tar.zst |
imx-image-full-imx6qpsabresd-20240108113535.rootfs.wic.bmap |
imx-image-full-imx6qpsabresd-20240108113535.rootfs.wic.zst |
imx-image-full-imx6qpsabresd-20240108113535.testdata.json |
imx-image-full-imx-uboot-bootpart.wks |
modules--6.1.36+git0+04b05c5527-r0-imx6qpsabresd-20240104030808.tgz |
You can download the uuu document and tools from: Release Release uuu_1.5.165 · nxp-imx/mfgtools · GitHub
or refer to <4.2 Universal update utility> in Linux User guide. https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf
Command for your reference: uuu -b emmc_all <bootloader> <rootfs.wic.zst/*>
rootfs: imx-image-full-imx6qpsabresd-20240108113535.rootfs.wic.zst
Regards
Harvey
I can find nothing about dtb version with command uuu -b emmc_all <bootloader> <rootfs.wic.zst/*> .
which dtb is used?
I don't have the Yocto one but should be one as imx6qp-sabresd.dtb by default.
You can try pri fdtfile in uboot console to confirm it.
Regards
Harvey
how to use imx-image-full.env, rootfs.tar.zst, rootfs.wic.bmap, testdata.json, uboot-bootpart.wks?