Changes

Mux configuration

93 bytes added, 10:12, 30 January 2012
no edit summary
This How-To is meant to be a starting point for people to learn configure mux for IGEP v2 devices as quickly and easily as possible. For this how-to i used [http://releases.linaro.org/platform/linaro-m/headless/final/linaro-m-headless-tar-20101108-2.tar.gz Linaro Headless] and Ubuntu 10.04 with Linaro Toolchain.<br> IgepV2 Board have a default mux configuration, but some cases is necessary change it, for example your project need [[How to set up UART2 in J990|UART2 at j990]] connector to transmit data, for this purpose you need change some mux configurations to enable it and be sure that this modification don't break or interferes in other IC or peripherals. The mux options are vast. There are three ways to configure mux at DM37xx and OMAP35xx:<br>
*Editing OS User Space. this mode has a issue, when your system reboot or shutdown you will need to configure again. [[How_to_set_up_UART2_in_J990How to set up UART2 in J990#First_way|Example]]. *Using kernel buddies. This way is ot avaliable in some cases. [[How_to_set_up_UART2_in_J990How to set up UART2 in J990#Second_way|Example]]. *Editing and compile kernel sources. [[How_to_set_up_UART2_in_J990How to set up UART2 in J990#Third_way|Example]].
<br>
4,199
edits