LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   Beagle Bone Rev A5 serial communication UART4 and UART5 mux settings (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/beagle-bone-rev-a5-serial-communication-uart4-and-uart5-mux-settings-946275/)

mandar.nandale 05-22-2012 06:11 AM

Beagle Bone Rev A5 serial communication UART4 and UART5 mux settings
 
I am working on Beagle Bone Rev A5 and my UART1 and UART2 are working fine with this mux setting:

echo 20 > /sys/kernel/debug/omap_mux/uart1_rxd
echo 0 > /sys/kernel/debug/omap_mux/uart1_txd
echo 1 > /sys/kernel/debug/omap_mux/spi0_d0
echo 21 > /sys/kernel/debug/omap_mux/spi0_sclk

Now i want a hardware flow control enabled and for that i want to use UART4 and UART5 can anybody help me enabling Rx,Tx,RTS,CTS of uart 4 & 5, what will be the mux setting for these UARTs?


All times are GMT -5. The time now is 02:29 PM.