Richard Zhao
2011-12-14 14:43:47 UTC
How to map different uart port to ttymxc0 (take imx for example)?
In rootfs, it usually "getty ttymxc0" to get
serial console. And the rootfs may be shared by different boards.
Traditionaly way is to set right platform device ID.
But with DT, UART2 always generate ttymxc1, UART3 for ttymxc2. You
always needs to modify the getty command when your change another board.
Is there a way to fix it?
Thanks
Richard
In rootfs, it usually "getty ttymxc0" to get
serial console. And the rootfs may be shared by different boards.
Traditionaly way is to set right platform device ID.
But with DT, UART2 always generate ttymxc1, UART3 for ttymxc2. You
always needs to modify the getty command when your change another board.
Is there a way to fix it?
Thanks
Richard