Difference between revisions of "What can I do with IGEP SMARC iMX6"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 26: Line 26:
  
 
The board has two user bicolor (green/red) leds available that can be controlled. In its simplest form, you can control of LEDs from
 
The board has two user bicolor (green/red) leds available that can be controlled. In its simplest form, you can control of LEDs from
userspace. LEDs appear in /sys/class/leds/ and you can turn on and off with following commands:
+
userspace. LEDs appear in /sys/class/leds/igep and you can turn on and off with following commands:
  
 
<pre>
 
<pre>
Line 41: Line 41:
 
</pre>
 
</pre>
  
The base has two user (red/blue). Can't use them in the same time.
+
The base has two user (red/blue)leds available that can be controlled. Can't use them in the same time. In its simplest form, you can control of LEDs from
 +
userspace. LEDs appear in /sys/class/leds/base and you can turn on and off with following commands:
  
 
<pre>
 
<pre>
Line 51: Line 52:
  
  
 
== CAN BUS ==
 
 
'''under construction'''
 
  
 
== How to use UART (RS485) ==
 
== How to use UART (RS485) ==
Line 87: Line 84:
  
 
'''under construction'''
 
'''under construction'''
 
  
 
== IO expansion ==
 
== IO expansion ==

Revision as of 09:11, 18 May 2016


Overview

This is the 2/3 chapter of the Getting Started with IGEP SMARC iMX6 Tutorial Guide.

In this second chapter, we will learn some basics tasks. Upon completion, you will be ready to continue with chapter 3/3 that explains more advanced tasks.



What can I do

You must logged in the board.

Handle the GPIO-LEDS

The board has two user bicolor (green/red) leds available that can be controlled. In its simplest form, you can control of LEDs from userspace. LEDs appear in /sys/class/leds/igep and you can turn on and off with following commands:

$ echo 1 > /sys/class/leds/igep\:red\:led1/brightness
$ echo 1 > /sys/class/leds/igep\:red\:led0/brightness
$ echo 0 > /sys/class/leds/igep\:red\:led1/brightness
$ echo 0 > /sys/class/leds/igep\:red\:led0/brightness
$ echo 1 > /sys/class/leds/igep\:green\:led1/brightness
$ echo 1 > /sys/class/leds/igep\:green\:led0/brightness
$ echo 0 > /sys/class/leds/igep\:green\:led1/brightness
$ echo 0 > /sys/class/leds/igep\:green\:led0/brightness

The base has two user (red/blue)leds available that can be controlled. Can't use them in the same time. In its simplest form, you can control of LEDs from userspace. LEDs appear in /sys/class/leds/base and you can turn on and off with following commands:

$ echo 1 > /sys/class/leds/base\:blue\:led0/brightness
$ echo 1 > /sys/class/leds/base\:red\:led0/brightness
$ echo 0 > /sys/class/leds/base\:blue\:led0/brightness
$ echo 0 > /sys/class/leds/base\:red\:led0/brightness


How to use UART (RS485)

under construction

CAN BUS

under construction

Audio

under construction

Boot SATA

under construction

Boot emmc

under construction

Install firmware emmc

under construction

EEPROM

under construction

SPINOR

under construction

IO expansion

under construction

wifi

under construction

HDMI resolution

under construction

modem USB

under construction



You have successfully completed this chapter of the guide.


Continue this tutorial guide: 3/3 - Start developing under IGEP Technology
Igep forum.png If you have any question, don't ask to ask at the IGEP Community Forum or the IGEP Community Chat Irc.png