Difference between revisions of "IGEPv2 Ubuntu Distro flash"

From IGEP - ISEE Wiki

Jump to: navigation, search
m
(Where are the Nand Flash partitions?)
Line 18: Line 18:
 
<pre>
 
<pre>
 
root@igep00x0:~# lsblk<br>NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MAJ:MIN RM&nbsp;&nbsp; SIZE RO TYPE MOUNTPOINT<br>mtdblock0&nbsp;&nbsp;&nbsp; 31:0&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 512K&nbsp; 0 disk<br>mtdblock1&nbsp;&nbsp;&nbsp; 31:1&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 12M&nbsp; 0 disk<br>mtdblock2&nbsp;&nbsp;&nbsp; 31:2&nbsp;&nbsp;&nbsp; 0 499.5M&nbsp; 0 disk<br>mmcblk0&nbsp;&nbsp;&nbsp;&nbsp; 179:0&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 3.8G&nbsp; 0 disk<br>|-mmcblk0p1 179:1&nbsp;&nbsp;&nbsp; 0&nbsp; 70.6M&nbsp; 0 part /boot<br>`-mmcblk0p2 179:2&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 3.7G&nbsp; 0 part /<br>
 
root@igep00x0:~# lsblk<br>NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MAJ:MIN RM&nbsp;&nbsp; SIZE RO TYPE MOUNTPOINT<br>mtdblock0&nbsp;&nbsp;&nbsp; 31:0&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 512K&nbsp; 0 disk<br>mtdblock1&nbsp;&nbsp;&nbsp; 31:1&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp; 12M&nbsp; 0 disk<br>mtdblock2&nbsp;&nbsp;&nbsp; 31:2&nbsp;&nbsp;&nbsp; 0 499.5M&nbsp; 0 disk<br>mmcblk0&nbsp;&nbsp;&nbsp;&nbsp; 179:0&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 3.8G&nbsp; 0 disk<br>|-mmcblk0p1 179:1&nbsp;&nbsp;&nbsp; 0&nbsp; 70.6M&nbsp; 0 part /boot<br>`-mmcblk0p2 179:2&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp; 3.7G&nbsp; 0 part /<br>
 +
 
</pre>
 
</pre>

Revision as of 13:06, 9 June 2014

How to get the Ubuntu 12.04.4 LTS in the Nand Flash Memory
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 OMAP3-based IGEP platforms as quickly and easily as possible.

This How-To covers IGEPv2, IGEP COM Module and IGEP COM Proton boards Nand Flash Install. if you are looking Ubuntu for IGEPv5 go to this other Howto.

Prerequisites

First you need follow theIGEPv2 Ubuntu Distribution howto and boot the IGEPv2 / IGEP COM Module / IGEP COM Proton using the Ubuntu distribution.

Where are the Nand Flash partitions?

First we need to check where the Nand flash partitions are located we will use the command lsblk command for check it:

root@igep00x0:~# lsblk<br>NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT<br>mtdblock0    31:0    0   512K  0 disk<br>mtdblock1    31:1    0    12M  0 disk<br>mtdblock2    31:2    0 499.5M  0 disk<br>mmcblk0     179:0    0   3.8G  0 disk<br>|-mmcblk0p1 179:1    0  70.6M  0 part /boot<br>`-mmcblk0p2 179:2    0   3.7G  0 part /<br>