Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEPv2

363 bytes removed, 16:11, 28 August 2012
m
Mount a MicroSD card
== Handle the gpio-LED's ==
{{#lst:How to handle the gpio-LED|IGEPv2}}
 
== 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/
== How to use RS-485 ==
4,199
edits