From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ID99m-0007cI-QY for qemu-devel@nongnu.org; Mon, 23 Jul 2007 21:25:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ID99l-0007c5-B6 for qemu-devel@nongnu.org; Mon, 23 Jul 2007 21:25:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ID99k-0007c2-JT for qemu-devel@nongnu.org; Mon, 23 Jul 2007 21:25:44 -0400 Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ID99j-0001bJ-R8 for qemu-devel@nongnu.org; Mon, 23 Jul 2007 21:25:44 -0400 Received: by ug-out-1314.google.com with SMTP id m2so59331uge for ; Mon, 23 Jul 2007 18:25:43 -0700 (PDT) Message-ID: Date: Tue, 24 Jul 2007 03:25:42 +0200 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] qemu-system-arm -M akita/terrier - which roms work? (and cursor issue) In-Reply-To: <20070724011115.GA44643@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070724011115.GA44643@saturn.kn-bremen.de> 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 On 24/07/07, Juergen Lock wrote: > Hi! > > I just played with this a bit and although I got the stuff at > http://pokylinux.org/releases/clyde-2.0/ > somewhat working (tried the akita ones going after > http://butterfeet.org/?m=200705 > , I seem to miss -showcursor and consequently got no cursor > which made navigating the gui a `little' difficult... :) - anyway > I couldnt get the sharp rom kernel to boot further than showing > the splash screen with a blinking cursor (i tried terrier and akita ones, That would suggest that it's hanging somewhere in the userspace (but not necessarily). Have you tried booting with no init scripts? (e.g. init=/bin/sh) Otherwise do you have sources for the kernel you're using so that you could enable initcalls debugging in its config? > they both seem to hang somewhere regardless of a proper -mtdblock passed > or even none, at least info registers in the monitor showed no changes.) When you issue "info registers" more than likely the kernel is always in the idle loop saving the battery power, so it will almost always show the same values, even if there are actually processes running and doing some work. > Anyone know which roms work? atm I want to play with debian for the > existing sharp rom that i have on the zaurus (a c3200), so a rom thats > at least similar to sharp would be preferable... Unfortunately I have no physical zaurus, so no access to any Sharp rom because they are copyrighted. Installing debian however should not depend on what rom you use, afterall debian is supposed to replace the contents. Cheers