SOLVED: Can't get qemu to run aarch64/xilinx_zynqmp_lp64_qemu example app

2023-04-10 Thread Jens Schweikhardt
Thanks Kinsey, that was exactly where I went wrong. Sometimes I can't see the forest for the trees :-) I now am greeted as expected. Regards, Jens ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

RE: Can't get qemu to run aarch64/xilinx_zynqmp_lp64_qemu example app

2023-04-10 Thread Kinsey Moore
Hi Jens, You're using the QEMU command line from the A53 QEMU BSP, not the ZynqMP LP64 QEMU BSP. The flag "-machine virt,gic-version=3" should instead be "-machine xlnx-zcu102". This change should get you up and running. The details for the ZynqMP BSP family can be found further down the page y