From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJXou-0007Dl-KY for qemu-devel@nongnu.org; Sun, 04 Jan 2009 13:35:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJXos-0007Bq-QP for qemu-devel@nongnu.org; Sun, 04 Jan 2009 13:35:28 -0500 Received: from [199.232.76.173] (port=47035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJXos-0007Bc-KV for qemu-devel@nongnu.org; Sun, 04 Jan 2009 13:35:26 -0500 Received: from rv-out-0708.google.com ([209.85.198.248]:53036) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJXos-0003gx-7y for qemu-devel@nongnu.org; Sun, 04 Jan 2009 13:35:26 -0500 Received: by rv-out-0708.google.com with SMTP id f25so6396507rvb.22 for ; Sun, 04 Jan 2009 10:35:21 -0800 (PST) Message-ID: <163303dc0901041035i641753f3qcc26b013c4ff15fb@mail.gmail.com> Date: Mon, 5 Jan 2009 03:35:21 +0900 From: "=?EUC-KR?B?wMzIrb+1?=" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_160196_12495393.1231094121371" Subject: [Qemu-devel] keyboard dont' respond after booting Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org ------=_Part_160196_12495393.1231094121371 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I made kernel Image and jffs2 file system for mainstone. I succeeded in booting. But keyboard didn't respond after booting. I couldn't type on keyboard. What's the problem??? qemu-system-arm -M mainstone -m 256 -kernel zImage -append "console=tty0,115200 rw root=/dev/mtdblock3 rootfstype=jffs2" -pflash qemu_image.jffs2 -pflash qemu_image.jffs2 ------=_Part_160196_12495393.1231094121371 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
I made kernel Image and jffs2 file system for mainstone.
I succeeded in booting.
But keyboard didn't respond after booting.
I couldn't type on keyboard.
What's the problem???
 
<command>
qemu-system-arm -M mainstone -m 256 -kernel zImage -append "console=tty0,115200 rw root=/dev/mtdblock3 rootfstype=jffs2" -pflash qemu_image.jffs2 -pflash qemu_image.jffs2
------=_Part_160196_12495393.1231094121371--