qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Emulating mips


From: Andreas Färber
Subject: Re: [Qemu-devel] Emulating mips
Date: Tue, 23 Jul 2013 11:06:14 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

Hello,

Am 23.07.2013 07:16, schrieb Renich Bon Ciric:
> I'm trying to run some rom file I got from a client. It's a sc2005
> processor; supposedly compatible with 4k.
> 
> Anyway, I do this:
> 
> qemu-system-mips -M mips -pflash 301-3100\ -\ user\ specified\ -\
> Full.bin -serial stdio
> 
> The processor goes to 100% but I see nothing, not in the serial
> console nor in the window (monitor, maybe?)

You didn't mention which version you're using, so try latest stable 1.5
or qemu.git.

You need to know what board the ROM file was for, you can view the list
with -M '?' - if it's none of those, chances are you need to implement
the machine first.

Note that there's qemu-system-mips and qemu-system-mipsel depending on
endianness, and you can usually override the CPU via -cpu, again see
-cpu '?' for a list.

Regards,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg



reply via email to

[Prev in Thread] Current Thread [Next in Thread]