Changes

Basic Software instructions

525 bytes added, 13:49, 28 August 2012
m
Mount a MicroSD card
=== Mount a MicroSD card ===
Mount MicroSD card from Flash Boot.
 
Log into IGEP 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/
=== Mount Flash Memory ===
Mount Flash memory from MicroSD Boot.Flash memory has 3 partitions:*/dev/mtdblock0*/dev/mtdblock1*/dev/mtdblock2Example, mount mtdblock 1 partition at /tmp/temp directory:<pre>mkdir /tmp/tempmount -t jffs2 /dev/mtdblock1 /tmp/temp </pre>
4,199
edits