Changes

What can I do with IGEP0020

1,788 bytes removed, 10:45, 13 April 2012
Redirected page to What can I do with IGEPv2
== Booting your IGEPv2 board<br> == First of all, you may want to boot your board. IGEP0020 can boot#REDIRECT:  *from a [[How to boot from MicroSD Card|MMC/microSD card]] (first priority in boot order). *from OneNAND&nbsp;memory.   The IGEPv2 board boot process is divided in '''3 booting phases''':<br>  #[[../../../../index.php/The_bootloader_X-loader|xloader]] boot process (It's not possible to interact with the board).#[[../../../../index.php/The_bootloader_U-Boot|uboot boot]] process (It's possible to interact with the board using the console).#[[../../../../index.php/The_Linux_kernel|Linux Kernel]] starting process (It's possible to interact What can I do with the board using the console when the kernel has already started).<br> == Logging in<br> == 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:  *Serial Console: [[Using serial debug port to communicate|here]] is a short explanation about how to correctly configure your Serial Console<br> *SSH The default login user is: root  There is no password for this user. == Using the board LED's<br> == 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.<br>  IGEP0020 has 4 LED's which you can control, for example, using 'echo': <pre>echo 1 &gt; /sys/devices/platform/leds-gpio/leds/d240\:green/brightness echo 1 &gt; /sys/devices/platform/leds-gpio/leds/d240\:red/brightness echo 1 &gt; /sys/devices/platform/leds-gpio/leds/d440\:green/brightness echo 1 &gt; /sys/devices/platform/leds-gpio/leds/d440\:red/brightness</pre> You can turn them down using the same command and write '0' instead of '1'.
0
edits