The P2041 u-boot can use UART0 or UART1 as console.
Set the CONFIG_CONS_INDEX to 2 in the /include/configs/P2041RDB.h file in the u-boot source if USRT1 is needed as console.
For using both UART under Linux use the following command:
cat /proc/interrupts
Is there interrupt from both UARTs?
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------