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