Changes

Getting started with IGEP MODULE

158 bytes added, 12:36, 14 May 2012
m
#REDIRECT [[Getting started with IGEP COM MODULE]]
 
== Introduction ==
This page describes how to use the USB device port of our the [http://www.igep.es/index.php?option=com_content&view=article&id=109&Itemid=123 ISEE IGEP MODULE] with OMAP3 processor to communicate with the USB port of your computer (or USB hub connected to your computer).  [[Image:Igep0030.jpg]]<br>
[[Image:IGEP module 01.jpg|center|589x201px]]
{| width="100%" cellspacing="1" cellpadding="1" border="0" align="center"
|-
! scope="row" | [[Image:Information.jpg|60x60px]]
| ''' This article is out of date. The new article is [[Getting Started with IGEP0030 board]]'''
|}
We You can power up the IGEP&nbsp;MODULE via the on-board USB OTG port, and we only need to use a USB cable (USB A type plug to mini B type plug).
The on-board HS USB OTG port is used as the default power input for IGEP MODULE standalone operating mode.
Once the board is powered up and running, we will get Ethernet connectivity over the same USB cable (USB Ethernet Gadget/RNDIS driver) or via wireless.
By default, the IGEP MODULE usb interface will have the IP address 192.168.7.2, and the wireless interface comes with WLAN_IGEP as ESSID and 192.168.6.1 as IP address.
== Connect using USB Ethernet Gadget/RNDIS driver ==
auto usb0
iface usb0 inet static
address 192.168.7.1 network 192.168.7.0 netmask 255.255.255.0 broadcast 192.168.7.255 gateway 192.168.7.1
Connect to the board using ssh
Gateway 192.168.7.1 </pre>
<span class="s2">4. Use putty ([http://www.chiark.greenend.org.uk/~sgtatham/putty/ <span class="s3">http://www.chiark.greenend.org.uk/~sgtatham/putty/</span>PuTTy]) to [[Using SSH to communicate|connect via SSH ]] (192.168.7.2)</span><br>
'''''Thanks to Iñigo Lazkanotegi from Tecnalia (Donostia - San Sebastián) for this contribution.'''''
=== Mac OS X Host USB Network Configuration ===
To fix the problem edit your ~/.ssh/known_hosts and remove the line corresponding to this host.&nbsp;
[[Category:Hardware]] [[Category:How_to_forgeRemove]]
0
edits