Author name: Signallab

QEMU a Zynq 7000

Configure and run a qemu zynq. Blink a led on zynq 7000 emulation For that we add a new layer to the yocto project:sources/meta-zynq-qemu-led/β”œβ”€β”€ confβ”‚ └── layer.conf└── recipes-kernel β”œβ”€β”€ linux β”‚ β”œβ”€β”€ linux-xlnx β”‚ β”‚ β”œβ”€β”€ 0001-ARM-dts-xilinx-Add-zynq-qemu-pl-led.dtb.patch β”‚ β”‚ └── zynq-qemu-pl-led.dts β”‚ └── linux-xlnx_%.bbappend └── qemu-zynq-pl-led β”œβ”€β”€ files β”‚ β”œβ”€β”€ Makefile β”‚ └── qemu-zynq-pl-led.c └──

QEMU a Zynq 7000 Read More Β»

×