Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP AQUILA EXPANSION

234 bytes removed, 12:26, 30 December 2013
m
no edit summary
{{Message/Work in progress}}
 
{{Table/IGEP Technology Devices
|Tech_Family={{#lst:Template:Links|IGEP_AQUILA_EXPANSION_Tech_Family}}
= What can I do =
You must be connected to logged in the board using serial interface.
== How to use Remote connection via Ethernet ==
{{Message/Information Message|title=|message=If you aren't using a Linux operating system, use [http://labs.isee.biz/index.php/IGEP_SDK_Virtual_Machine IGEP COM AQUILA uses lightweight SSH server dropbear SDK Virtual Machine] to accept SSH remote connections.connect to the board}}
In your Host Machine, open serial a terminal sessions set up an Ethernet alias for your network interface connection, find the private IP assigned via DHCP:
<pre>root@igep0033:~# $ sudo ifconfig eth0 | grep "inet addr" inet addr:192.168.2.173 Bcast:0 192.168.2.255 Mask:255.255.2555.0</pre>10
In my case was 192.168.2.173. Connect to the board using the SSH protocol<pre> $ ssh root@192.168.25.173 </pre>1
An empty password for root user should work to access to the shell prompt.
== Flash internal memory How to use audio HDMI == uSD firmware contains the roofs available to write the firmware to the flash memory.
IGEP COM AQUILA contains multiple I2S peripherals one of them is connected to HDMI transceiver. Then you can easily play a *Use igep-flash script to write .wav sound with the internal memoryapplication Aplay, for example:<pre> igep-flash --machine igep0033 --image /opt/firmware/core-image-validation-igep0033-20130916081322.rootfs.tar.bz2 </pre>
When finish, power off your board, mount J101 jumper, unplug micro SD card and power on the board. That's all, enjoy the new firmware running from the flash memory. == How to use audio HDMI == * Download a WAV sample:<pre>wget http://www-mmsp.ece.mcgill.ca/Documents../AudioFormats/WAVE/Samplesaplay /AFspopt/M1F1-float32WE-AFsp.wav</pre>* Play the WAV sample:<pre>aplay M1F1-float32WE-AFsptest.wav</pre>
== How to use LEDs ==
You can turn them down using the same command and write '0' instead of '1'.
 
== How to use Reset Button ==
'''Under construction'''
== How to use EEPROM ==
== How to use USB OTG ==
 The base can be powered though USB OTG connector, but it'''Under construction'''s recommended use an external USB hub. Use an USB Standard-A to Mini-B type cable between the base and the USB hub and connect with: <pre>ssh root@192.168.7.1</pre> A detailed guide on how use Ethernet Gadget can be found by following this link: [[Using USB ethernet gadget to communicate]]
{{Template:Navigation/IGEP Technology Guides/What can I do/Ending}}
[[Category:IGEP Technology Devices Guides]]
4,199
edits