Difference between revisions of "How to use GPIOs"

From IGEP - ISEE Wiki

Jump to: navigation, search
m
Line 11: Line 11:
 
Download source code from author website using the next command:<br>  
 
Download source code from author website using the next command:<br>  
 
<pre>wget -r -np  http://svn.hylands.org/linux/gpio/
 
<pre>wget -r -np  http://svn.hylands.org/linux/gpio/
</pre>  
+
</pre>
 +
 
 +
Due the Makefiles are wrote for Gumstix SDK, it is necessary change some constants to our Host. There are:
 +
$/linux/gpio/app
 +
 
 
= Install binaries  =
 
= Install binaries  =
  

Revision as of 12:40, 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

Download source code from author website using the next command:

wget -r -np  http://svn.hylands.org/linux/gpio/

Due the Makefiles are wrote for Gumstix SDK, it is necessary change some constants to our Host. There are: $/linux/gpio/app

Install binaries


Testing driver



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