Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv2 Ubuntu Distro flash

306 bytes removed, 13:07, 9 June 2014
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:
<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> 
</pre>