Difference between revisions of "Getting started with IGEP PARIS"

From IGEP - ISEE Wiki

Jump to: navigation, search
(Created page with '__NOTOC__ {| width="200" cellspacing="0" cellpadding="4" border="1" align="right" |- | ====== BASE0010 ====== *'''Main page''' *'''[[Getting Started wit…')
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{| width="200" cellspacing="0" cellpadding="4" border="1" align="right"
+
 
 +
{| cellspacing="0" cellpadding="5" border="1" align="center" width="100%" style="text-align: left;"
 
|-
 
|-
|  
+
| bgcolor="#cccccc" |'''Getting started with IGEP PARIS'''
====== BASE0010 ======
+
|-
 
+
|'''This page is a starting point for IGEP PARIS.'''
*'''[[:Category:BASE0010|Main page]]'''
 
 
 
*'''[[Getting Started with BASE0010 board|Getting started]]'''
 
 
 
*'''[[What can I do with BASE0010|What can I do]]'''
 
 
 
*'''[[Start developing under IGEP Technology|Start developing]]'''
 
 
 
 
|}
 
|}
  
= Overview  =
 
  
'''Important note''' - Please read these documents before continuing with this article:  
+
{{Navigation/IGEP Technology Guides
 +
|Name={{#lst:Template:Links|IGEP_PARIS_Name}}
 +
|Image={{#lst:Template:Links|IGEP_PARIS_Image}}
 +
|ISEE_MainPage={{#lst:Template:Links|IGEP_PARIS_ISEE_MainPage}}
 +
|ISEE_Hardware={{#lst:Template:Links|IGEP_PARIS_ISEE_Hardware}}
 +
|Community_MainPage={{#lst:Template:Links|IGEP_PARIS_Community_MainPage}}
 +
|Community_Guides_1={{#lst:Template:Links|IGEP_PARIS_Community_Guides_1}}
 +
|Community_Guides_2={{#lst:Template:Links|IGEP_PARIS_Community_Guides_2}}
 +
}}
  
*Official BASE0010 Hardware Reference Manual from ISEE (link)
 
*Official [http://www.iseebcn.com/index.php?option=com_content&view=article&id=99&Itemid=129&dir=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEP_MODULE%2FHW_User_Manuals&download_file=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEP_MODULE%2FHW_User_Manuals%2FMAN-PR-IGEP.0030-002.03.HW_USER_MANUAL.pdf IGEP0030 Hardware Reference Manual] from ISEE
 
  
<br>
+
{| cellspacing="0" cellpadding="5" border="1" align="center" style="text-align: left;"
 
+
|-
{| width="100%" cellspacing="1" cellpadding="1" border="0" align="center"
+
| bgcolor="#cccccc" colspan="3" | '''Overview'''
 +
|-
 +
| [[Image:{{#lst:Template:Links|IGEP_PARIS_Image}}|250px|center|link={{#lst:Template:Links|IGEP_PARIS_Community_MainPage}}]]
 
|-
 
|-
! scope="row" | [[Image:Information.jpg|60x60px]]
+
| '''Work in progress article. Coming soon!'''
| It is highly recommended to [[Update_the_PRE-INSTALLED_software_image_to_a_current_release|'''update your pre-installed software image''']] to a recent release to ensure you have the latest features and bug fixes.
 
|}
 
 
 
= Mounting IGEP0030 COM  =
 
 
 
The IGEP0030 COM connects to BASE0010 expansion board via the two 70-pin connectors located on the bottom side of the COM. Place the BASE0010 board on a flat, static-safe surface, align the COM with the white outline on the board above the connectors and gently press on the COM until it clicks into place.
 
 
 
{|
 
 
|-
 
|-
| [[Image:BASE0010-01.JPG|thumb|left|400px]][[Image:BASE0010-02.JPG|thumb|right|400px]]
 
 
|}
 
|}
  
<br>
 
 
= Adding peripherals  =
 
 
You can begin to add peripherals. We will begin with a serial communication, a monitor, a USB keyboard, a mouse, and a network cable.
 
 
== Serial  ==
 
 
Connect a [http://en.wikipedia.org/wiki/Null_modem null modem] DB9 male-male serial cable between the board and your host machine, use the serial debug port to communicate with the host machine.
 
 
*[[Using serial debug port to communicate]]
 
 
== Monitor  ==
 
 
Connect the DVI cable connector from the BASE001 HDMI connector to the TFT DVI-D connector. The Digital Visual Interface (DVI) is a video standard interface designed to provide very high visual quality on digital display devices such as flat panel LCD computer displays and digital projectors. It is partially compatible with the High-Definition Multimedia Interface (HDMI) standard in digital mode (DVI-D), and VGA in analog mode (DVI-A).
 
 
Users will need a cable with male DVI-D connector for the TFT, and male HDMI connector from BASE0010 board.
 
 
Note that your monitor should be able to support 1024 x 768 @ 60 Hz, which is the default resolution
 
 
== Audio IN/OUT  ==
 
 
External Audio input devices, such as a powered microphone or the audio output of a PC or MP3 player, can be connected to the via a 3.5mm jack (Audio IN).
 
 
An external Audio output device, such as external stereo powered speakers, can be connected to the BASE0010 via a 3.5mm jack (Audio OUT).
 
 
== Keyboard/Mouse  ==
 
 
You will need a powered hub to connect to most USB, connect the USB hub to the USB host connector, then plug your keyboard and mouse into the hub.
 
 
Only USB 2.0 devices work, do not connect a USB mouse 1.0 into the USB host connector without using a USB hub 2.0, because it will not work.
 
 
== Network  ==
 
 
The board comes with two 10/100BASE-TX Ethernet ports, you may plug their Ethernet cable into that board.
 
 
= Enabling BASE0010 support  =
 
 
<span style="background-color: rgb(255, 0, 0);">How to enable BASE0010 support throught igep.ini configuration file</span>
 
 
The required [[How do I edit my kernel command line|kernel command line]] option here is
 
 
buddy=base0010
 
 
= Booting up  =
 
 
Now that you have connected the IGEP0030 COM to the BASE0010 expansion board and your peripherals are connected you can apply power to your BASE0010 board.
 
 
You will see a few lights flash, the details will differ based on software version. As the linux kernel loads and initializes the hardware, the desktop will appear on the screen like following image and you will see a boot prompt in your serial connection.
 
 
{|
 
|-
 
| [[Image:Poky-prompt-screenshot.png|thumb|left|550px]] [[Image:Poky-screenshot.png|thumb|right|400px]]
 
|}
 
  
{{Navigation/IGEP Technology Guides/Getting Started/Ending|device=BASE0010}}
+
{{Navigation/IGEP Technology Devices Guides/Next Step
 +
|Name={{#lst:Template:Links|IGEP_PARIS_Name}}
 +
|Community_MainPage={{#lst:Template:Links|IGEP_PARIS_Community_MainPage}}
 +
|Next_Step={{#lst:Template:Links|IGEP_PARIS_Community_Guides_2}}
 +
}}
  
[[Category:BASE0010]]
+
[[Category:IGEP Technology Devices Guides]]
[[Category:Tutorials]]
 

Revision as of 18:48, 20 April 2012


Getting started with IGEP PARIS
This page is a starting point for IGEP PARIS.


link=IGEP PARIS
IGEP PARIS

  • IGEP PARIS guides:
  1. [[Getting started with IGEP PARIS|Getting started]]
  2. [[What can I do with IGEP PARIS|What can I do with IGEP PARIS]]
  3. Start developing


Overview
link=IGEP PARIS
Work in progress article. Coming soon!


Continue with this tutorial at: [[What can I do with IGEP PARIS]]