Difference between revisions of "What can I do with IGEP0020"

From IGEP - ISEE Wiki

Jump to: navigation, search
m
m
Line 14: Line 14:
 
#[[The Linux kernel|Linux Kernel]] starting process (It's possible to interact with the board using the console when the kernel has already started).<br>
 
#[[The Linux kernel|Linux Kernel]] starting process (It's possible to interact with the board using the console when the kernel has already started).<br>
  
== Logging in<br>  ==
+
== Setting up and Logging in<br>  ==
  
IGEPv2 board uses the serial debug for output all debug information and the users can interact with the board.
+
IGEPv2 board uses the serial debug for output all debug information and the users can interact with the board.  
  
Now that you have set up the system is correctly configured you are ready to login. You can do it via:
+
The IGEPv2 Serial debug console can be accessed on [http://www.igep.es/index.php?option=com_content&view=article&id=99&Itemid=112&dir=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEPv2%2FHW_User_Manuals&download_file=%2Fvar%2Fwww%2Fvhosts%2Figep.es%2Fhttpdocs%2Fdownloads%2F01-ISEE_Products%2FIGEPv2%2FHW_User_Manuals%2FMAN-PR-IGEP.0020-001.21.HW_Manual_RC_v1.21.pdf J960 connector] and you should use a [http://igep-platform.com/shop/index.php?main_page=product_info&cPath=1&products_id=8&zenid=701aa01925001b84ed070559d8ac0851 DBM9 to IDC-10 adapter] for connecting it to the host PC.<br> IRead&nbsp;<span style="text-decoration: underline;" />[[How to setup the IDC10 cable|how to setup IDC-10 adapter]].  
  
*Serial Console: [[Using serial debug port to communicate|here]] is a short explanation about how to correctly configure your Serial Console<br>
+
Now you are ready to login. You can do it via:  
*SSH
 
  
The default login user is: root
+
*'''Serial Console''': [[Using serial debug port to communicate|here]] is a short explanation about how to correctly configure your Serial Console<br>
 +
*'''SSH'''
  
There is no password for this user.
+
The default login user is: '''root'''
 +
 
 +
There is '''no password''' for this user.
  
 
== Using the board LED's<br>  ==
 
== Using the board LED's<br>  ==

Revision as of 14:59, 6 July 2011

Booting your IGEPv2 board

First of all, you may want to boot your board. IGEP0020 can boot:


The IGEPv2 board boot process is divided in 3 booting phases:

  1. xloader boot process (It's not possible to interact with the board).
  2. uboot boot process (It's possible to interact with the board using the console).
  3. Linux Kernel starting process (It's possible to interact with the board using the console when the kernel has already started).

Setting up and Logging in

IGEPv2 board uses the serial debug for output all debug information and the users can interact with the board.

The IGEPv2 Serial debug console can be accessed on J960 connector and you should use a DBM9 to IDC-10 adapter for connecting it to the host PC.
IRead <span style="text-decoration: underline;" />how to setup IDC-10 adapter.

Now you are ready to login. You can do it via:

  • Serial Console: here is a short explanation about how to correctly configure your Serial Console
  • SSH

The default login user is: root

There is no password for this user.

Using the board LED's

This is probably the most simple feature in the board, but sometimes LED's may be the only way of checking the status of some of your applications.

IGEP0020 has 4 LED's which you can control, for example, using 'echo':

echo 1 > /sys/devices/platform/leds-gpio/leds/d240\:green/brightness

echo 1 > /sys/devices/platform/leds-gpio/leds/d240\:red/brightness

echo 1 > /sys/devices/platform/leds-gpio/leds/d440\:green/brightness

echo 1 > /sys/devices/platform/leds-gpio/leds/d440\:red/brightness

You can turn them down using the same command and write '0' instead of '1'.