Hi Sir,
Currently i am using UART1_TX_DATA & UART1_RX_DATA as Debug UART instead of that can i use alternative pins(UART2_TX_DATA & UART2_RX_DATA, UART3_TX_DATA & UART3_RX_DATA, UART4_TX_DATA & UART4_RX_DATA, UART5_TX_DATA & UART5_RX_DATA) any of this for Debug UART ?
Hi prabhu
in uboot one can change uart port number in #define CONFIG_MXC_UART_BASE in uboot/include/configs/*board*.h file
please also check structure iomux_v3_cfg_t const uart1_pads[] in uboot/..mx6ul_14x14_evk/mx6ul_14x14_evk.c
and "console" parameter in Table 11. Common kernel boot parameters attached Release Notes
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------