From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56073) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1VLg-00040O-6P for Qemu-devel@nongnu.org; Tue, 23 Jul 2013 01:41:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V1VLe-0000uw-TZ for Qemu-devel@nongnu.org; Tue, 23 Jul 2013 01:41:24 -0400 Received: from mail-oa0-f47.google.com ([209.85.219.47]:44541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V1VLe-0000ug-PA for Qemu-devel@nongnu.org; Tue, 23 Jul 2013 01:41:22 -0400 Received: by mail-oa0-f47.google.com with SMTP id m1so316649oag.20 for ; Mon, 22 Jul 2013 22:41:21 -0700 (PDT) Date: Tue, 23 Jul 2013 00:41:03 -0500 From: Rob Landley References: In-Reply-To: (from renich@evalinux.com on Tue Jul 23 00:16:53 2013) Message-Id: <1374558063.1959.0@driftwood> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Emulating mips List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Renich Bon Ciric Cc: Qemu-devel@nongnu.org On 07/23/2013 12:16:53 AM, Renich Bon Ciric wrote: > Hello, >=20 > I am new to this... >=20 > I'm trying to run some rom file I got from a client. It's a sc2005 > processor; supposedly compatible with 4k. >=20 > Anyway, I do this: >=20 > qemu-system-mips -M mips -pflash 301-3100\ -\ user\ specified\ -\ > Full.bin -serial stdio >=20 > The processor goes to 100% but I see nothing, not in the serial > console nor in the window (monitor, maybe?) >=20 > I'd appreciate some tips I have working mips images at http://landley.net/aboriginal/bin/system-image-mips.tar.bz2 Grab that extract it, and ./run-emulator.sh. That should let you know what "working" looks like, and if you can dig =20 a chroot or loopback mount out of your rom image, you can probably =20 mount it under there and try running the binaries. Rob=