Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Mux instructions

No change in size, 13:39, 15 February 2012
no edit summary
Power down (active low). In the powerdown state, only the digital I/O buffers and I2C interface remain active. A high level selects the normal operating mode. A low level selects the powerdown mode.<br>
 
It was tested using alternate peripherals like UARTs and GPIOs.
{| cellspacing="1" cellpadding="1" border="1" align="center" width="200"
| [[Image:Tfp410 IGEPv2.png|713x462px]]
|}
 <br>
===== First way: =====
root@localhost:/sys/class/gpio#
</pre>
It was tested using alternate peripherals like UARTs and GPIOs.<br>
 
===== Second way&nbsp;: =====
};
</pre>
"static struct omap_board_mux board_mux[] __initdata". Edit the following fields:
<pre>#ifdef CONFIG_OMAP_MUX
static struct omap_board_mux board_mux[] __initdata = {
{ .reg_offset = OMAP_MUX_TERMINATOR },
};</pre>
When dss_* are configured in safe mode, GPIO170 are configured in low value
'''Compile kernel source code'''
4,199
edits