Difference between revisions of "IGEP iMX6 Ubuntu Distro"

From IGEP - ISEE Wiki

Jump to: navigation, search
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
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 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 i.MX6 IGEP platforms as quickly and easily as possible.
  
== Overview of How-To ==
+
This How-To covers IGEP SMARC i.MX6.
  
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.  
+
===Material===
 +
* IGEP SMARC i.MX6
 +
* 1 MicroSD Card 4 GB at least.
 +
* Serial Cable and conversor for attach the serial debug console.
 +
* Ethernet cable (optional)
 +
* Hub (optional)
 +
* Keyboard and mouse (optional)
 +
* HDMI/DVI Monitor (optional)
  
This How-To covers IGEP iMX6.
+
__TOC__
  
'''For this tutorial we use IGEP iMX6 quad.'''
+
==Ubuntu 14.04 for IGEP SMARC i.MX6 Dual/Quad==
 +
Download tar with Ubuntu 14.04 for IGEP SMARC i.MX6 Dual/Quad
  
=== Material<br>  ===
+
[http://downloads.isee.biz/pub/isee-releases/ubuntu/ubuntu-14.04/ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2 Ubuntu 14.04 for IGEP SMARC i.MX6 Dual/Quad]
  
*IGEP iMX6 quad.  
+
Decompress file ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2
*1 MicroSD Card.  
 
*Serial Cable and conversor for attach the serial debug console.  
 
*Ethernet cable (optional)
 
*Hub (optional)
 
*Keyboard and mouse (optional)
 
*HDMI/DVI Monitor (optional)
 
  
__TOC__
+
<pre>tar -jvxf ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2</pre>
  
Download tar with ubuntu 14.04
+
Enter to the directory
  
[http://www.dropbox.com/sh/fx1peebw7011jjn/AACSmJubJ8lW1CAn0TpxTT9Ga/20160510/lubuntu/ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2?dl=0 Ubuntu 14.04]
+
<pre>cd ubuntu-14.04-lxde-imx6q-igep0046</pre>
  
Decompress file ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2
+
Run script
 +
 
 +
<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</pre>
 +
 
 +
''' Boot your IGEP SMARC i.MX6 Dual/Quad from Ubuntu SD '''
 +
 
 +
Root and password
 +
 
 +
<pre>igep0046 login: root
 +
 
 +
password: root </pre>
 +
 
 +
==Ubuntu 14.04 for IGEP SMARC i.MX6 Dual Lite==
 +
Download tar with Ubuntu 14.04 for IGEP SMARC i.MX6 Dual Lite
  
<pre>tar -jvxf ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2
+
[http://downloads.isee.biz/pub/isee-releases/ubuntu/ubuntu-14.04/ubuntu-14.04-lxde-imx6dl-igep0046.tar.bz2 Ubuntu 14.04 for IGEP SMARC i.MX6 Dual Lite]
  
or to other directory
+
Decompress file ubuntu-14.04-lxde-imx6dl-igep0046.tar.bz2
  
tar -jvxf ubuntu-14.04-lxde-imx6q-igep0046.tar.bz2 -C /route to the directory </pre>
+
<pre>tar -jvxf ubuntu-14.04-lxde-imx6dl-igep0046.tar.bz2</pre>
  
 
Enter to the directory
 
Enter to the directory
  
<pre>cd ubuntu-14.04-lxde-imx6q-igep0046</pre>
+
<pre>cd ubuntu-14.04-lxde-imx6dl-igep0046</pre>
  
run script
+
Run script
  
<pre>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-imx6dl-igep0046.tar.bz2 --machine igep0046
  
 
s** -> ** where mount the SD in your pc</pre>
 
s** -> ** where mount the SD in your pc</pre>
  
== Boot your IGEP SMARC iMX6 from Ubuntu SD <br> ==
+
''' Boot your IGEP SMARC i.MX6 Dual Lite from Ubuntu SD '''
  
 +
Root and password
  
root and password
+
<pre>igep0046 login: root
 +
 
 +
password: root </pre>
 +
 
 +
==Ubuntu 14.04 for IGEP SMARC i.MX6 Solo==
 +
Download tar with Ubuntu 14.04 for IGEP SMARC i.MX6 Solo
 +
 
 +
[http://downloads.isee.biz/pub/isee-releases/ubuntu/ubuntu-14.04/ubuntu-14.04-lxde-imx6s-igep0046.tar.bz2 Ubuntu 14.04 for IGEP SMARC i.MX6 Solo]
 +
 
 +
Decompress file ubuntu-14.04-lxde-imx6s-igep0046.tar.bz2
 +
 
 +
<pre>tar -jvxf ubuntu-14.04-lxde-imx6s-igep0046.tar.bz2</pre>
 +
 
 +
Enter to the directory
 +
 
 +
<pre>cd ubuntu-14.04-lxde-imx6s-igep0046</pre>
 +
 
 +
Run script
 +
 
 +
<pre>sudo ./igep-media-create --mmc /dev/s** --image ./ubuntu-14.04-lxde-imx6s-igep0046.tar.bz2 --machine igep0046
 +
 
 +
s** -> ** where mount the SD in your pc</pre>
 +
 
 +
''' Boot your IGEP SMARC i.MX6 Solo from Ubuntu SD '''
 +
 
 +
Root and password
  
 
<pre>igep0046 login: root
 
<pre>igep0046 login: root
  
 
password: root </pre>
 
password: root </pre>
 +
 +
[[Category:Ubuntu]]
 +
[[Category:Software distributions]]

Latest revision as of 10:55, 25 June 2018

Overview of How-To

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

This How-To covers IGEP SMARC i.MX6.

Material

  • IGEP SMARC i.MX6
  • 1 MicroSD Card 4 GB at least.
  • Serial Cable and conversor for attach the serial debug console.
  • Ethernet cable (optional)
  • Hub (optional)
  • Keyboard and mouse (optional)
  • HDMI/DVI Monitor (optional)

Ubuntu 14.04 for IGEP SMARC i.MX6 Dual/Quad

Download tar with Ubuntu 14.04 for IGEP SMARC i.MX6 Dual/Quad

Ubuntu 14.04 for IGEP SMARC i.MX6 Dual/Quad

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

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

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 i.MX6 Dual/Quad from Ubuntu SD

Root and password

igep0046 login: root

password: root 

Ubuntu 14.04 for IGEP SMARC i.MX6 Dual Lite

Download tar with Ubuntu 14.04 for IGEP SMARC i.MX6 Dual Lite

Ubuntu 14.04 for IGEP SMARC i.MX6 Dual Lite

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

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

Enter to the directory

cd ubuntu-14.04-lxde-imx6dl-igep0046

Run script

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

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

Boot your IGEP SMARC i.MX6 Dual Lite from Ubuntu SD

Root and password

igep0046 login: root

password: root 

Ubuntu 14.04 for IGEP SMARC i.MX6 Solo

Download tar with Ubuntu 14.04 for IGEP SMARC i.MX6 Solo

Ubuntu 14.04 for IGEP SMARC i.MX6 Solo

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

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

Enter to the directory

cd ubuntu-14.04-lxde-imx6s-igep0046

Run script

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

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

Boot your IGEP SMARC i.MX6 Solo from Ubuntu SD

Root and password

igep0046 login: root

password: root