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 "struct
uart_driver" or using "tty_driver" or to write a driver from scratch.<br>
Maybe there is other way.<br>