The QingYangOS WebSite
The Official Community for QingYangOS!

[中文]|[English]
Locations of visitors to this page

For the convenient , we've made an ISO package for QingYangOS developming environment. There are 4 steps you need to go through.

1.Download the ISO file

First refer to http://www.qingyangos.org/techdoc/GMailStore.pdf for configure the tool GmailStore.And download qingyangos.rar with the quickstart label. Notice that GmailStore support transmission resuming at break-points, it is very useful when the file is large. 

2.Decompression

After download qingyangos.rar, decompress it.  When getting qingyangos.iso, these are many ways you could abstract the internal files. Taking winrar for instance, it needs about 10G free space , so please prepare for enough space.

3.Install gcc arm for windows tool packages

First using winrar to decompress qingyangos.iso to another directory. We recommand cygwin directory. The procedule will be about 30min -60min. Then, run bu-2.17_gcc-4.1.1-c-c++_nl-1.14.0_gi-6.5.exe to install the compile tool.  Inthe process of installing, there will be a following appearance, do not choose“Install Cygwin DLLs”.

4. Configure cygwin

The config file is cygwin.bat. The details :

C:
chdir C:\cygwin\bin

bash --login -i

Modify this to point to a logical directory. 
For example, you've decompress qingyangos.iso to D:\cygwin, then it should be :

PATH=%PATH%;D:\cygwin\bin;D:\cygwin\skyeye_1_2_3_Rel\binary
D:
chdir D:\cygwin
bash --login -i

5.Running QingYangOS

Run the cygwin.bat you just edited.
And switch to QingYangOS, then run the following command and QingYangOS runs :)
>skyeye -e Image

Note: we recommand you download the newest codes to update the directory of QingYangOS.