Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

Linux Lab Plugin: csky

This is a porting of C-Sky Linux to Linux Lab.

It aims to easier the learning and development of the C-Sky CPU architecture.

A csky/virt board is added, its usage is similar to any other boards in Linux Lab.

Currently, the following packages are ported:

  • Qemu
  • Linux
  • Buildroot

Demonstration

To quickly take a look at the effect of this plugin, please open this video recorded by showterm. It simply issue:

$ make test BOARD=csky/virt TEST=root-full,kernel-full

Usage

At first, please install the Linux develoment environment with this document: Linux Lab.

After booting into Linux Lab, just launch a terminal and do:

$ cd boards
$ git clone https://gitee.com/tinylab/csky.git
$ cd ../
$ make list
$ make BOARD=csky/virt
$ make boot

The other usage is as same as the other boards.

You can’t perform that action at this time.