An open API service indexing awesome lists of open source software.

https://github.com/rt-thread/gemini

The Gemini system of RT-Thread/Linux on Dual CPU core.
https://github.com/rt-thread/gemini

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

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.