Hello,<br>
<br>
I am trying to port linux for my ppc board. There is no keybord and no scree. There is only UART.<br>
I would like to have a console/terminal using UART.<br>
What is the best way ? to write a serial driver using &quot;struct&nbsp;
uart_driver&quot; or using &quot;tty_driver&quot; or to write a driver from scratch.<br>
Maybe there is other way.<br>