I using mqx 4.1.2(for MCC V1.0) on Colibri VF61 according http://developer.toradex.com/knowledge-base/mqx-on-the-cortex-m4-of-a-colibri-vf61
UART_B is disabled at vf-colibri-eval-v3.dtsi « dts « boot « arm « arch - linux-toradex.git - Linux kernel for Apalis, Colibri and Verdin modules
root@colibri-vf:~# ls /dev/ |grep ttyLP
ttyLP0
ttyLP1
root@colibri-vf:~# cat /sys/kernel/debug/clk/clk_summary |grep uart
uart5 0 0 83368421 0 0
uart4 0 0 83368421 0 0
uart3 0 0 83368421 0 0
uart2 0 0 83368421 0 0
uart1 1 1 83368421 0 0
uart0 1 1 83368421 0 0
root@colibri-vf:~#
But there is no output at UART_B.
Before UART_B is disabled in device tree, there is output from UART_B. Should UART_B be re-initialized in mqx after being disabled in device tree ?