Difference between revisions of "CM-iTC: Linux: Getting started"

From Compulab Mediawiki
Jump to: navigation, search
(Installation)
 
(2 intermediate revisions by 2 users not shown)
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>
  
Linux for the CM-iTC/SB-iTC is based on Linux Mint 10. [http://compulab.co.il/itc/download/itc-linux.zip The Linux package for CM-iTC] includes a ready-to-run image that can be installed on SD Card, SATA or USB storage device.
+
== Installation ==
 
+
* Prepare either an SD Card, a SATA disk or a USB storage device. It must have at least 8GB capacity.
== Installation  ==
+
* Connect the storage device to the host PC.  
* Download and unzip [http://compulab.co.il/itc/download/itc-linux.zip The Linux package for CM-iTC] to the host PC.
+
* Assuming your storage device was detected as /dev/sdb write the image on it:
* Ensure the integrity of the file:
 
 
<pre>
 
<pre>
$ md5sum itc-linux.zip
+
$ gzip -dc /path/to/itc-linux/itc.mint13.8GB.dd.gz | sudo dd of=/dev/sdb bs=1MB
cad78c9ce35effdaad051314c7d5dffd  itc-linux.zip
 
 
</pre>
 
</pre>
* Prepare SD Card, SATA or USB storage device. It must have at least 8GB capacity.
+
* Connect the storage device to the CM-iTC and boot.
* Create bootable storage device using ''mint10.8GB.img'' file from the package. Please refer to [http://help.ubuntu.com/community/Installation/FromImgFiles Installation From Img Files] for description of installing images.
 
  
== Boot ==
+
== Welcome to Linux Mint 13 LTS ==
* Connect your storage device to CM-iTC.
+
* On first boot choose your language, timezone, username, password etc.
* Welcome to Linux Mint 10, username: itc, password: 111111.
 
  
 
== See also ==
 
== See also ==
* [[Linux Kernel for CM-iTC]]
+
* [[CM-iTC: Linux: Kernel|Linux Kernel for CM-iTC]]
* [[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.

See also