On 14 March 2017 at 23:32, Pello Heriz <[email protected]> wrote: > Hi, > > I have clone Xilinx qemu from here: git clone > git://github.com/Xilinx/qemu.git
Not sure why you are trying to build it manually, as I stated meta-xilinx will build Xilinx's qemu for you. > > Anyway, if I go into qemu directory and I execute "qemu-system-aarch64 > -machine help" command, in the supported machines response dosen't appear > xlnx-zcu102. > > What do I nee to do? 'runqemu zcu102-zynqmp'. If you want to add extra options in order to setup an sd card then the "qemuparams=..." option of runqemu will allow you to add the args for the sd device. Regards, Nathan -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
