Background

The instructions below can be used to install the SolidRun provided Debian image on the i.MX6 SOM eMMC as an example. Customer can use these instructions to install any other Linux image.

wget https://images.solid-run.com/IMX6/Debian/sr-imx6-debian-stretch-cli-20180916.img.xz
xz -dc sr-imx6-debian-stretch-cli-20180916.img.xz | dd of=/dev/mmcblk2 bs=4M conv=fsync
wget 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.img

dd 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=fdatasync