From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Thu, 22 May 2014 11:04:47 +0200 Subject: [U-Boot] [ppc] qemu-ppce500 howto In-Reply-To: References: Message-ID: <537DBDAF.30705@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22.05.14 09:52, Alon Bar-Lev wrote: > Hi, > > Trying to run the qemu-ppce500 within qemu. I am using -bios > u-boot.bin and no luck, I get live signal. > > I am using latest u-boot master and qemu master. > > Command: > $ ./qemu-system-ppc -M ppce500 -nographic -bios u-boot.bin > > Tried to load u-boot as well, same. Yes, that command should work with the right patches :). Unfortunately they are not in master yet, but instead waiting in my queue: https://github.com/agraf/qemu Please give things a try with the ppc-next branch in there. That should get things working for you. If you also want to run this using KVM, please keep in mind that you need a few extra patches that are in my kvm-ppc-queue branch as well. Alex