Difference between revisions of "IGEPv5 Ubuntu Distro"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 15: Line 15:
 
After install is recommended update the package list with:  
 
After install is recommended update the package list with:  
 
<pre>sudo apt-get update</pre>  
 
<pre>sudo apt-get update</pre>  
== Install Development packages ==
+
== Install Development packages ==
  
Now is time to install some packages:
+
Now is time to install some packages.
  
OpenSSH Server
+
=== GCC, G++, libc Cross Compiler ===
 +
 
 +
You can install the cross compiler if you want to build u-boot, linux kernel or applications using your host PC and compile for IGEPv5 as target.
 +
<pre>sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libc6-dev-armhf-armel-cross libc6-armel-armhf-cross
 +
</pre>
 +
=== Pbuilder ===
 +
 
 +
<span style="color: rgb(85, 85, 85); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; line-height: 22px;">A [https://wiki.ubuntu.com/PbuilderHowto pbuilder] environment is a chrooted environment which can have a different distroseries or architecture than your host system.</span>
 +
<pre>sudo apt-get install pbuilder pbuilder-scripts</pre>
 +
'''What can I do?'''
 +
 
 +
pbuilder is used for create your own ubuntu/debian based distribution .
  
 
= Install Ubuntu 12.04.4 LTS (HF) in the IGEPv5  =
 
= Install Ubuntu 12.04.4 LTS (HF) in the IGEPv5  =

Revision as of 15:46, 9 March 2014

Ubuntu 12.04.4 LTS (Hard Float) is the default IGEPv5 base distribution (it's included in IGEPv5 Full and Lite). We will learn about install, use, generate packages, upgrade ...

Overview

What we learn in this chapter? Install, play and fun ...


Host Enviroment

We suggest use Ubuntu 12.04.4 LTS (32 bits) in your host, you can download it from our server using this link or directly from Ubuntu (Canonical) website. You can install it in a Virtual Machine enviroment using any Virtualization software or directly in your PC.

After install is recommended update the package list with:

sudo apt-get update

Install Development packages

Now is time to install some packages.

GCC, G++, libc Cross Compiler

You can install the cross compiler if you want to build u-boot, linux kernel or applications using your host PC and compile for IGEPv5 as target.

sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libc6-dev-armhf-armel-cross libc6-armel-armhf-cross

Pbuilder

A pbuilder environment is a chrooted environment which can have a different distroseries or architecture than your host system.

sudo apt-get install pbuilder pbuilder-scripts

What can I do?

pbuilder is used for create your own ubuntu/debian based distribution .

Install Ubuntu 12.04.4 LTS (HF) in the IGEPv5

Ubuntu 12.04.4 LTS can be installed in MicroSD Card, the internal eMMC Flash or in a SSD Flash card, the minimum suggested capacity will be 8 GiB available.

This tutorial will show you install step by step and customize the distribution base.


Download Ubuntu 12.04.4 LTS (HF)

Ubuntu 12.04.4 LTS can be downloaded from our server in this location.