From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by ozlabs.org (Postfix) with ESMTP id A922067AA0 for ; Fri, 30 Jun 2006 01:20:31 +1000 (EST) Received: by ug-out-1314.google.com with SMTP id j3so178608ugf for ; Thu, 29 Jun 2006 08:20:29 -0700 (PDT) Message-ID: Date: Thu, 29 Jun 2006 17:20:29 +0200 From: "Qichen Huang" To: linuxppc-embedded@ozlabs.org Subject: Problem with Xilinx Uart Lite MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_56883_25050329.1151594429640" List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_56883_25050329.1151594429640 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi all, 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? I have disabled "Standard/generic (8250/16550 and compatible UARTs) serial support" and enabled "Xilinx UART Lite" & "Console on UART Lite port" in character devices. And the initial kernel command string is changed to "console=ttl0 console=ttyS0,9600 ip=off root=/dev/xsysace/disc0/part3 rw". The kernel boot log dosen't mention any serial device and it hangs up until "System started." There is no login prompt. My /etc/inittab is : ::sysinit:/etc/init.d/rcS #::askfirst:-/bin/sh ::ctrlaltdel:/sbin/reboot ::shutdown:/sbin/swapoff -a ::shutdown:/bin/umount -a -r ::restart:/sbin/init ::respawn:/sbin/getty 9600 tts/0 What else should I do? Thank you! Qichen ------=_Part_56883_25050329.1151594429640 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi all,

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?

I have disabled "Standard/generic (8250/16550 and compatible UARTs) serial support"
and enabled "Xilinx UART Lite" & "Console on UART Lite port" in character devices.
And the initial kernel command string is changed to "console=ttl0 console=ttyS0,9600 ip=off root=/dev/xsysace/disc0/part3 rw".

The kernel boot log dosen't mention any serial device and it hangs up until "System started." There is no login prompt.

My /etc/inittab is :

::sysinit:/etc/init.d/rcS
#::askfirst:-/bin/sh
::ctrlaltdel:/sbin/reboot
::shutdown:/sbin/swapoff -a
::shutdown:/bin/umount -a -r
::restart:/sbin/init
::respawn:/sbin/getty 9600 tts/0


What else should I do?
Thank you!

Qichen
------=_Part_56883_25050329.1151594429640--