Re: [coreboot] qemu to launch coreboot

2017-08-04 Thread Peter Stuge
ingegneriafore...@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

Re: [coreboot] qemu to launch coreboot

2017-08-04 Thread Iru Cai
On Fri, Aug 04, 2017 at 04:17:29PM +, ron minnich wrote: > Sorry, don't know what sh4 is ... > Some kind of architecture... (https://en.wikipedia.org/wiki/SuperH#SH-4) > > > On Fri, Aug 4, 2017 at 9:09 AM ingegneriafore...@alice.it < > ingegneriafore...@alice.it> wrote: > > > Hello

Re: [coreboot] qemu to launch coreboot

2017-08-04 Thread ron minnich
Sorry, don't know what sh4 is ... On Fri, Aug 4, 2017 at 9:09 AM ingegneriafore...@alice.it < ingegneriafore...@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. >