Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Basic Software instructions

318 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 ===
4,199
edits