# qemu-ug-examples **Repository Path**: mingyuncode/qemu-ug-examples ## Basic Information - **Project Name**: qemu-ug-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-01 - **Last Updated**: 2025-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QEMU-docs This repository contains basic QEMU usages examples. To run test.sh please provide QEMU executable directory path and device tree binary path as argument. Example: ./test.sh /home/qemu_xilinx/build/aarch64-softmmu /home/dts_xilinx/LATEST/SINGLE_ARCH #Device trees: When user compiles Xilinx Device trees. It will create two folders under LATEST directory named MULTI_ARCH and SINGLE_ARCH. * SINGLE_ARCH contains device tree binaries suitable for running ARM architecture only. * MULTI_ARCH containts device tree binaries for Arm arch and MicroBlaze Arch.