On Tue, Jul 23, 2013 at 4:06 AM, Andreas Färber <afaer...@suse.de> wrote: > 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.
Yeah, the board is none from the list; so maybe I need to look into implementing, huh? <gulp> > 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. Thanks a lot, Andreas. The info is very useful. Have a nice day.