Difference between revisions of "Getting started with IGEPv2 EXPANSION"

From IGEP - ISEE Wiki

Jump to: navigation, search
m (Connect IGEPv2 Expansion with IGEPv2 Board)
m (Connect IGEPv2 Expansion with IGEPv2 Board)
Line 47: Line 47:
 
|Next_Step={{#lst:Template:Links|IGEPv2_EXPANSION_Community_Guides_2}}
 
|Next_Step={{#lst:Template:Links|IGEPv2_EXPANSION_Community_Guides_2}}
 
}}
 
}}
 +
== Enable IGEPv2 Expansion support ==
 +
 +
== 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 SDK Virtual Machine] to connect to the board}}
 +
 +
In your Host Machine, open a terminal sessions set up an Ethernet alias for your network interface,
 +
 +
$ sudo ifconfig eth0:0 192.168.5.10
 +
 +
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.
 +
  
 
[[Category:IGEP Technology Devices Guides]]
 
[[Category:IGEP Technology Devices Guides]]

Revision as of 11:59, 14 September 2012


Overview

This is the 1/3 chapter of IGEPv2 Expansion Tutorial Guide.

In this first chapter, we will learn how to connect some expansion peripherals.

Requirements

In this tutorial we are going to use the following peripherals:

  • IGEPv2 with its power supply
  • IGEPv2 Expansion
  • Monitor compatible with DVI-D or VGA
  • HDMI/DVI-D cable or VGA cable
  • TFT touch screen (Powertrip 4.3" or Seiko 7")
  • Composite video cable, composite video output peripheral (PAL or NTSC)
  • Network cable
  • SIM card with an antenna
  • Powered USB HUB 2.0
  • USB keyboard and a mouse
  • DB9 connector
  • PC

Getting started

Connect IGEPv2 Expansion with IGEPv2 Board

The IGEPv2 Expansion connects to the IGEPv2 Board through J990, JA41, JA42, JC30 and J960 connectors. Some IGEPv2 Expansion may include three jumpers, you should remove it because they are designed for test and lab purposes. Just take a look on the figure below to mount it:

Igepv2expconnectoigepv2.PNG
Igepv2expconnectoigepv2 2.PNG


You have successfully completed this chapter of the guide.


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

Enable IGEPv2 Expansion support

Remote connection via Ethernet

Information.jpg If you aren't using a Linux operating system, use IGEP SDK Virtual Machine to connect to the board

In your Host Machine, open a terminal sessions set up an Ethernet alias for your network interface,

$ sudo ifconfig eth0:0 192.168.5.10

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.