How to make M54455EVB linux support UART 2?

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

How to make M54455EVB linux support UART 2?

1,426 次查看
mikeqin
Contributor I
hi,

I found that M54455EVB linux source only support uart 0 and 1. I am trying to make it support uart 2. I did following modification in drivers/serial/mcfserial.c:

- add "console=ttyS2" to the uboot bootargs.
- change .. (mcfrs_console_port ? MCFUART_BASE2 : MCFUART_BASE1));
to (mcfrs_console_port ? MCFUART_BASE3 : MCFUART_BASE1));

Still not working, any thoughts on this?

Mike

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

853 次查看
mikeqin
Contributor I
The problem is solved now, after changing the init value of the mcfrs_console structure :smileywink:
0 项奖励
回复