Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to use GPIOs

498 bytes added, 15:45, 9 January 2012
no edit summary
= Testing driver =
 
To make sure than driver works well, make the next test with GPIO_136 and GPIO_137: <br>
 
NOTE: Make sure that MMC2_DAT4 and MMC2_DAT5 are not used, for more information visit this [[Mux_configuration|page]]. With IGEP v2 RC5 (version without WIFI) this pins are not used by default.
 
=== Configure Mux ===
 
Go to:/sys/kernel/debug/omap_mux, and change the this mux configuration:
<pre>
echo 0x104>sdmmc2_dat4
echo 0x104>sdmmc2_dat5
</pre>
Use cat to check
 
=== Link GPIO ===
<br>
<br> === Read/Write test ===
'''Under construction'''<br>
4,199
edits