Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv5 Ubuntu Distro

767 bytes added, 15:46, 9 March 2014
no edit summary
After install is recommended update the package list with:
<pre>sudo apt-get update</pre>
== Install Development 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 =