Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro flash

187 bytes added, 13:20, 9 June 2014
no edit summary
== Where are the Nand Flash partitions? ==
First we 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
mtdblock1: Boot partition<br>
mtdblock2: rootfs partition
 
== 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 ==