From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GKxVl-00086C-HG for qemu-devel@nongnu.org; Wed, 06 Sep 2006 09:32:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GKxVk-00081W-8v for qemu-devel@nongnu.org; Wed, 06 Sep 2006 09:32:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GKxVk-00080j-2M for qemu-devel@nongnu.org; Wed, 06 Sep 2006 09:32:12 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GKxVt-0001z3-EG for qemu-devel@nongnu.org; Wed, 06 Sep 2006 09:32:21 -0400 From: Paul Brook Subject: Re: [Qemu-devel] Re: Regression: QEMU 0.8.2 (and CVS) fails to boot a debian arm Date: Wed, 6 Sep 2006 14:32:06 +0100 References: <44FE9F94.10702@aurel32.net> <20060906130844.GA30892@bode.aurel32.net> In-Reply-To: <20060906130844.GA30892@bode.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609061432.07085.paul@codesourcery.com> 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 > > There is the same problem with QEMU CVS. Note that using root=/bin/sh > > works well using root on NFS and even using the emulated SCSI drive. > > I think I have found the problem. Actually the system is not frozen, but > just very slow. I now get while booting the kernel: > Calibrating delay loop... 12.16 BogoMIPS (lpj=60800) > instead of > Calibrating delay loop... 486.60 BogoMIPS (lpj=2433024) > > Note that it is with the versatilepb (or versatileab) machine, the > problem is not there with the integrator one. I've not idea what might be causing this. It works fine for me using both machine types. Paul