Difference between revisions of "CM-iGT: Linux: Getting started"
(→Overview) |
|||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | * The Linux package for CM-iGT includes a ready-to-run image that can be installed | + | * The Linux package for CM-iGT includes a ready-to-run image that can be installed on SSD disk, or USB storage device connected to the SB-iGT carrier board |
− | * Download | + | * Download the [http://compulab.co.il/products/computer-on-modules/cm-igt/#devres Linux Package] for CM-iGT to the host PC and ensure the integrity of the file: |
− | |||
<pre> | <pre> | ||
− | $ md5sum cm- | + | $ md5sum cm-igt_linux_2015-10-29.zip |
− | + | 978712f5d170e9f01584f7f6d5270b8f cm-igt_linux_2015-10-29.zip | |
</pre> | </pre> | ||
− | + | * Unzip the downloaded archive. | |
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Installation == | == Installation == | ||
− | * | + | * Prepare either an SSD disk, 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: |
+ | <pre> | ||
+ | $ ls -all /dev/disk/by-id/ | ||
+ | </pre> | ||
+ | * Assuming your storage device was detected as /dev/sdx write the image onto it: | ||
<pre> | <pre> | ||
− | $ gzip -dc /path/to/igt-linux/igt.mint17.8GB.dd.gz | sudo dd of=/dev/ | + | $ gzip -dc /path/to/cm-igt-linux/images/cm-igt.mint17.8GB.dd.gz | sudo dd of=/dev/sdx bs=1MB |
</pre> | </pre> | ||
− | * | + | * Connect the storage device to the SB-iGT carrier board |
== Welcome to Linux Mint 17 LTS == | == Welcome to Linux Mint 17 LTS == | ||
+ | * Power on the CM-iGT evaluation system. | ||
* On first boot choose your language, timezone, username, password etc. | * On first boot choose your language, timezone, username, password etc. | ||
+ | |||
+ | == Installation onto the on-board iSSD (optional) == | ||
+ | * In the same manner, the same image can be installed onto the internal on-board iSSD storage | ||
+ | * After first boot make the Linux package files accessible from the CM-iGT, for example the NFS drive can be mounted or a disk-on-key with the files attached | ||
+ | * Assuming the on-board iSSD storage was detected as /dev/sdx write the image on it: | ||
+ | <pre> | ||
+ | $ gzip -dc /path/to/cm-igt-linux/images/cm-igt.mint17.8GB.dd.gz | sudo dd of=/dev/sdx bs=1MB | ||
+ | </pre> | ||
+ | * Detach external storage | ||
+ | * Enable the on-board iSSD in BIOS Settings -> Boot -> Boot Priority Order | ||
+ | * Next time the boot will be performed from the on-board iSSD | ||
== See also == | == See also == | ||
* [[CM-iGT: Linux: Kernel|Linux Kernel for CM-iGT]] | * [[CM-iGT: Linux: Kernel|Linux Kernel for CM-iGT]] | ||
* [[CM-iGT: Linux: Mint|Linux Mint for CM-iGT]] | * [[CM-iGT: Linux: Mint|Linux Mint for CM-iGT]] | ||
+ | * [[CM-iGT_Linux|Linux for CM-iGT]] | ||
− | [[Category:Linux | + | [[Category:Linux]] |
− | [[Category:CM-iGT | + | [[Category:CM-iGT]] |
Latest revision as of 13:07, 29 October 2015
Contents
Overview
- The Linux package for CM-iGT includes a ready-to-run image that can be installed on SSD disk, or USB storage device connected to the SB-iGT carrier board
- Download the Linux Package for CM-iGT to the host PC and ensure the integrity of the file:
$ md5sum cm-igt_linux_2015-10-29.zip 978712f5d170e9f01584f7f6d5270b8f cm-igt_linux_2015-10-29.zip
- Unzip the downloaded archive.
Installation
- Prepare either an SSD disk, 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/cm-igt-linux/images/cm-igt.mint17.8GB.dd.gz | sudo dd of=/dev/sdx bs=1MB
- Connect the storage device to the SB-iGT carrier board
Welcome to Linux Mint 17 LTS
- Power on the CM-iGT evaluation system.
- On first boot choose your language, timezone, username, password etc.
Installation onto the on-board iSSD (optional)
- In the same manner, the same image can be installed onto the internal on-board iSSD storage
- After first boot make the Linux package files accessible from the CM-iGT, for example the NFS drive can be mounted or a disk-on-key with the files attached
- Assuming the on-board iSSD storage was detected as /dev/sdx write the image on it:
$ gzip -dc /path/to/cm-igt-linux/images/cm-igt.mint17.8GB.dd.gz | sudo dd of=/dev/sdx bs=1MB
- Detach external storage
- Enable the on-board iSSD in BIOS Settings -> Boot -> Boot Priority Order
- Next time the boot will be performed from the on-board iSSD