Hi, Assuming you have a tar ball of the image the steps are roughly:
1. Format storage device (USB stick or SD card) in expected format, e.g. ext4 2. Mount storage device 3. Expand the rootfs onto the storage device, e.g. from the USB root directory: sudo tar --numeric-owner --preserve-permissions --preserve-order --totals --directory=<path to root of storage device> -xvf <path to image tar ball> Regards Steve From: [email protected] <[email protected]> On Behalf Of Peter Balazovic Sent: 19 December 2018 06:59 To: Yocto list discussion <[email protected]> Subject: [yocto] NXP Yocto imx-linux-sumo can't boot After building an image out of repo init -u https://source.codeaurora.org/external/imx/imx-manifest<https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fsource.codeaurora.org%2Fexternal%2Fimx%2Fimx-manifest> -b imx-linux-sumo -m imx-4.14.78-1.0.0_ga.xml build on 8qm machine MACHINE=imx8qmmek DISTRO=fsl-imx-xwayland source ./fsl-setup-release.sh -b bld-xwayland the image can't boot ... sudo dd if=core-image-minimal-imx8qmmek.sdcard of=/dev/mmcblk0 bs=1M conv=fsync image artefacts are generated so how to correctly create SDCard with image manually?
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
