Create SD Image for Xilinx Qemu
2020-05-16
Along with PetaLinux, Xilinx provide a QEMU (Quick Emulator) for emulation Zynq/ZynqMP/MicroBlaze device on host PC. With QEMU, you can run Zynq programs, even a full Linux system without a real hardware. It’s very easy to interactive with it petalinux-boot --qemu. But how if we want to boot from SD card?
…