Difference between revisions of "IGEP iMX6 Ubuntu Distro"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Created page with 'How to get the Ubuntu 14.04 Lxde <br> The Ubuntu project is excited to be working with the ARM ecosystem to port Ubuntu for ARM-based devices. This work fits with our goals of ma…')
 
Line 9: Line 9:
 
__TOC__  
 
__TOC__  
  
== Download tar with ubuntu14.04 ==
+
Download tar with ubuntu14.04
  
 
<pre> https://www.dropbox.com/sh/fx1peebw7011jjn/AACSmJubJ8lW1CAn0TpxTT9Ga/20160510/lubuntu/ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2?dl=0 </pre>
 
<pre> https://www.dropbox.com/sh/fx1peebw7011jjn/AACSmJubJ8lW1CAn0TpxTT9Ga/20160510/lubuntu/ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2?dl=0 </pre>
  
  
== Decompress file ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2 ==
+
Decompress file ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2
  
<pre> tar -jvxf ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2
+
<pre>tar -jvxf ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2
  
 
or to other directory
 
or to other directory
Line 22: Line 22:
 
tar -jvxf ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2 -C /route to the directory </pre>
 
tar -jvxf ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2 -C /route to the directory </pre>
  
== Enter to the directory ==
+
Enter to the directory
  
cd ubuntu-14.04-lxde-imx6q-igep0046
+
<pre>cd ubuntu-14.04-lxde-imx6q-igep0046</pre>
  
== run script ==
+
run script
  
sudo ./igep-media-create --mmc /dev/s** --image ./ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2 --machine igep0046
+
<pre>sudo ./igep-media-create --mmc /dev/s** --image ./ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2 --machine igep0046
  
s** -> ** where mount the SD in your pc
+
s** -> ** where mount the SD in your pc</pre>
  
== Boot your IGEP SMARC iMX6 from Ubuntu SD ==
+
Boot your IGEP SMARC iMX6 from Ubuntu SD
  
  
== root and password ==
+
root and password
  
 
<pre> igep0046 login: root
 
<pre> igep0046 login: root
  
 
password: root </pre>
 
password: root </pre>

Revision as of 13:30, 13 June 2016

How to get the Ubuntu 14.04 Lxde
The Ubuntu project is excited to be working with the ARM ecosystem to port Ubuntu for ARM-based devices. This work fits with our goals of making Ubuntu available as an open platform to as many people as possible.

Overview of How-To

This How-To is meant to be a starting point for people to learn install an Ubuntu image for iMX6 IGEP platforms as quickly and easily as possible.

This How-To covers IGEP iMX6 boards.

Download tar with ubuntu14.04

 https://www.dropbox.com/sh/fx1peebw7011jjn/AACSmJubJ8lW1CAn0TpxTT9Ga/20160510/lubuntu/ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2?dl=0 


Decompress file ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2

tar -jvxf ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2

or to other directory

tar -jvxf ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2 -C /route to the directory 

Enter to the directory

cd ubuntu-14.04-lxde-imx6q-igep0046

run script

sudo ./igep-media-create --mmc /dev/s** --image ./ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2 --machine igep0046

s** -> ** where mount the SD in your pc

Boot your IGEP SMARC iMX6 from Ubuntu SD


root and password

 igep0046 login: root

password: root