Skip to content

Z841973620/licheervnano-ubuntu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu Image for LicheeRV-Nano

This repository builds ubuntu 22.04 images for Sophgo cv181x/sg200x based boards such as Sipeed LicheeRvNano.

Building the Image

docker build -t sophgo-sg200x-debiani:latest -f scripts/Dockerfile .
docker run -it --privileged --rm -v ./configs/:/configs -v ./image:/output sophgo-sg200x-debiani:latest make BOARD=licheervnano image

The Docker image will build the image and place it in the image directory

addition make targets are available when building:

  • image - builds the image
  • clean - cleans the build directory
  • linux - build a kernel debian package
  • fsbl - build the fsbl debain package (that includes cvitek-fsbl, opensbi and u-boot)

About

Ubuntu Image for LicheeRV-Nano

Resources

Stars

Watchers

Forks

Languages

  • Python 44.7%
  • Makefile 25.1%
  • Shell 17.2%
  • C 11.1%
  • Dockerfile 1.9%