Hello everybody,
I've used
atp-get install qemu
to install qemu on my Ubuntu 16.04 PC. Is it right ?
Now i have several qemu file in /usr/bin.
For coreboot i need to use qemu-sh4 ?
Is it right the command that i found on the coreboot wiki
$ qemu -bios path/to/coreboot.rom -hda disk.img -nographic to launch coreboot on qemu-sh4 ?
Thanks very much.
Regards.
Vincenzo.
Forensic Consultant Tribunale di Lecce
Studio: Strada di Garibaldi - Contrada Paradisi 73010 Lequile (LE)
cell: 339.7968555 skype: vincenzo.di_salvo
Sorry, don't know what sh4 is ...
On Fri, Aug 4, 2017 at 9:09 AM ingegneriaforense@alice.it < ingegneriaforense@alice.it> wrote:
Hello everybody,
I've used
atp-get install qemu
to install qemu on my Ubuntu 16.04 PC. Is it right ?
Now i have several qemu file in /usr/bin.
For coreboot i need to use qemu-sh4 ?
Is it right the command that i found on the coreboot wiki
$ qemu -bios path/to/coreboot.rom -hda disk.img -nographic
to launch coreboot on qemu-sh4 ?
Thanks very much.
Regards.
Vincenzo.
Forensic Consultant Tribunale di Lecce
Studio: Strada di Garibaldi - Contrada Paradisi 73010 Lequile (LE)
cell: 339.7968555 <(339)%20796-8555> skype: vincenzo.di_salvo -- coreboot mailing list: coreboot@coreboot.org https://mail.coreboot.org/mailman/listinfo/coreboot
ingegneriaforense@alice.it wrote:
atp-get install qemu
to install qemu on my Ubuntu 16.04 PC. Is it right ?
Probably, yes.
For coreboot i need to use qemu-sh4 ?
No, the coreboot qemu target is for x86.
Use either qemu-system-i386 or qemu-system-x86_64. Maybe only the first is correct.
//Peter