Changes

User:Pau pajuelo

369 bytes removed, 18:56, 7 August 2012
m
no edit summary
You can stop any instruction by pressing CTRL+C
 
<br>
 
== Mount a MicroSD card ==
 
'''Basic ''''
 
Log into IGEPv2 and run any of the following commands:
 
*Access to Generic FAT32 microSD:
 
mount -t vfat /dev/mmcblk0 /mnt/tmp/
 
*Access to Generic USB Flash disk:
 
mount -t vfat /dev/sda1 /mnt/tmp/
 
*Safety Remove microSD:
 
umount /mnt/tmp
 
*Access to IGEP demo microSD:
 
mount -t jffs2 /dev/mmcblk0 /mnt/tmp/
<br>
4,199
edits