Hi I tried to post this earlier but was having outgoing mail problems.
The command varies between versions of qemu. It is likely the rtems-tester configuration file for this BSP doesn't match the version of qemu you have built. This is from a shell script I use on an application. Notice the difference in arguments due to qemu version. #echo "-no-reboot -serial null -serial mon:stdio -net none -nographic -M xilinx-zynq-a9 -m 256M ${COVERAGE_ARG} -kernel ${1}" echo "-no-reboot -monitor none -serial stdio -net none -nographic -M xilinx-zynq-a9 -m 256M ${COVERAGE_ARG} -kernel ${1}" --joel On Thu, May 2, 2019, 7:50 PM Chris Johns <chr...@rtems.org> wrote: > On 3/5/19 2:49 am, Gedare Bloom wrote: > > Try to manually run the executable directly by qemu. Ask if you need > more direction > > Good advice. Also the command line for qemu can be seen by adding > `--trace` to > the `rtems-test` command line and then looking in the log file. I suggest > you > run a single test until it is working. > > Chris > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel >
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel