Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to use GPIOs

378 bytes added, 13:26, 9 January 2012
no edit summary
= Install binaries =
 
=== Install module ===
 
Go to:$/svn.hylands.org/linux/gpio/modules/ and insert user-gpio-drv.ko into linux kernel with the following command:
<pre>insmod user-gpio-drv.ko
</pre>
Check that user-gpio-drv.ko is currently loaded with the following command:
<pre>lsmod</pre>
 
The module is loaded until system halt.
 
=== Install dynamic library ===
<br>
 
=== Execute app ===
 
<br>
= Testing driver =
4,199
edits