Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEPv2

1,249 bytes added, 12:02, 2 August 2012
Added serial debug section
== Mount a MicroSD card ==
{| cellspacing="0" cellpadding="5" border="1" align="center" width="100%" style="text-align: left;"
|-
| bgcolor="#cccccc" |'''Overview'''
|-
| Mount the MicroSD card partitions into IGEPv2
|}
''' 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 get Get sound in (audio in) ==
''' Basic '''
== How to get Get sound out (audio out) ==
''' Basic '''
aplay audio-in.wav
 
 
== Serial ==
 
''' Basic '''
 
In the preinstalled software, the serial port is configured as a '''Debug interface'''.
 
Therefore, if you connect an external device to the serial port you will be able to see the '''Linux Kernel traces''', as the system boots.
 
[[Image:DSC 0177.JPG|thumb|550px|right|AT/Everex Cable connected to the 10-pin serial header on IGEPv2]]
 
 
Follow these steps:
 
* Connect an '''AT/Everex Cable''' to the '''10-pin serial header''' on IGEPv2 and a '''[http://en.wikipedia.org/wiki/Null_modem null modem] DB9 male-male''' serial cable between the board and your host machine.
 
* Refer to the article: '''[[How_to_setup_the_IDC10_cable|How to setup the IDC10 cable]]''' to setup the IDC10 cable.
 
* You can also use a Serial port in your host machine you might need a '''USB to Serial converter''' to communicate via this port.
 
* Run a serial console, or any program that can interact with the serial port in your host machine, such Minicom, PuTTy (Linux, Windows), Terminal (Windows), etc.
 
* Refer to this extended article about '''[[Using serial debug port to communicate]]''' to setup the right configuration of your serial console.
 
 
Now, as you are connected to the '''serial debug port''', you will see the system traces as the board is starting up.
 
Finally you will see the boot prompt asking for login.
 
[[Image:Poky-prompt-screenshot.png|thumb|550px|center|Poky prompt]]
0
edits