# QEMU Board **Repository Path**: gevico/qemu-board ## Basic Information - **Project Name**: QEMU Board - **Description**: GTOC 维护的 QEMU 板卡用例仓库 - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-05 - **Last Updated**: 2024-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QEMU Board This is a QEMU board test case repository. # Test the xilinx-zynq board 1. setup the environment ```bash export QEMU_PATH= ``` 2. run the test ```bash ./qemu-zynq-test ``` 3. check the result ```bash Test Project: /qemu-board/hw/arm/xilinx-zynq Start 1: xilinx-zynq.zc702 1/3 Test #1: xilinx-zynq.zc702 ...................... Passed Start 2: xilinx-zynq.zc706 2/3 Test #2: xilinx-zynq.zc706 ...................... Passed Start 3: xilinx-zynq.zed 3/3 Test #3: xilinx-zynq.zed ...................... Passed All tests passed ```