Changes

Getting started with IGEP MODULE

46 bytes added, 19:00, 28 June 2011
m
no edit summary
This page describes how to use the USB device port of our [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:IGEP_module_01.jpg|center|589x201px]]
We can power up the IGEP 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).
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
2. The following driver INF file from the Gumstix Project works under Windows XP. [http://www.davehylands.com/linux/gumstix/usbnet/linux.inf <span class="s1">http://www.davehylands.com/linux/gumstix/usbnet/linux.inf</span>]
3. In ''Control Panel/Network Connections'' and after driver installation set up the TCP/IP properties of the ''Local Network Connection'' (''Linux USB Ethernet/RNDIS Gadget'') as follow:<br>
<pre>IP address 192.168.7.1
Netmask 255.255.255.0
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>]) to 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 ===
0
edits