Hi Team i need to emulate a xilinz zynq 700 series in that zc702 board i referred qemu documentation also the xilinx can be support using qemu . i am able to see the boot and root files of zv702 image i have downloaded prebuilt image. using qemu command i am emulating the xilinx using the command as : qemu-system-aarch64 -M xilinx-zynq-a9 -cpu cortex-a9 -m 1024M -drive file=/home/mcw/Downloads/xilinx-v2024.1_zc702_sdimage/petalinux-sdimage.img,if=sd,format=raw -nographic -append "root=/dev/mmcblk0p2 console=ttyPS0,115200" -dtb /mnt/boot/system.dtb -kernel /mnt/boot/uImage after qemu command was run i am not able to see any boot message what was the issue can you help me this how can i sort out
thanks sai kumar