Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

IGEPv5 Ubuntu Distro

503 bytes added, 20:25, 18 March 2014
Mount the eMMC partitions
=== Mount the eMMC partitions ===
 
Use the command mount if automount is not enabled as
<pre>mount /dev/mmcblk0p1 /mnt/p1
umount /mnt/p2
</pre>
Reboot the board (remember set the board dips in the right boot setup)
 
== Special Warning about MicroSD Card and eMMc ==
The microsd card uses the interface mmc as the eMMC in some cases as when you boot from your microsd card the lsblk command can show you two mmc devices:
 
/dev/mmcblk0
/dev/mmcblk1
 
Normally the 0 is the boot device (from where you boot), if you use the microsd card for boot : /dev/mmcblk0 and the eMMC is the /dev/mmcblk1 but if you boot from the eMMC and insert the microsd card then the eMMC is /dev/mmcblk0 and the microsd card be /dev/mmcblk1
= References =