Prajwal Upadhya
unread,Apr 20, 2012, 8:06:58 PM4/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pandaboard, kushal...@gmail.com
Hi,
We are trying to set the GPIO135 available on the J3 expansion
header. We have deployed the android ice cream sandwich on the panda
board.
For this we have added the line "OMAP4_MUX(MCSPI1_SOMI,
OMAP_MUX_MODE3 | OMAP_PIN_OUTPUT)" in the struct omap_board_mux
board_mux[] of board-omap4panda.c.
This struct contains all the pin mux configurations. This change does
not seem to let us control the status (High/Low) of the pin. We were
wondering if anybody could point out the extra changes (if any) that
need to be done in order to configure the pin as an output pin.