Difference between revisions of "What can I do with IGEP AQUILA EXPANSION"

From IGEP - ISEE Wiki

Jump to: navigation, search
m (How to use Ethernet)
m (How to use audio HDMI)
Line 39: Line 39:
  
 
== How to use audio HDMI  ==
 
== How to use audio HDMI  ==
 +
 +
* Download a WAV sample:
 +
<pre>wget http://www-mmsp.ece.mcgill.ca/Documents../AudioFormats/WAVE/Samples/AFsp/M1F1-float32WE-AFsp.wav</pre>
 +
* Play the WAV sample:
 +
<pre>aplay M1F1-float32WE-AFsp.wav</pre>
  
 
== How to use LEDs  ==
 
== How to use LEDs  ==

Revision as of 12:21, 15 November 2013

Igep community logo.png This is a work in progress article. Help other developers like you in the IGEP Community by improving it!


Overview

This is the 2/3 chapter of the Getting Started with IGEP AQUILA EXPANSION Tutorial Guide.

In this second chapter, we will learn some basics tasks. Upon completion, you will be ready to continue with chapter 3/3 that explains more advanced tasks.


What can I do

You must be connected to the board using serial interface.

How to use Ethernet

IGEP COM AQUILA uses lightweight SSH server dropbear to accept SSH remote connections.

In your open serial interface connection, find the private IP assigned via DHCP:

root@igep0033:~# ifconfig eth0 | grep "inet addr"
          inet addr:192.168.2.173  Bcast:192.168.2.255  Mask:255.255.255.0

In my case was 192.168.2.173. Connect to the board using the SSH protocol

 ssh root@192.168.5.1 

An empty password for root user should work to access to the shell prompt.

How to use audio HDMI

  • Download a WAV sample:
wget http://www-mmsp.ece.mcgill.ca/Documents../AudioFormats/WAVE/Samples/AFsp/M1F1-float32WE-AFsp.wav
  • Play the WAV sample:
aplay M1F1-float32WE-AFsp.wav

How to use LEDs

How to use Reset Button

How to use EEPROM

How to use USB OTG



You have successfully completed this chapter of the guide.


Continue this tutorial guide: 3/3 - Start developing under IGEP Technology
Igep forum.png If you have any question, don't ask to ask at the IGEP Community Forum or the IGEP Community Chat Irc.png