A set of shell scripts that will build GNU/Linux distribution rootfs image for rockchip platform.
- ubuntu 20.04 (Focal-X11)
sudo apt-get install binfmt-support qemu-user-static
sudo dpkg -i ubuntu-build-service/packages/*
sudo apt-get install -f
ARCH=armhf ./mk-base-ubuntu.sh
VERSION=debug ARCH=armhf ./mk-rootfs-ubuntu.sh
./mk-image.sh
ARCH=arm64 ./mk-base-ubuntu.sh
VERSION=debug ARCH=arm64 ./mk-rootfs-ubuntu.sh
./mk-image.sh