I am using devkit8000 which is similar to beagle board.
How to enable CONFIG_OMAP_MUX inside? Somehow I can't find it via menuconfig. or I am looking at the wrong place?
|
I am using devkit8000 which is similar to beagle board. How to enable CONFIG_OMAP_MUX inside? Somehow I can't find it via menuconfig. or I am looking at the wrong place?
| |||||
feedback
|
|
Refer to OMAP35x Technical Reference Manual (Rev. W) To use GPIO130 you need to make sure the register is in the correct mode for GPIO.
You can use [pg 778] Ensure bit
By that computation GPIO 130 should be in GPIO bank 5 bit 2 (plz check math). (Assuming math is correct)
Check Now you can set DATA_OUT at Once you verify that the GPIO is setup correctly and you are able to peek and poke the values you can use either set it up in your boot-loader or the kernel so it sticks at startup or you can modify it in user space using | |||
feedback
|