Debug UART selection

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Debug UART selection

531 Views
prabhu1
Contributor III

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 ?

Labels (1)
0 Kudos
1 Reply

390 Views
igorpadykov
NXP Employee
NXP Employee

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!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos