# qenv **Repository Path**: unicornx/qenv ## Basic Information - **Project Name**: qenv - **Description**: Quick ENVironment setup for testing RV - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-29 - **Last Updated**: 2022-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Create a quick lauching environment to test riscv on QEMU + Linux. Usage: - Create a script to define how to install your testsuite into rootfs, put it under `scripts/.testsuites/`. Example: `scripts/.testsuites/test-musl.sh` - Modify variable TESTSUITE which is defined in `scripts/.testsuite` to point to the script you just created upon. - Run `scripts/build.sh` to build the `rootfs.img` in `$PATH_OUT`. You can also run `scripts/dump.sh` to get content of the image file from `$PATH_OUT_DUMP`. - Run `scripts/run.sh` to lauch the quick environment.