Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to use GPIOs

29 bytes removed, 12:40, 11 January 2012
no edit summary
<pre>sudo apt-get install ncurses-dev
</pre>
-Go to kernel path and type: &lt;<pre&gt; >make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- menuconfig &lt;</pre&gt;> Exit Linux Kernel Configuration an return to bash. Type now: &lt;<pre&gt;<br> make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules_prepare<br> &lt;/prebr&gt;<br/pre> File $/include/generated/autoconf.h was created
Finally compile GPIO driver, go to main Makefile path and compile all source code using make command.
4,199
edits