Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP SMARC iMX6

2,025 bytes added, 11:41, 13 May 2016
Created page with '{{Table/IGEP Technology Devices |Tech_Family={{#lst:Template:Links|IGEP_SMARC_iMX6_Tech_Family}} |Tech_ID={{#lst:Template:Links|IGEP_SMARC_iMX6_Tech_ID}} |Name={{#lst:Template:Li…'
{{Table/IGEP Technology Devices
|Tech_Family={{#lst:Template:Links|IGEP_SMARC_iMX6_Tech_Family}}
|Tech_ID={{#lst:Template:Links|IGEP_SMARC_iMX6_Tech_ID}}
|Name={{#lst:Template:Links|IGEP_SMARC_iMX6_Name}}
|Image={{#lst:Template:Links|IGEP_SMARC_iMX6_Image}}
|ISEE_MainPage={{#lst:Template:Links|IGEP_SMARC_iMX6_ISEE_MainPage}}
|ISEE_Hardware={{#lst:Template:Links|IGEP_SMARC_iMX6_ISEE_Hardware}}
}}


= 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.


__TOC__


= 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/ 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

A detailed guide on how use GPIO-LEDS can be found by following this link: [[How to handle the gpio-LED]]

== CAN BUS ==


== How to use UART (RS485) ==

{{#lst:How to use RS485|overview}}
A detailed guide on how use UARTS can be found by following this link: [[How to use RS485]]

== CAN BUS ==



== Audio ==



== Boot SATA ==



== Boot emmc ==



== Install firmware emmc ==



== EEPROM ==



== SPINOR ==




== IO expansion ==



== wifi ==



== HDMI resolution ==



== modem USB ==

{{Template:Navigation/IGEP Technology Guides/What can I do/Ending}}

[[Category:IGEP Technology Devices Guides]]
0
edits