Changes

What can I do with IGEP0030

361 bytes added, 14:17, 19 March 2012
no edit summary
</pre>
Now the selected led is configured with a timer consisting of 250 miliseconds ON and 750 miliseconds OFF.
 
=== Mount a MicroSD card ===
----
 
(Work in progress section!)
 
==== 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 wireless =
0
edits