Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.

  • Set the boot select jumpers to boot from SDHC, please see this article for more information.

  • Boot from SDHC

  • Download the Debian image :

wget https://images.solid-run.com/IMX6/Debian/sr-imx6-debian-stretch-cli-20180916.img.xz
  •  As root write the image to the eMMC:

xz -dc sr-imx6-debian-stretch-cli-20180916.img.xz | dd of=/dev/mmcblk2 bs=4M conv=fsync
  • Download bootloader images:

wget https://images.solid-run.com/IMX6/U-Boot/spl-imx6-sdhc.bin
wget https://images.solid-run.com/IMX6/U-Boot/u-boot-imx6-sdhc.img

  • As root write the bootloader images to the eMMC:

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
  • Shut the system down with the ‘poweroff’ command

  • Disconnect power source

  • Set the boot select jumpers to eMMC boot

  • Boot the system from eMMC

  • No labels