Difference between revisions of "User:Albert"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Update IGEP Firmware chapter)
(Empty updated pages)
Line 1: Line 1:
<!--#REDIRECT:[[:Category:Work in progress]]
+
#REDIRECT:[[:Category:Work in progress]]
  
 
<!--
 
<!--
 
-->
 
-->
 
= Proposal for Start developing with IGEP Technology page =
 
 
<meta name="keywords" content="IGEP, IGEP Technology, Support, ARM, tools, development"></meta>
 
<meta name="description" content="Many resources and general information to start developing under IGEP Technology now."></meta>
 
<div align="center">
 
{| style="margin: 4px 0px 0px; width: 700px; background: none repeat scroll 0% 0% transparent;" class="FCK__ShowTableBorders;"
 
|-
 
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(255, 255, 255); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG" |
 
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
 
{| cellspacing="0" cellpadding="10" border="0" align="center"
 
|-
 
| colspan="2" style="text-align: center;" | '''Tutorial Guides'''
 
|-
 
| rowspan="3" style="text-align: center;" | [[Image:Igep community logo.png|100px|link=IGEP Technology Devices Guides]]
 
| style="text-align: left;" | '''[[IGEP Technology Devices Guides|1/3 - Getting started]]'''
 
|-
 
| style="text-align: left;" |'''[[IGEP Technology Devices Guides|2/3 - What can I do]]'''<br>
 
|-
 
| style="text-align: left;" |'''[[Start developing under IGEP Technology|3/3 - Start developing]]'''<br>
 
|-
 
|}
 
|}
 
|}
 
</div>
 
 
__NOTOC__
 
 
= Overview =
 
 
This page contains many resources and general information to start developing under IGEP Technology.
 
 
= Welcome =
 
 
First of all, welcome to the IGEP Community Wiki!
 
 
This is a collaborative site for developers like you that share their knowledge of the IGEP Technology.
 
 
What are you looking for?
 
 
 
