<div dir="auto"><div style="color:purple;font-family:sans-serif;font-size:12.8px" dir="auto"><div dir="auto">Hi</div><div dir="auto"><br></div><div dir="auto">I tried to post this earlier but was having outgoing mail problems.</div><div dir="auto"><br></div><div>The command varies between versions of qemu. It is likely the rtems-tester configuration file</div></div><div style="font-family:sans-serif;font-size:12.8px" dir="auto">for this BSP doesn't match the version of qemu you have built. This is from a shell script</div><div style="font-family:sans-serif;font-size:12.8px" dir="auto">I use on an application. Notice the difference in arguments due to qemu version.</div><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><br></div><div style="font-family:sans-serif;font-size:12.8px" dir="auto"><div> #echo "-no-reboot -serial null -serial mon:stdio -net none -nographic -M xilinx-zynq-a9 -m 256M ${COVERAGE_ARG} -kernel ${1}"</div><div>  echo "-no-reboot -monitor none -serial stdio -net none -nographic -M xilinx-zynq-a9 -m 256M ${COVERAGE_ARG} -kernel ${1}"</div></div><div style="color:rgb(136,136,136);font-family:sans-serif;font-size:12.8px" dir="auto"><br></div><div style="color:rgb(136,136,136);font-family:sans-serif;font-size:12.8px" dir="auto">--joel</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, May 2, 2019, 7:50 PM Chris Johns <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 3/5/19 2:49 am, Gedare Bloom wrote:<br>
> Try to manually run the executable directly by qemu. Ask if you need more direction<br>
<br>
Good advice. Also the command line for qemu can be seen by adding `--trace` to<br>
the `rtems-test` command line and then looking in the log file. I suggest you<br>
run a single test until it is working.<br>
<br>
Chris<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank" rel="noreferrer">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>