<div dir="ltr">Hello,<div><br></div><div>Sorry for not framing the question properly. </div><div><br></div><div>I
 know how to run an application on the baremetal, with the command you 
have mentioned. But I want to know how to run a complete RTEMS boot 
image, along with OS components on the emulator. </div><div><br></div><div>In
 the document that I have given a link above, the steps for running a 
boot image for i386 have been mentioned. Is the similar possible for the
 Xilinx Zynq too?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 10, 2016 at 4:02 PM, Jan Sommer <span dir="ltr"><<a href="mailto:soja-lists@aries.uberspace.de" target="_blank">soja-lists@aries.uberspace.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="im HOEnZb">Am 2016-05-10 11:22, schrieb vivek kukreja:<br>
</span><span class="im HOEnZb"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello all,<br>
<br>
I have compiled the RTEMS 4.12 to generate BSP for Xilinx Zynq Qemu.<br>
However, I am unable to find any documents on how to run the BSP.<br>
<br>
I tried using this document<br>
<a href="https://devel.rtems.org/wiki/Developer/Simulators/QEMU" rel="noreferrer" target="_blank">https://devel.rtems.org/wiki/Developer/Simulators/QEMU</a><br>
but this does not mention the steps for Xilinx Zynq, and also some of the<br>
links in the document are dead.<br>
<br>
I haven't used Qemu, and will appreciate if someone can point me to the<br>
right document or give me tips to get this running.<br>
<br>
</blockquote>
<br></span><div class="HOEnZb"><div class="h5">
I built a recent mainline qemu and could run an application with the following command<br>
<br>
qemu-system-arm  -no-reboot \<br>
                 -serial null -serial mon:stdio \<br>
                 -net none -nographic \<br>
                 -M xilinx-zynq-a9 \<br>
                 -m 256M \<br>
                 -kernel ticker/ticker.exe<br>
<br>
However this only works for the xilinx_zynq_a9_qemu bsp. It might be possible to run applications for the zedboard bsp on qemu as well with the right device tree configuration, but I haven't tried that yet.<br>
<br>
Best regards,<br>
<br>
   Jan<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Regards,<br>
Vivek<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</div></div></blockquote></div><br></div>