Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEP iMX6 Ubuntu Distro

1,255 bytes added, 13:28, 13 June 2016
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…'
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 iMX6 IGEP platforms as quickly and easily as possible.

This How-To covers IGEP iMX6 boards.

__TOC__

== 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>


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

<pre> 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 </pre>

== 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 ==

<pre> igep0046 login: root

password: root </pre>
0
edits