/gemini

The Gemini system of RT-Thread/Linux on Dual CPU core.

Primary LanguageC

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.