Changes

Getting Started with IGEP0030 board

2,205 bytes added, 13:10, 12 March 2012
no edit summary
You can log into IGEP0030 via many '''interfaces with network connectivity''', such wifi, usb-ethernet gadget.. and many others (when connected to an IGEP Expansion Board).
In this section of this tutorial we are going to '''connect via USB Ethernet gadget'''. This feature allows you to have an IP connection over USB.
IGEP0030 uses this functionality to allow users to log via SSH.
To allow that, The pre-installed software in IGEP0030 comes with an configures the USB interface with a static IP: 192.168.7.2
''Note: You will be able to change it later''
 
Now, pick the right section, depending on the Operating System you are using:
 
 
==== Linux Configuration ====
 
You should have the usbnet module available for your Linux kernel. On most distributions, this is the case by default. If this is not the case for your distribution, you will need to enable USB networking support in the kernel. If you build your own kernel then you want 'CDC Ethernet support' in USB Network adaptors.
 
*'''Ubuntu 10.04 LTS Lucid Lynx'''
 
In the file /etc/network/interfaces, you should add a section which looks like this:
 
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
 
ssh -l root 192.168.7.2
 
 
==== Windows configuration ====
 
 
*'''Windows 7'''
 
Follow this tutorial: http://robosavvy.com/forum/viewtopic.php?p=28788
 
 
*'''Windows XP'''
 
1. During the first seconds the module is recognized as OMAP3430. Avoid the installation of this device and wait until ''RNDIS/Ethernet gadget'' is detected by the operating system.
 
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>
 
'''''Thanks to Iñigo Lazkanotegi from Tecnalia (Donostia - San Sebastián) for this contribution.'''''
Now you must run any serial console that allows SSH such PuTTy (Linux, Windows).
| bgcolor="#cccccc" |'''Overview'''
|-
| '''Connect via wireless connection''', ESSID: WLAN_IGEP, SSH: root@192.168.6.1|} By default, '''the pre-installed software in IGEP0030 enables the wifi interface''' and creates an Ad-Hoc network, with '''WLAN_IGEP as ESSID''' and a '''static IP address: 192.168.6.1'''. If you have successfully followed the previous section of the tutorial, you might have used PuTTy to connect to IGEP0030 via USB Ethernet Gadget. In this section we will '''connect to your board using wifi'''. Therefore, follow this instructions: 1. '''Connect to the WLAN_IGEP wireless network''' from IGEP0030 with a wireless adaptor 2. '''Set a static IP''' within the subnet to your wireless adapter (for example: 192.168.6.2)  3. '''Install Open a PuTTy session''' and select SSH client such PuTTy, 192.168.6.1 as target IP address. 4. '''Log into IGEP0030'''with login: root and empty password (press return)
2) '''Connect via wireless connection''', ESSID: WLAN_IGEP, SSH: root@192.168.6.1
|}
(Work in progress articleYou now have logged into IGEP0030 via its wireless connection. Coming soon!)
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 IGEP0030 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. '''Other references'''
*[[Using USB ethernet gadget to communicate]]
0
edits