Hi all,<br><br>I'm trying to port linuxppc_2_4_devel to Xilinx ML403. I want to use UartLite instead of Uart 16550. What changes should I do?<br><br>I have disabled &quot;Standard/generic (8250/16550 and compatible UARTs) serial support&quot;
<br>and enabled &quot;Xilinx UART Lite&quot; &amp; &quot;Console on UART Lite port&quot; in character devices.<br>And the initial kernel command string is changed to &quot;console=ttl0 console=ttyS0,9600 ip=off root=/dev/xsysace/disc0/part3 rw&quot;.
<br><br>The kernel boot log dosen't mention any serial device and it hangs up until &quot;System started.&quot; There is no login prompt. <br><br>My /etc/inittab is :<br><br>::sysinit:/etc/init.d/rcS<br>#::askfirst:-/bin/sh
<br>::ctrlaltdel:/sbin/reboot<br>::shutdown:/sbin/swapoff -a<br>::shutdown:/bin/umount -a -r<br>::restart:/sbin/init<br>::respawn:/sbin/getty 9600 tts/0<br><br><br>What else should I do?<br>Thank you!<br><br>Qichen<br>