Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

User:Pau pajuelo

69 bytes added, 11:25, 27 August 2012
m
no edit summary
Update peripheral tutorials, finish gpio example program<br>
Categorize new tutorials<br>
Finish tutorials below<br>
Upgrade IGEP Technology Devices Guides
Link all development tools documentation when possible (do a diagram)
= Using IGEP WLAN to communicate =
== Requirements ==
 
There are some requisites to follow this guide:
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTy program]
{{Message/Information Message|title=|message= In this guide is used [[ IGEP firmware Yocto ]]}}
== Connect to IGEP network ==
| [[Image:Igep wificon2.png|331px]]
|}
 '''<sup>Click to enlarge image</sup>'''
== Connect to IGEP ==
'''<sup>Click to enlarge image</sup>'''
Note that a DHCP IP address in range 192.168.6.10-192.168.6.254 should be given to your host PC. The IGEP device should have IP address 192.168.6.1.
== Troubleshooting ==
=== NFS in root filesystem ===
Don't use NFS in root filesystem combined with WIFI
= igep.ini parameters =
=== [kernel] ===
{| align="JUSTIFY" cellpadding="1" border="1" align="JUSTIFY" style="width: 900px; height: 240px;"
|-
| '''Parameter Name'''
| Ram Disk location address
| =0x81600000
| Hex memory address;<br>disabled by default
|-
| serial.low
| MachineID
| Machine ID (kernel ID)
|;IGEPv2<br>=2344 |;Module<br>=2717<br>;Proton<br>=3203
|-
| Mode
| Boot Mode
|;Linux kernel<br>=kernel |;Other image (like uboot)<br>[binary image]
|}
| buddy
| Enable/disable expansion board support
| &nbsp;;IGEPv2 Expansion Board support<br>=igep0022 | &nbsp;;Berlin and Paris Expansion Board support<br>=base0010<br>New York Expansion<br>=ilms0015
|-
| console
| Configure frame bugger configuration
| =dvi:hd720-16@50
| &nbsp;;Other configuration<br>=dvi:1280x720MR-16@60
|-
| vram
| root
| Configure root directory for MMC, NFS or UBI
| &nbsp;;For mmc memory<br>=/dev/mmcblk0p2 rw rootwait | &nbsp;;For flash memory<br>=/dev/mtdblock2
|-
| nfsroot
| board.ei485
| Enable/disable RS485
| &nbsp;;Enable RS485<br>=yes | &nbsp;;Disable RS485<br>=no
|-
| board.modem
| Enable/disable GPRS modem
| &nbsp;;Enable modem (IGEPv2 Expansion)<br>=no | &nbsp;;Enable modem (IGEPv2 Expansion)<br>=yes
|-
| buddy.revision
= Connect using USB Ethernet Gadget/RNDIS driver =
 
== Overview ==
The Linux kernel has a class of drivers called USB Gadgets that allow you to use USB as a transport for a number of different protocols like serial, virtual file systems and Ethernet devices.
The Linux kernel has a class of drivers called USB Gadgets 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.
== Requirements ==
There are some requisites to follow this guide:
*IGEP Processor Board
*Host PC
{{Message/Information Message|title=|message= In this guide is used [[ IGEP firmware Yocto ]]}}
{{Message/Information Message|title=|message= In this guide is used [[ IGEP firmware Yocto ]]}}  == Connect to IGEP device<br> ==
=== Linux ===
'''NOTE:''' 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. IGEP SDK Virtual Machine has this module enabled.
*In the file /etc/network/interfaces, you should add:
...</pre>
*Connect to IGEP device
 
jdoe@ubuntu ~ $ ssh root@192.168.7.1
The authenticity of host '192.168.7.1 (192.168.7.1)' can't be established.
===== NFS in root filesystem =====
Don't use NFS in root filesystem combined with USB Ethernet Gadget
=== Windows and MAC OSX<br> ===
Use [[IGEP SDK Virtual Machine|IGEP&nbsp;SDK&nbsp;Virtual Machine]] to develop under IGEP&nbsp;Technology
[[Category:USB]] [[Category:How_to_forge]] = How to use GPIOs (update it) =
== Overview ==
<br> Other examples:[[What can I do with IGEP0020#How_to_handle_the_gpio-LED.27s]]
[[Category:GPIO]] = How to use UARTs (update it)<br> =
== Overview ==
Connect IGEPv2 board using J960 connector like this:
 
J960
------ (Not used) x---| 1 2 |---o (Connect to 8)
(Connect to 9) o---| 3 4 |---x (Not used)
(GND)·|---| 5 6 |---|· (GND) (Not used)x---| 7 8 |---o (Connect to 2)
(Connect to 3) o---| 9 10 |---x (Not used)
------
=== Send some data ===
<br>
  [[Category:USB]] [[Category:How_to_forge]] [[Category:GPIO]] [[Category:UART]] [[Category:IGEP_Technology_Devices_Guides]]
4,199
edits