Linux : Ubuntu 16.04
I've already copied bootloader(flash.bin) into the 1st partition of SD card.
I'm trying to copy rootfs into the 2nd partition according Linux User Guide. I quote the instruction below.
"Extract a rootfs package to a directory: for example, extract fsl-image-qt5-validation-imx-imx7ulpevk.tar.bz2
to /home/user/rootfs for example:"
Btw, how to extract the bz2 file from where?
My board is imx8mqevk. Is the bz2 file above compatible with my board?
Hi Rita,
Extracting the ba2 file can be done by "bitbake fsl-image-validation-imx DISTRO=fsl-imx-wayland MACHINE=imx8mqevk" as far as tried for example.
As a result of bitbake command, I've got fsl-image-validation-imx-imx8mqevk.tar.bz2 file under build_wayland/tmp/work/.... /deploy-fsl-image-validation-imx-image-complete folder. If you know better way, please let me know.
Regards,
Jeff