Changes

IGEPv2 Ubuntu Distro flash

54 bytes added, 13:32, 9 June 2014
WORKING PROGRESS
=<span style="color: rgb(255, 0, 0);">WORKING PROGRESS</span>
How to get the Ubuntu 12.04.4 LTS in the Nand Flash Memory <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.
First you need follow the[[IGEPv2 Ubuntu Distro|IGEPv2 Ubuntu Distribution]] howto and boot the IGEPv2 / IGEP COM Module / IGEP COM Proton using the Ubuntu distribution.
== Where are the Nand Flash partitions? ==
We need to check where the Nand flash partitions are located we will use the command lsblk command for check it:<pre>root@igep00x0:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mtdblock0 31:0 0 512K 0 disk
|-mmcblk0p1 179:1 0 70.6M 0 part /boot
`-mmcblk0p2 179:2 0 3.7G 0 part /
</pre>Where: mdtblock0: Bootloader partition<br> mtdblock1: Boot partition<br> mtdblock2: rootfs partition
mdtblock0: Bootloader partition<br>mtdblock1: Boot partition<br>mtdblock2: rootfs partition== Erase the partitions ==
== Erase the partitions ==We will erase all NAND partitions using these commands:$ flash_eraseall /dev/mdt0$ flash_eraseall /dev/mtd1$ flash_eraseall /dev/mtd2
== Write the Bootloader ==