# Gemini **Repository Path**: rtthread/Gemini ## Basic Information - **Project Name**: Gemini - **Description**: Gemini - RT-Thread + Linux on QEMU(ARM VExpress A9) - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2017-11-21 - **Last Updated**: 2025-06-20 ## Categories & Tags **Categories**: iot **Tags**: None ## README # Gemini The Gemini system of RT-Thread/Linux on Dual CPU core. ## Build Please fork this git repo in your coding.net. Then enter your WebIDE, which is a Ubuntu VM. Please prepare the building environment in your Ubuntu VM first time: sh ./prepare.sh This prepare.sh script will download RT-Thread code, toolchain and Linux kernel code etc.. Then you can use following command to build Gemini system: source ./env.sh sh ./build.sh ## Run it on QEMU TODO.