Installing and booting an image on i.MX6 SOM eMMC
Background
wget https://images.solid-run.com/IMX6/Debian/sr-imx6-debian-stretch-cli-20180916.img.xzxz -dc sr-imx6-debian-stretch-cli-20180916.img.xz | dd of=/dev/mmcblk2 bs=4M conv=fsyncwget https://images.solid-run.com/IMX6/U-Boot/v2018.01/spl-imx6-sdhc.bin
wget https://images.solid-run.com/IMX6/U-Boot/v2018.01/u-boot-imx6-sdhc.imgdd if=spl-imx6-sdhc.bin of=/dev/mmcblk2 bs=1K seek=1 conv=fdatasync
dd if=u-boot-imx6-sdhc.img of=/dev/mmcblk2 bs=1K seek=69 conv=fdatasyncLast updated