This repository builds ubuntu 22.04 images for Sophgo cv181x/sg200x based boards such as Sipeed LicheeRvNano.
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)