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.
- Host: GitHub
- URL: https://github.com/rt-thread/gemini
- Owner: RT-Thread
- Created: 2015-06-18T08:48:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-24T00:10:21.000Z (about 10 years ago)
- Last Synced: 2025-04-30T18:51:37.026Z (8 months ago)
- Language: C
- Size: 179 KB
- Stars: 14
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.