COMEX-IC60U: Linux: Installation
Revision as of 10:58, 22 June 2017 by Denis (talk) (COMEX-IC60U: Linux: Getting started moved to COMEX-IC60U: Linux: Installation)
Contents
Overview
- The Linux package for COMEX-IC60U includes a ready-to-run image that can be installed on SSD SATA disk, M.2 SATA card, or USB storage device connected to the SB-COMEX carrier board
- Download the Linux Package for COMEX-IC60U to the host PC and ensure the integrity of the file:
$ md5sum comex-ic60u_linux_2017-06-20.zip 36ee545cc27af199b462567824a69dca comex-ic60u_linux_2017-06-20.zip
- Unzip the downloaded archive.
Installation
- Prepare either an SSD SATA disk, M.2 SATA card, or USB storage device. It must have at least 8GB capacity
- Connect the storage device to the host PC
- Run this command to figure out what device name was assigned to your storage device:
$ ls -all /dev/disk/by-id/
- Assuming your storage device was detected as /dev/sdx write the image onto it:
$ gzip -dc /path/to/comex-ic60u-linux/images/comex-ic60u.mint18.8GB.dd.gz | sudo dd of=/dev/sdx bs=1MB
- Connect the storage device to the SB-COMEXmini carrier board
Welcome to Linux Mint 18 LTS
- Power on the COMEX-IC60U evaluation system.
- On first boot choose your language, timezone, username, password etc.
Installation onto the on-board eMMC (optional)
- In the same manner, the same image can be installed onto the internal on-board eMMC storage
- After first boot make the Linux package files accessible from the COMEX-IC60U, for example the NFS drive can be mounted or a disk-on-key with the files attached
- Assuming the on-board eMMC storage was detected as /dev/sdx write the image on it:
$ gzip -dc /path/to/comex-ic60u-linux/images/comex-ic60u.mint18.8GB.dd.gz | sudo dd of=/dev/sdx bs=1MB
- Detach external storage
- Enable the on-board eMMC in BIOS Settings -> Boot -> Boot Priority Order
- Next time the boot will be performed from the on-board eMMC