QEMU (Quick EMUlator) - alex-aleyan/xilinx GitHub Wiki

BLOG REDS

Cheat-Sheet:

petalinux-create --type project --template zynq --name zedboard_petalinux_project

cd zedboard_petalinux_project

petalinux-config --get-hw-description=/opt/git/zedboard/project.sdk

petalinux-build 

    see build/tmp/log/cooker/plnx-zynq7/console-latest.log

./generate_qemu_device_tree_zynq7.sh /opt/git/zedboard_petalinux_project

petalinux-boot --qemu --kernel --qemu-args "-redir tcp:1534::1534 -hw-dtb ./qemu_cosim/qemu_hw_system.dtb -machine-path ./qemu_cosim -icount 1 -sync-quantum 10000"

socat - UNIX-CONNECT:qemu_cosim/qemu-rport-_cosim@0


petalinux-build -x mrproper; petalinux-build -x distclean

Other referemces