<div dir="ltr">Hi,<div><br></div><div>I have clone Xilinx qemu from here:Â <span style="background-color:rgb(238,238,238);color:rgb(0,0,0);font-size:13px"> git clone git://<a href="http://github.com/Xilinx/qemu.git">github.com/Xilinx/qemu.git</a></span></div><div><span style="background-color:rgb(238,238,238);color:rgb(0,0,0);font-size:13px"><br></span></div><div><font face="arial, helvetica, sans-serif">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.</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">What do I nee to do?</font></div><div><font face="arial, helvetica, sans-serif"><br></font></div><div><font face="arial, helvetica, sans-serif">Regards,</font></div><div><font face="arial, helvetica, sans-serif">Pello</font></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-03-14 13:34 GMT+01:00 Nathan Rossi <span dir="ltr"><<a href="mailto:nathan@nathanrossi.com" target="_blank">nathan@nathanrossi.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 14 March 2017 at 18:57, Pello Heriz <<a href="mailto:pello.heriz@alumni.mondragon.edu">pello.heriz@alumni.mondragon.<wbr>edu</a>> wrote:<br>
> Hi,<br>
><br>
> I'm trying to launch QEMU from my SD card but I'm having some problems.<br>
><br>
> I have followed the instructions that appears on page 37 in the next link:<br>
> <a href="https://japan.xilinx.com/support/documentation/sw_manuals_j/xilinx2016_2/ug1169-zynqmp-qemu.pdf" rel="noreferrer" target="_blank">https://japan.xilinx.com/<wbr>support/documentation/sw_<wbr>manuals_j/xilinx2016_2/ug1169-<wbr>zynqmp-qemu.pdf</a><br>
><br>
> All the process was fine until arriving into step number 4. When I tried to<br>
> boot QEMU from the SD card, I can see in the terminal that the machine that<br>
> I'm trying to use is not supported. Here is the report:<br>
><br>
> pello@pello-VirtualBox:/opt/<wbr>yocto_GE/yocto_master/poky/<wbr>build$<br>
> qemu-system-aarch64 -M arm-generic-fdt -nographic -device<br>
> loader,file=/opt/yocto_GE/<wbr>yocto_master/poky/build/tmp/<wbr>deploy/images/zcu102-zynqmp/<wbr>fsbl.elf,cpu=0<br>
> -dtb<br>
> /opt/yocto_GE/yocto_master/<wbr>poky/build/tmp/deploy/images/<wbr>zcu102-zynqmp/Image--4.6-<wbr>xilinx-v2016.4+git0+<wbr>2762bc9163-r0-zynqmp-zcu102-<wbr>revB-20170306094246.dtb<br>
> -device loader,addr=0xfd1a0104,data=<wbr>0x8000000e,data-len=4 -drive<br>
> file=/media/pello/5A08-C4B7/<wbr>zynqmp_master.img,if=sd,<wbr>format=raw,index=0-boot<br>
> mode=3<br>
> qemu-system-aarch64: -drive<br>
> file=/media/pello/5A08-C4B7/<wbr>zynqmp_master.img,if=sd,<wbr>format=raw,index=0-boot:<br>
> unsupported machine type<br>
> Use -machine help to list supported machines<br>
> pello@pello-VirtualBox:/opt/<wbr>yocto_GE/yocto_master/poky/<wbr>build$<br>
><br>
> What can I do?<br>
<br>
</span>Make sure you are using the correct qemu-system-aarch64 binary. By<br>
default the qemu built that is in the images recipe-sysroot/usr/bin/<br>
is the mainline qemu, but you want the qemu-xilinx one. If you are<br>
building meta-xilinx with zcu102-zynqmp (presumably master), you will<br>
need to dive one level deeper to use<br>
usr/bin/qemu-xilinx/qemu-<wbr>system-aarch64.<br>
<br>
Regards,<br>
Nathan<br>
</blockquote></div><br></div>