Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

4,254 bytes added, 18:00, 22 August 2012
m
no edit summary
=== [kparams] ===
{| align="JUSTIFY" cellpadding="1" border="1" align="JUSTIFY" style="width: 900px; height: 1095px;"
|-
| '''Parameter Name'''
| buddy
| Enable/disable expansion board support
|;IGEPv2 Expansion Board support<br>=igep0022 |;Berlin and Paris Expansion Board support<br>=base0010<br>New York Expansion<br>=ilms0015
|-
| console
| Configure frame bugger configuration
| =dvi:hd720-16@50
|;Other configuration<br>=dvi:1280x720MR-16@60
|-
| vram
| root
| Configure root directory for MMC, NFS or UBI
|;For mmc memory<br>=/dev/mmcblk0p2 rw rootwait |;For flash memory<br>=/dev/mtdblock2
|-
| nfsroot
| board.ei485
| Enable/disable RS485
|;Enable RS485<br>=yes |;Disable RS485<br>=no
|-
| board.modem
| Enable/disable GPRS modem
|;Enable modem (IGEPv2 Expansion)<br>=no |;Enable modem (IGEPv2 Expansion)<br>=yes
|-
| buddy.revision
| Only for base0010<br>=B
|}
 
= Connect using USB Ethernet Gadget/RNDIS driver =
 
The Linux kernel has a class of drivers called USB Gadgets (http://www.linux-usb.org/gadget/) that allow you to use USB as a transport for a number of different protocols like serial, virtual file systems, and Ethernet devices.
 
The USB OTG connector supports using the Ethernet Gadget to create a networking device over USB. From the client's (and host's) perspective this driver simply appears as another Ethernet device, enabling us to have Ethernet access on the board by hooking them up to a desktop, so this USB slave device can communicate with a properly configured USB host.
 
Following article explains how to get the Ethernet over USB connection working in different Operating Systems
 
== Linux Host USB Network 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
The authenticity of host '192.168.7.2 (192.168.7.2)' can't be established.
RSA key fingerprint is 9d:0e:ba:02:2a:76:e4:5f:d1:c1:9b:2d:85:6c:83:d4.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.7.2' (RSA) to the list of known hosts.
root@192.168.7.2's password: [enter] (no password)
root@igep0030:~#
 
== Windows Host USB Network Configuration ==
 
=== Windows 7 ===
 
*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>
4. Use [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTy] to [[Using SSH to communicate|connect via SSH]] (192.168.7.2)<br>
 
'''''Thanks to Iñigo Lazkanotegi from Tecnalia (Donostia - San Sebastián) for this contribution.'''''
 
=== Mac OS X Host USB Network Configuration ===
 
Please contribute ...
 
== Troubleshooting ==
 
=== WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! ===
 
In the case of the SSH client in Linux, a changed host key results in the client refusing to connect and showing an remote host identification has changed error
 
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that the RSA host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
8d:0b:29:f0:0a:a1:f5:56:0c:12:18:b0:26:02:6d:9d.
Please contact your system administrator.
Add correct host key in /home/eballetbo/.ssh/known_hosts to get rid of this message.
Offending key in /home/eballetbo/.ssh/known_hosts:57
RSA host key for 192.168.7.2 has changed and you have requested strict checking.
 
To fix the problem edit your ~/.ssh/known_hosts and remove the line corresponding to this host.&nbsp;
 
= See also =
 
*[[Using SSH to communicate]]
*[[Using serial debug port to communicate]]
*[[Using IGEP WLAN to communicate]]
*[[IGEP module standalone]]
 
[[Category:USB]] [[Category:How_to_forge]]
= How to use GPIOs =
4,199
edits