On Tue, Jun 7, 2016 at 1:49 AM, Arno <[email protected]> wrote: > I do have two issues with qemu and zynq. > > I build qemuzynq machine with Yocto krogoth. > > "runqemu qemuzynq" as described in manual failes. > Reason is, that it calls qemu with params: "-net nic,model=virtio", which is > not present. > Instead of this, the available nic for zynq is "candence_gem".
Thanks for pointing this out. I have a patch for openembedded that I'll send out soon. I will CC you on the patch so that you can see it and apply it to your tree if you want. > > > qemu boots with just one arm core, but I would expect 2 for the znyq. > > qemu-system-arm -machine xilinx-zynq-a9 -smp 2 > qemu-system-arm: Number of SMP CPUs requested (2) exceeds max CPUs supported > by machine 'xilinx-zynq-a9' (1) > > What's wrong here? This is a limitation with mainline QEMU that we only support a single Cortex-A9. The Xilinx tree of QEMU does support 2 A9s. Thanks, Alistair > > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
