imx93 uart1 to uart2

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

imx93 uart1 to uart2

500 次查看
bora
Contributor II

I am trying to change the debug interface on my custom i.MX93 board. By default, it uses UART1, but I want to switch it to UART2. I have read related topics and followed the suggested steps, but it still doesn’t work.

What could be the possible reasons for this issue? Any help would be appreciated!

 

std-out = &lpuart2

changed BASE Adress 

             #define IMX_LPUART_BASE U(0x44390000)

changed imx93_evk.c : 

             static iomux_v3_cfg_t const uart_pads[] = {
             MX93_PAD_UART2_RXD__LPUART2_RX | MUX_PAD_CTRL(UART_PAD_CTRL),
             MX93_PAD_UART2_TXD__LPUART2_TX | MUX_PAD_CTRL(UART_PAD_CTRL),
          };


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

489 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

The code init_uart_clk in arch/arm/mach-imx/imx9/native/clock.c only contain UART1,  you need add UART2.



Best Regards,
Zhiming