Difference between revisions of "Getting started with IGEP PARIS"
From IGEP - ISEE Wiki
m (→Getting started) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 6: | Line 6: | ||
|ISEE_MainPage={{#lst:Template:Links|IGEP_PARIS_ISEE_MainPage}} | |ISEE_MainPage={{#lst:Template:Links|IGEP_PARIS_ISEE_MainPage}} | ||
|ISEE_Hardware={{#lst:Template:Links|IGEP_PARIS_ISEE_Hardware}} | |ISEE_Hardware={{#lst:Template:Links|IGEP_PARIS_ISEE_Hardware}} | ||
− | }} | + | }} |
− | |||
− | = Overview | + | |
− | This is the 1/3 chapter of IGEP PARIS Expansion Tutorial Guide. | + | =Overview= |
+ | This is the 1/3 chapter of IGEP PARIS Expansion Tutorial Guide. | ||
In this first chapter, we will learn how to connect some expansion peripherals. | In this first chapter, we will learn how to connect some expansion peripherals. | ||
− | |||
+ | __TOC__ | ||
+ | |||
+ | |||
+ | |||
+ | =Requirements= | ||
In this tutorial we are going to use the following peripherals: | In this tutorial we are going to use the following peripherals: | ||
* IGEP COM MODULE | * IGEP COM MODULE | ||
+ | * IGEP PARIS Expansion | ||
* 5V DC power supply with a minimum of 3A current capacity | * 5V DC power supply with a minimum of 3A current capacity | ||
* TFT touch screen Seiko 7" | * TFT touch screen Seiko 7" | ||
Line 28: | Line 33: | ||
* PC | * PC | ||
− | = Getting started = | + | =Getting started= |
− | == Connect IGEP PARIS Expansion with IGEP COM MODULE/NEUTRON Board == | + | <div style="text-align: center;"> |
− | [[Image:PARIS+module.JPG|right|200px]] | + | {{#ev:youtube|bZ5WSB_n_To|500}} |
− | The IGEP PARIS Expansion connects to the IGEP COM MODULE/NEUTRON Board through J1 and J4 connectors. Just take a look on the figure to mount it:<br> <br><br><br><br><br><br> | + | </div> |
+ | ==Connect IGEP PARIS Expansion with IGEP COM MODULE/NEUTRON Board== | ||
+ | [[Image:PARIS+module.JPG|right|200px]]The IGEP PARIS Expansion connects to the IGEP COM MODULE/NEUTRON Board through J1 and J4 connectors. Just take a look on the figure to mount it:<br /> <br /><br /><br /><br /><br /><br /> | ||
− | == Enable IGEP PARIS Expansion support == | + | ==Enable IGEP PARIS Expansion support== |
+ | IGEP Yocto Firmware comes with IGEP PARIS Expansion support. However open igep.ini, you can do this [[How_do_I_edit_my_kernel_command_line | checking following kernel cmdline parameter]]: | ||
− | == | + | <pre>buddy=base0010 buddy.revision=B |
+ | ;buddy=ilms0015</pre> | ||
+ | ==Remote connection via Ethernet== | ||
{{Message/Information Message|title=|message=If you aren't using a Linux operating system, use [http://labs.isee.biz/index.php/IGEP_SDK_Virtual_Machine IGEP SDK Virtual Machine] to connect to the board}} | {{Message/Information Message|title=|message=If you aren't using a Linux operating system, use [http://labs.isee.biz/index.php/IGEP_SDK_Virtual_Machine IGEP SDK Virtual Machine] to connect to the board}} | ||
Line 43: | Line 53: | ||
$ sudo ifconfig eth0:0 192.168.5.10 | $ sudo ifconfig eth0:0 192.168.5.10 | ||
− | + | Connect to the board using the SSH protocol | |
$ ssh root@192.168.5.1 | $ ssh root@192.168.5.1 | ||
− | + | An empty password for root user should work to access to the shell prompt. | |
{{Navigation/IGEP Technology Guides/Getting Started/Ending | {{Navigation/IGEP Technology Guides/Getting Started/Ending |
Latest revision as of 10:58, 10 April 2018
|
|
Overview
This is the 1/3 chapter of IGEP PARIS Expansion Tutorial Guide.
In this first chapter, we will learn how to connect some expansion peripherals.
Contents
Requirements
In this tutorial we are going to use the following peripherals:
- IGEP COM MODULE
- IGEP PARIS Expansion
- 5V DC power supply with a minimum of 3A current capacity
- TFT touch screen Seiko 7"
- Network cable
- USB keyboard and a mouse (optional)
- Li-on battery with 3V3 (optional)
- DB9 connector
- PC
Getting started
Connect IGEP PARIS Expansion with IGEP COM MODULE/NEUTRON Board
The IGEP PARIS Expansion connects to the IGEP COM MODULE/NEUTRON Board through J1 and J4 connectors. Just take a look on the figure to mount it:Enable IGEP PARIS Expansion support
IGEP Yocto Firmware comes with IGEP PARIS Expansion support. However open igep.ini, you can do this checking following kernel cmdline parameter:
buddy=base0010 buddy.revision=B ;buddy=ilms0015
Remote connection via Ethernet
If you aren't using a Linux operating system, use IGEP SDK Virtual Machine to connect to the board |
In your Host Machine, open a terminal sessions set up an Ethernet alias for your network interface,
$ sudo ifconfig eth0:0 192.168.5.10
Connect to the board using the SSH protocol
$ ssh root@192.168.5.1
An empty password for root user should work to access to the shell prompt.
You have successfully completed this chapter of the guide.
|
If you have any question, don't ask to ask at the IGEP Community Forum or the IGEP Community Chat |