Difference between revisions of "How to use GPIOs"

From IGEP - ISEE Wiki

Jump to: navigation, search
m
Line 1: Line 1:
(please contribute with this article)
+
= Overview  =
  
(suggestion: how to handle gpios and configure mux)
+
This How-To is meant to be a starting point for people to learn use GPIOs for IGEP v2 devices as quickly and easily as possible. For this how-to i used [http://releases.linaro.org/platform/linaro-m/headless/final/linaro-m-headless-tar-20101108-2.tar.gz Linaro Headless], Ubuntu 10.04 with Linaro Toolchain, IGEP v2 RC5 and [http://svn.hylands.org/linux/gpio/ GPIO driver] wrote by Dave Hylands. There are more ways to use GPIOs in IGEP v2, but this one is simple and reliable.<br>
  
Example:[[What can I do with IGEP0020#How to handle the gpio-LED's]]
+
= Feedback and Contributing  =
  
[[Category:Work in progress]]
+
At any point, if you see a mistake you can contribute to this How-To.<br>
[[Category:Communications]]
+
 
 +
= Compile GPIO driver source code  =
 +
 
 +
<br>
 +
 
 +
= Install binaries  =
 +
 
 +
<br>
 +
 
 +
= Testing driver  =
 +
 
 +
<br>
 +
 
 +
<br> Example:[[What can I do with IGEP0020#How_to_handle_the_gpio-LED.27s]]
 +
 
 +
[[Category:Work_in_progress]] [[Category:Communications]]

Revision as of 11:50, 9 January 2012

Overview

This How-To is meant to be a starting point for people to learn use GPIOs for IGEP v2 devices as quickly and easily as possible. For this how-to i used Linaro Headless, Ubuntu 10.04 with Linaro Toolchain, IGEP v2 RC5 and GPIO driver wrote by Dave Hylands. There are more ways to use GPIOs in IGEP v2, but this one is simple and reliable.

Feedback and Contributing

At any point, if you see a mistake you can contribute to this How-To.

Compile GPIO driver source code


Install binaries


Testing driver



Example:What can I do with IGEP0020#How_to_handle_the_gpio-LED.27s