[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] How to build QEMU for Xilinx ML507 hardware
From: |
Edgar E. Iglesias |
Subject: |
Re: [Qemu-ppc] How to build QEMU for Xilinx ML507 hardware |
Date: |
Mon, 4 Jun 2012 13:41:38 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Jun 04, 2012 at 01:27:35PM +0200, Alexander Graf wrote:
>
> On 04.06.2012, at 13:24, Elvis Dowson wrote:
>
> > Hi,
> > I've just downloaded QEMU from sources, and I see that there is
> > support for the Xilinx ML507 development board under hw/virtex5_ml507.c
> >
> > I couldn't find information in my searches on how to specifically configure
> > and build QEMU from sources, so that I get an emulator for the ML507
> > hardware.
>
> You should be ready to go with just building it for either ppc-softmmu or
> ppcemb-softmmu and then using qemu-system-ppc[emb] -M virtex-ml507 -kernel
> <uImage> -initrd <uInitrd> -nographic.
Hi,
Yes, there is also a test image available. IIRC I've included a kernelconfig
and scripts to run qemu into the tarball.
Cheers,
Edgar