Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP AQUILA EXPANSION

492 bytes added, 12:01, 15 November 2013
m
How to use Ethernet
== 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:
 
<pre>root@igep0033:~# ifconfig eth0 | grep "inet addr"
inet addr:192.168.2.173 Bcast:192.168.2.255 Mask:255.255.255.0</pre>
 
In my case was 192.168.2.173. Connect to the board using the SSH protocol
<pre> ssh root@192.168.5.1 </pre>
 
An empty password for root user should work to access to the shell prompt.
== How to use audio HDMI ==
4,199
edits