Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP AQUILA EXPANSION

7 bytes added, 12:14, 30 December 2013
m
How to use Ethernet
You must logged in the board.
== 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.
4,199
edits