{| cellspacing="10" cellpadding="10" border="1" align="center" width="80%"
 
|style="text-align: center;"|'''I have a new board. How do I start?'''
 
|Do you just have a brand new IGEPv2, a IGEP COM MODULE, IGEP BERLIN, etc.?
 
Pick the tutorial of your board in the [[IGEP Technology Devices Guides| tutorial guides]], and setup you board with the step by step procedures.
 
|-
 
|style="text-align: center;"|'''I just want to start developing'''
 
|You are in the right place. This page will guide through the available resources and to know how start developing.
 
|-
 
|style="text-align: center;"|'''I have a specific question'''
 
|There might already be an article about it in the IGEP Community Wiki. Use the search box or check the [[Frequently Asked Questions and Their Answers|FAQ]], the [[IGEP Technology Basic Glossary|Glossary]] and the [[Site Map]].
 
|-
 
|style="text-align: center;"|'''I can't find what I am looking for'''
 
|Please ask a question or leave your feedback in the [http://forum.isee.biz IGEP Community Forum] or the [http://webchat.freenode.net/?channels=igep IGEP Community Chat]. Check other available resources [[Resources|here]].
 
|-
 
|style="text-align: center;"|'''I need professional support'''
 
|Do you need support with your project? Are you looking for a custom design? [http://isee.biz/support/isee-support Contact the ISEE Developing Team].
 
|}
 
 
 
= Introducing the developing tools for IGEP Technology =
 
 
All IGEP Technology devices have many developing tools and resources. Here is a little introduction to this developing environment:
 
 
== IGEP SDK Virtual Machine ==
 
 
The IGEP SDK Virtual Machine is a '''ready to use virtual machine''' that includes '''all the developer tools for IGEP Technology'''. You can '''download it for free''' from the ISEE website.
 
 
===Features===
 
* Includes the official Software Development Kit (SDK) from ISEE, with:
 
** IGEP SDK Yocto Toolchain
 
** Eclipse IDE with Yocto Plug-in and Linux Tools
 
** Qt creator IDE
 
 
===Highlights===
 
* Best choice for beginners
 
* All components are already installed and configured to speed up your developing process
 
* Suitable for VMware and Virtualbox. Compatible with Windows/Linux/MacOS
 
 
===First steps===
 
# Download the '''IGEP SDK Virtual Machine''' for free from the ISEE website
 
# Follow the steps of the IGEP SDK Virtual Machine manual
 
# Know more in the [[IGEP SDK Virtual Machine]] article
 
 
 
== IGEP SDK Yocto Toolchain ==
 
 
The IGEP SDK Yocto Toolchain consists on a set of all necessary tools like a '''cross compiler''', '''embedded libraries''', etc. to compile program sources for IGEP devices from a different device, such a PC. You can '''download it for free''' from the ISEE website.
 
 
=== Features ===
 
* Compile your projects for IGEP Technology in your own Linux computer
 
* It can be integrated with some popular IDEs such:
 
** Eclipse
 
** QT Creator
 
** Codeblocks
 
 
=== Highlights ===
 
* Easy to install
 
* Develop in your own Linux machine
 
 
=== First steps ===
 
# Download the '''IGEP SDK Yocto Toolchain''' for free from the ISEE website
 
# Download the '''Software Reference Manual'''
 
# Follow the steps of the [[How to setup a cross compiler|IGEP SDK Yocto Toolchain]] article
 
 
 
== IGEP DSP Gstreamer Framework ==
 
 
The IGEP DSP Gstreamer Framework provides '''all DSP essential packages''' and the '''gstreamer DSP plugin''' ready to use with all IGEP Technology Devices. You can '''download it for free''' from the ISEE website.
 
 
=== Features ===
 
* Based on TI DVSDK
 
* Focus development efforts on "WOW" features of an application rather than spending time on base functionality.
 
* Enable DaVinci and OMAP devices to use existing applications built on top of GStreamer.
 
* Leverage the modular design to decrease the time required to develop new applications and enable more re-use of existing code
 
 
=== First steps ===
 
# Download the '''IGEP DSP Gstreamer Framework''' for free from the ISEE website
 
# Visit the [[:Category:Gstreamer|Gstreamer]] category in the IGEP Community Wiki
 
 
 
== Qt Creator ==
 
 
Qt Creator is a '''cross-platform application framework''' that is widely used for '''developing software applications with graphical user interface''', and is also used for developing non-GUI programs such as command-line tools and consoles for servers.
 
 
=== Highlights===
 
* Easy development of graphical applications
 
 
=== First steps ===
 
# If you are using the IGEP SDK Virtual Machine visit: [[How to develop with Qt under IGEP Technology]]
 
# If you want to install Eclipse in your computer visit: [[How to install Qt Creator]]
 
 
 
== Eclipse ==
 
 
Eclipse is a '''multi-language software development environment''' comprising an IDE and an extensible plug-in system. This IDE is '''included in the IGEP SDK Virtual Machine''' and is already configured to '''allow deploying, building, running and debugging''' your own project.
 
 
=== Features ===
 
* Complete solution with debugging capabilities
 
* Suitable to develop applications in Java, C, C++, Ada, COBOL, Haskell, Perl, PHP, Python, R, Ruby, Scala, Clojure, Groovy, Android and Scheme.
 
 
=== First steps ===
 
# If you are using the IGEP SDK Virtual Machine visit: [[How to develop with Eclipse IDE under IGEP Technology]]
 
# If you want to install Eclipse in your computer visit: [[How to install Eclipse IDE]]
 
 
 
== Codeblocks IDE ==
 
 
The Codeblocks IDE is an '''open source cross-platform IDE''' which supports '''multiple compilers''' including GCC and MSVC.
 
 
=== Features ===
 
* Create ARM, AVR, C, C++, D, DirectX, FLTK, Fortran, GLFW, GLUT, GTK+, Irrlicht, Lightfeather, MATLAB, OGRE, OpenGL, Qt, SDL, SFML, STL, SmartWin and wx programs and applications
 
 
=== First steps ===
 
# Know [[Install and configure Codeblocks for IGEP devices|how to install Codeblocks]] in your IGEP SDK Virtual Machine (not installed by default)
 
 
 
== QEMU ==
 
 
QEMU  is a generic and '''open source machine emulator and virtualizer''' with '''support for IGEP Technology Devices'''. When used as a virtualizer, QEMU achieves near native performances by '''executing the guest code directly on the host CPU'''.
 
 
=== Features ===
 
 
* Run your projects applications for IGEP Technology in your own computer
 
* Support for IGEP Technology Devices
 
 
=== First steps ===
 
# Visit the [[QEMU]] article in the IGEP Community Wiki
 
 
 
= Introducing the IGEP Firmware =
 
 
All brand new IGEP Processor Boards '''have a preinstalled firmware''' provided and installed on it by ISEE.
 
 
By default, if you power up your board it will run the software on the flash. But '''you can prepare a MicroSD card and boot from it''' by inserting it to the MicroSD card reader of your IGEP Processor Board, as it has more priority than the flash.
 
 
The pre-installed software consists of:
 
 
*IGEP X-loader: a '''bootloader''' compatible with all IGEP Processor Boards.
 
*IGEP Kernel: a '''Linux Kernel''' maintained by ISEE.
 
*IGEP firmware Yocto: the software distribution consists of a lite X Window System and GNOME Mobile based applications created with Yocto tools
 
 
For more information about these specific sotware, read the following articles:
 
 
*[[The IGEP X-loader]]
 
*[[The Linux kernel]]
 
*[[IGEP firmware Yocto|IGEP firmware Yocto]]
 
 
== Update the preinstalled software ==
 
 
If you wish to update to the latest available version of the pre-installed software you need to follow these steps:
 
 
#'''Download the latest firmware''' from ISEE in a Linux PC.
 
#Run a script that will automatically setup and '''create a MicroSD card''' with the latest software in your host PC.
 
#Then '''boot your IGEP Processor Board''' from that MicroSD card you have just created.
 
#Finally, you can write the updated software from the MicroSD to the '''flash memory''' on your IGEP device.
 
 
* For more information visit the [[Update the PRE-INSTALLED software image to a current release]] article.
 
 
 
== Create a MicroSD Card with a different software distribution ==
 
 
You can create a custom MicroSD with a different software distribution. The article [[How to boot from MicroSD Card]] will guide you in the process of creating a MicroSD.
 
 
You can also check the specific articles for some distributions.
 
 
==== [[:Category:Software distributions]] ====
 
{{#lst:Category:Software distributions|Description}}
 
{{#lst:Category:Software distributions|Site Map}}
 
 
 
= Other support resources =
 
 
= Todelete=
 
 
==== [[:Category:Development tools]] ====
 
{{#lst:Category:Development tools|Description}}
 
{{#lst:Category:Development tools|Site Map}}
 
 
==== [[:Category:How to forge]] ====
 
{{#lst:Category:How to forge|Description}}
 
{{#lst:Category:How to forge|Site Map}}
 
 
==== [[:Category:Software applications]] ====
 
{{#lst:Category:Software applications|Description}}
 
{{#lst:Category:Software applications|Site Map}}
 
 
==== [[:Category:Gstreamer]] ====
 
{{#lst:Category:Gstreamer|Description}}
 
{{#lst:Category:Gstreamer|Site Map}}
 
 
==== [[:Category:Boot loaders]] ====
 
{{#lst:Category:Boot loaders|Description}}
 
 
==== [[:Category:Linux Kernel]] ====
 
{{#lst:Category:Linux Kernel|Description}}
 
 
==== [[:Category:Peripherals]] ====
 
{{#lst:Category:Peripherals|Description}}
 
 
 
{{Message/Work in progress}}
 
 
[[Category:IGEP Technology Devices Guides]]
 
 
 
= Proposal for new Main Page =
 
 
{| style="margin: 4px 0px 0px; width:100%; background: none repeat scroll 0% 0% transparent;"
 
|-
 
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" |
 
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;"
 
|-
 
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
 
 
<div style="text-align: center;">
 
 
== IGEP Community Wiki ==
 
 
where developers like you share their knowledge of IGEP Technology</div>
 
 
<div style="text-align: right;">'''[[#Join the IGEP Community!|<span style="color:#357ad9">Join now!</span>]]'''<div>
 
|}
 
|}
 
 
<!------------------------------------------
 
-------------------------------------------->
 
{| style="margin: 4px 0px 0px; width: 100%; background: none repeat scroll 0% 0% transparent;" class="FCK__ShowTableBorders"
 
|-
 
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG" |
 
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
 
|-
 
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
 
 
=== Getting started ===
 
 
* '''[[IGEP Technology Devices Guides|Getting started guides]]'''
 
* '''[[IGEP Community Wiki|How to use this Wiki]]'''
 
* '''[[Categories]]'''
 
* '''[[IGEP Technology Basic Glossary|Glossary]]'''
 
* '''[[Frequently Asked Questions and Their Answers|FAQ]]'''
 
 
=== Firmware releases ===
 
 
 
'''[[Pre-installed software on IGEP Processor Boards|About the ISEE Firmware]]''' | '''[[Update the PRE-INSTALLED software image to a current release|Update it]]''' | '''[[How to boot from MicroSD Card|Create a custom microSD card]]''':
 
{| style="margin: 4px 0px 0px; width: 100%; background: none repeat scroll 0% 0% transparent;" class="FCK__ShowTableBorders"
 
|-
 
| style="border: 4px solid rgb(204, 204, 204); width: 50%; background: none repeat scroll 0% 0% rgb(255, 230, 249); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG" |
 
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(255, 230, 249); vertical-align: top;" class="FCK__ShowTableBorders"
 
 
<br>
 
*'''2012.01.20''' - '''[[The IGEP X-loader|IGEP X-Loader]]''' - [http://git.isee.biz/?p=pub/scm/igep-x-loader.git;a=summary Version 2.5.0-2]
 
*'''2012.07.17''' - '''[[The Linux kernel|IGEP Kernel]]''' - [[Linux Kernel 2.6.37.y|Version 2.6.37-4]]
 
*'''2012.07.31''' - '''[[IGEP firmware Yocto|IGEP Firmware Yocto]]''' - [[Update the PRE-INSTALLED software image to a current release|Version 1.2.1-1]]
 
<div style="text-align: right;">Visit the official [http://git.isee.biz GIT]</div>
 
|}
 
|}
 
 
=== Development tools ===
 
 
*'''[[IGEP SDK Virtual Machine|IGEP SDK Virtual Machine]]'''
 
*'''[[How to setup a cross compiler|IGEP SDK Yocto Toolchain]]'''
 
*'''[[How to install Eclipse IDE|Eclipse IDE]]'''
 
*'''[[How to install Qt Creator|Qt Creator]]'''
 
*'''[[Install and configure Codeblocks for IGEP devices|Codeblocks IDE]]'''
 
*'''[[:Category:Gstreamer|IGEP DSP Gstreamer Framework]]'''
 
 
=== Start developing ===
 
 
*'''[[Start developing under IGEP Technology]]'''
 
*'''[[:Category:Peripherals|Peripherals]]''' - Setup and use all peripherals
 
*'''[[:Category:Software applications|Software applications]]''' - examples of common applications
 
*'''[[Resources|Other resources]]''' - external links to available resources
 
 
|}
 
<!------------------------------------------
 
-------------------------------------------->
 
| style="border: 1px solid transparent;" | <br>
 
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG border-radius4" |
 
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
 
|-
 
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
 
 
 
{| style="width: 100%; background: none; text-align: center;"
 
|-
 
|'''[[:Category:IGEP Processor Boards|Processor Boards]]'''
 
|'''[[:Category:IGEP Expansion Boards|Expansion Boards]]'''
 
|'''[[:Category:IGEP Radar|Radar Technology]]'''
 
|'''[http://shop.isee.biz/buy-online/igep.html IGEP Kits]'''
 
|-
 
|[[Image:{{#lst:Template:Links|IGEP_COM_MODULE_Image}}|75px|center|link={{#lst:Template:Links|IGEP_COM_MODULE_Community_MainPage}}]]
 
|[[Image:Igep-cam-bird.jpg|75px|center|link=http://www.isee.biz/products/expansion-boards]]
 
|[[Image:{{#lst:Template:Links|IGEP_RADAR_LAMBDA_Image}}|75px|center|link={{#lst:Template:Links|IGEP_RADAR_LAMBDA_Community_MainPage}}]]
 
|[[Image:Igep kit tft.jpg|100px|center|link=http://shop.isee.biz/buy-online/igep.html]]
 
|-
 
|'''{{#lst:Template:Links|IGEP_COM_MODULE_Name}}'''
 
|'''IGEP CAM BIRD'''
 
|'''{{#lst:Template:Links|IGEP_RADAR_LAMBDA_Name}}'''
 
|-
 
|[[Image:{{#lst:Template:Links|IGEPv2_Image}}|75px|center|link={{#lst:Template:Links|IGEPv2_Community_MainPage}}]]
 
|[[Image:{{#lst:Template:Links|IGEP_BERLIN_Image}}|center|75px|link={{#lst:Template:Links|IGEP_BERLIN_Community_MainPage}}]]
 
|[[Image:{{#lst:Template:Links|IGEP_RADAR_SENSOR_ORION_Image}}|center|75px|link={{#lst:Template:Links|IGEP_RADAR_SENSOR_ORION_Community_MainPage}}]]
 
|[[Image:Igep kit case.png|100px|center|link=http://shop.isee.biz/buy-online/igep.html]]
 
|-
 
|'''{{#lst:Template:Links|IGEPv2_Name}}'''
 
|'''{{#lst:Template:Links|IGEP_BERLIN_Name}}'''
 
|'''{{#lst:Template:Links|IGEP_RADAR_SENSOR_ORION_Name}}'''
 
|-
 
|[[Image:{{#lst:Template:Links|IGEP_COM_PROTON_Image}}|75px|center|link={{#lst:Template:Links|IGEP_COM_PROTON_Community_MainPage}}]]
 
|[[Image:{{#lst:Template:Links|IGEP_PARIS_Image}}|75px|center|link={{#lst:Template:Links|IGEP_PARIS_Community_MainPage}}]]
 
|
 
|[[Image:Igep kit tft.png|100px|center|link=http://shop.isee.biz/buy-online/igep.html]]
 
|-
 
|'''{{#lst:Template:Links|IGEP_COM_PROTON_Name}}'''
 
|'''{{#lst:Template:Links|IGEP_PARIS_Name}}'''
 
|-
 
|
 
|[[Image:{{#lst:Template:Links|IGEP_NEW_YORK_Image}}|75px|center|link={{#lst:Template:Links|IGEP_NEW_YORK_Community_MainPage}}]]
 
|
 
|{{#ev:youtube|bZ5WSB_n_To|100}}
 
|-
 
|
 
|'''{{#lst:Template:Links|IGEP_NEW_YORK_Name}}'''
 
|-
 
|
 
|[[Image:{{#lst:Template:Links|IGEPv2_EXPANSION_Image}}|75px|center|link={{#lst:Template:Links|IGEPv2_EXPANSION_Community_MainPage}}]]
 
|-
 
|
 
|'''{{#lst:Template:Links|IGEPv2_EXPANSION_Name}}'''
 
|}
 
 
----
 
[[Image:Igep tech.png|150px|right|link=http://www.isee.biz/company/igep-technology]]
 
 
|}
 
|}
 
|}
 
|}
 
 
<!------------------------------------------
 
-------------------------------------------->
 
{| style="margin: 4px 0px 0px; background: none repeat scroll 0% 0% transparent;" class="FCK__ShowTableBorders"
 
|-
 
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); color: rgb(0, 0, 0); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG" |
 
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
 
|-
 
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
 
 
<!--
 
<div style="text-align: center;">
 
 
=== What's new at the IGEP Community ===
 
<br>
 
 
</div>
 
----
 
 
===New Articles===
 
 
{{Special:NewPages/limit=0}}
 
 
===Recent changes===
 
 
{{Special:RecentChanges/limit=0}}
 
 
-->
 
<div style="text-align: center;">
 
=== Join the IGEP Community! ===
 
</div>
 
 
 
----
 
 
 
You can '''contribute to the IGEP Community''' by improving or creating new articles:
 
 
*Visit the ISEE Website and [http://www.isee.biz/ register] for a '''free single sign-in account '''that will grant permission to log in to this Wiki, the Forum and Official ISEE resources.
 
 
*Consult the [http://www.mediawiki.org/wiki/Help:Contents User's Guide] and the [[Wiki contribution guidelines|contribution guidelines]] and start your contribution!<br>
 
 
 
=== Related projects ===
 
 
*[http://www.geexbox.org '''GeeXboX''', Free embedded HTPC Linux distribution.]
 
*[http://www.linaro.org '''Linaro''', Make embedded open source development easier and faster.]
 
*[http://www.openembedded.org '''OpenEmbedded''' build framework for embedded Linux.]
 
*[http://code.google.com/p/rowboat '''Rowboat''', Google Android base port for OMAP35xx/37xx.]
 
*[http://www.yoctoproject.org '''Yocto''', create custom Linux-based systems for embedded devices.]
 
 
|}
 
<!------------------------------------------
 
-------------------------------------------->
 
| style="border: 1px solid transparent;" | <br>
 
| style="border: 4px solid rgb(221, 221, 247); width: 50%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top; -moz-border-radius: 10px 10px 10px 10px;" class="MainPageBG border-radius4" |
 
{| style="padding: 2px; width: 100%; background: none repeat scroll 0% 0% rgb(247, 247, 255); vertical-align: top;" class="FCK__ShowTableBorders"
 
|-
 
| style="width: 100%; font-size: 100%; padding-top: 2px;" |
 
<div style="text-align: center;">
 
=== Other resources ===
 
</div>
 
 
 
----
 
 
 
{| style="background:transparent" width="auto" cellspacing="1" cellpadding="10" border="0" align="left"
 
| scope="row" | [[Image:Isee logo.png|100px|link={{#lst:Template:Links|ISEE_MainPage}}]]
 
| At the '''[{{#lst:Template:Links|ISEE_MainPage}} Official ISEE Website]''' you can find and '''download the official documentation''' such as datasheets, schematics, software tools, pinouts, etc. of many IGEP Technology devices.
 
|-
 
|
 
|-
 
| scope="row" | [[Image:Git-logo.png|100px|link={{#lst:Template:Links|ISEE_GIT}}]]
 
| Visit the '''[{{#lst:Template:Links|ISEE_GIT}} Official GIT repositories]''' page where you can find all the software revisions supported by ISEE and all the updates related to the IGEP Technology.
 
|-
 
|
 
|-
 
| scope="row" | [[Image:Isee logo.png|100px|link={{#lst:Template:Links|ISEE_Forum}}]]
 
| At the '''[{{#lst:Template:Links|ISEE_Forum}} Free Support Forum]''' more than 3000 users share experiences and knowledge. If you have any issue, read the forum threads or start a new post.
 
|-
 
|
 
|-
 
| scope="row" | [[Image:Irc.png|100px|link={{#lst:Template:Links|IGEPCommunity_IRC}}]]
 
| style="text-align: left;"| The IGEP Community '''[{{#lst:Template:Links|IGEPCommunity_IRC}} IRC chat]''' at irc.freenode.net (#igep).
 
|-
 
|
 
|-
 
| scope="row" | [[Image:Youtube.png|100px|link={{#lst:Template:Links|IGEPTechnology_Youtube}}]]
 
| IGEP Technology '''[{{#lst:Template:Links|IGEPTechnology_Youtube}} YouTube channel]'''.
 
|}
 
|}
 
 
|}
 
  
 
__NOTOC__
 
__NOTOC__

Revision as of 10:14, 29 January 2013



[!! Proposal for Categories distribution]

  • IGEP Technology Devices (tutorials)
    • Processor Boards
    • Expansion Boards
    • Radar
  • Firmware
    • Boot Loaders
    • Linux Kernel
    • Software distributions
  • Development
    • Development tools
      • Introduction, installation, presentation of developing tools
    • Peripherals
      • Use of peripherals (how to's)
      • Examples
    • Software applications (advanced)
      • Gstreamer
      • Examples
  • IGEP Community
    • External Resources
    • FAQ
    • Glossary
    • Site Map
    • Maintenance


[!!Site Map]

The main structure at the IGEP Community Wiki is:

Tutorials

Main resources of all IGEP Technlogy Devices



Firmware

Development

Articles related to development under IGEP Technology


Development tools

IGEP SDK, Virtual Machines, and other developing tools.



How to forge

Many tutorials and development tricks.



Software applications

Software applications and examples for IGEP Devices.



Gstreamer

Gstreamer, pipelines, IGEP GST Framework, etc.




Community

Many maintenance pages in the IGEP Community Wiki.


Templates


MediaWiki


Special pages


[!!Categories]

The information in this Wiki is sorted by categories. The main categories are listed in this page.

For a complete list with all categories, visit Special:Categories

Information.jpg For direct access to any page, visit the Site Map of the IGEP Community Wiki or use the search engine.

Category:Tutorials

Many IGEP Technology related tutorials.

IGEP Technology devices

Main resources of all IGEP Technlogy Devices


IGEP Technology Devices Guides

Tutorials and Basic information about all IGEP Technology Devices.


Resources

Many available resources related to the IGEP Technology.

Category:Software

Articles related to the basic software needed to run any IGEP Processor Board.


Category:Boot loaders

IGEP X-loader, U-boot, X-loader, etc.


Category:Linux Kernel

Articles related to the Linux Kernel.


Category:Software distributions

Articles related to many software distributions, including Android and Ubuntu.


Category:Hardware

Articles related to Hardware.


Category:Peripherals

Category:Development

Articles related to development under IGEP Technology


Category:Development tools

IGEP SDK, Virtual Machines, and other developing tools.


Category:How to forge

Many tutorials and development tricks.


Category:Software applications

Software applications and examples for IGEP Devices.


Category:Gstreamer

Gstreamer, pipelines, IGEP GST Framework, etc.


Category:IGEP Community

Many maintenance pages in the IGEP Community Wiki.


[!!IGEP Technology devices features table proposal]

IGEP0032 IGEP0030 IGEP0020 IGEP0010
Product name IGEP COM PROTON IGEP COM MODULE IGEPv2 IGEP0010
Igep0032 side.png
Igep0030.jpg
Igep0020.jpg
Igep0010.jpg
Devices and interfaces (discontinued product)
ARM CPU OMAP3530/DM3730 720MHz/1GHz OMAP3530/DM3730 720MHz/1GHz OMAP3530/DM3730 720MHz/1GHz
DSP TMS320DM-C64+ 500 Mhz / 800 Mhz TMS320DM-C64+ 500 Mhz / 800 Mhz TMS320DM-C64+ 500 Mhz / 800 Mhz
RAM Memory 512 MBytes / 200 Mhz 512 MBytes / 200 Mhz 512 MBytes / 200 Mhz
MicroSD Card Reader x 1 x 1 x 1 x 1
USB 2.0 Host x 1 x 1
USB 2.0 OTG x 1 x 1 x 1 x 1
RS232 x 1 x 1
RS485 x 1 x 1
JTAG x 1 x 1 x 1
Stereo audio In/Out x 1
DVI on HDMI x 1
Ethernet x 1 x 1
Wifi x 1 x 1
Bluetooth x 1 x 1
EEPROM x 1
S-Video T.P.
Camera Interface x 1 x 1 N.P.
Analog to digital converter N.P.
Keyboard matrix N.P.
User bicolor leds x 2 x 2 x 2
TFT Interface N.P.
RTC Battery Back Up N.P.
Size 35x51,2mm 18x68,5mm 65x95mm
Expansion connectors Power and many functionalities from OMAP3 processor Power and many functionalities from OMAP3 processor Power 5V and 1.8V, UART, McBSP, McSPI, I2C, GPIO, RS485 with transceiver, Keyboard
Main pages (coming soon)

Isee logo.png Isee logo.png (discontinued product)
Igep community logo.png Igep community logo.png
Getting started guide
Documentation.png Documentation.png
Hardware manual Hw manual.png Hw manual.png Hw manual.png


  • O: Available on board
  • N.P.: Not populated THESE DEVICES and/or CONNECTORS ARE AVAILABLE, BUT NOT POPULATED BY DEFAULT
  • T.P.: Test points


IGEP Expansion Boards

Compatible with IGEP COM MODULE, IGEP COM NEUTRON & IGEP COM PROTON

BASE0010 ILMS0015
Product name IGEP BERLIN IGEP PARIS BASE0010-RA1 IGEP NEW YORK

Igep berlin side.png
Base0010.jpg
Devices and interfaces (discontinued product)
GSM/GPRS Modem x 1
DVI Video Output on HDMI x 1 x 1
VGA Video Output x 1
Video Input x 2
Ethernet x 3 x 1 x 2
USB Host x 4 x 1 x 1
USB OTG x 1
Stereo audio In/Out x 1 x1
RS232 x 1 x 1 x 1
RS485 x 2
CAN interface x 1
Relay outputs x 3
Digital inputs x 2
Analog inputs x 2
Real time clock (RTC) x 1 x 1
RTC Battery Back Up x 1
Battery charger N.P. N.P.
User leds x 2 x 2 x 1
TFT Interface x 1 x 1
Switch x 2 x 1 x 1
3 Axis accelerometer x 1
Buzzer x 1 x 1
EEPROM x 1 x 1
Expansion connectors GPIO, SPI, UART, I2C, PWM, DSS
Main pages (coming soon) (coming soon) Isee logo.png
Igep community logo.png
Getting started guide Documentation.png
Hardware manual


  • x '#': These devices available on board.
  • N.P.: These devices and/or connectors are available, but NOT POPULATED by default.
  • T.P.: These signals are available via the boards Test points.


Compatible with IGEPv2

IGEP0022
Product name IGEPv2 EXPANSION
Igep0022.jpg
GSM/GPRS Modem x 1
DVI Video Output on HDMI x 1
VGA Video Output x 1
Video Input x 2
Stereo audio In/Out x 1
RS232 x 1
RS485 x 1
7" TFT Interface x 1
4.3" TFT Interface x 1
Camera interface x 1
EEPROM x 1
CAN Interface x 1
Main pages Isee logo.png
Igep community logo.png
Getting started guide Documentation.png
Hardware manual Hw manual.png


IGEP Radar


RADR0010
RADR0000
Product name IGEP RADAR SENSOR ORION IGEP RADAR LAMBDA IGEP RADAR KIT v1

Radarv2.jpg

Radar Kit v2.jpg

Radar Kit v1.jpg

Main pages
Isee logo.png Isee logo.png Isee logo.png
Igep community logo.png Igep community logo.png Igep community logo.png
Hardware manual
Hw manual.png Hw manual.png Hw manual.png