Difference between revisions of "CM-iTC: Linux: Getting started"
(→Installation) |
(→Installation) |
||
Line 1: | Line 1: | ||
− | == Overview | + | == Overview == |
+ | * The Linux Package for CM-iTC includes a ready-to-run image that can be installed on SD-Card, attached SATA or USB storage device | ||
+ | * Download and unzip the [http://compulab.co.il/products/computer-on-modules/cm-itc/#devres Linux Package] for CM-iTC to the host PC | ||
+ | * Ensure the integrity of the file: | ||
+ | <pre> | ||
+ | $ md5sum cm-itc_linux_2013-03-14.zip | ||
+ | 86be3f28c6a11b8f7f19e12686601467 cm-itc_linux_2013-03-14.zip | ||
+ | </pre> | ||
− | + | == Installation == | |
− | + | * Prepare either an SD Card, a SATA disk or a USB storage device. It must have at least 8GB capacity. | |
− | + | * Connect the storage device to the host PC. | |
− | * | + | * Assuming your storage device was detected as /dev/sdb write the image on it: |
− | * | ||
<pre> | <pre> | ||
− | $ | + | $ gzip -dc /path/to/itc-linux/itc.mint13.8GB.dd.gz | sudo dd of=/dev/sdb bs=1MB |
− | |||
</pre> | </pre> | ||
− | * | + | * Connect the storage device to the CM-iTC and boot. |
− | |||
− | == | + | == Welcome to Linux Mint 13 LTS == |
− | * | + | * On first boot choose your language, timezone, username, password etc. |
− | |||
== See also == | == See also == | ||
Line 21: | Line 24: | ||
* [[CM-iTC: Linux: Mint|Linux Mint for CM-iTC]] | * [[CM-iTC: Linux: Mint|Linux Mint for CM-iTC]] | ||
− | [[Category:Linux]] | + | [[Category:Linux |Getting started]] |
− | [[Category:CM-iTC]] | + | [[Category:CM-iTC |Linux: Getting started]] |
Latest revision as of 14:01, 18 March 2013
Overview
- The Linux Package for CM-iTC includes a ready-to-run image that can be installed on SD-Card, attached SATA or USB storage device
- Download and unzip the Linux Package for CM-iTC to the host PC
- Ensure the integrity of the file:
$ md5sum cm-itc_linux_2013-03-14.zip 86be3f28c6a11b8f7f19e12686601467 cm-itc_linux_2013-03-14.zip
Installation
- Prepare either an SD Card, a SATA disk or a USB storage device. It must have at least 8GB capacity.
- Connect the storage device to the host PC.
- Assuming your storage device was detected as /dev/sdb write the image on it:
$ gzip -dc /path/to/itc-linux/itc.mint13.8GB.dd.gz | sudo dd of=/dev/sdb bs=1MB
- Connect the storage device to the CM-iTC and boot.
Welcome to Linux Mint 13 LTS
- On first boot choose your language, timezone, username, password etc.