Debug UART selection

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Debug UART selection

1,609 次查看
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 ?

标签 (1)
0 项奖励
回复
1 回复

1,466 次查看
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 项奖励
回复