A set of shell scripts that will build GNU/Linux distribution rootfs image for rockchip platform.
推荐使用Ubuntu20.04及以上版本主机构建根文件系统
sudo apt-get install binfmt-support qemu-user-static sudo dpkg -i ubuntu-build-service/packages/* sudo apt-get install -f
# 运行以下脚本,根据提示选择要构建的版本 ./mk-base-ubuntu.sh
# 运行以下脚本,根据提示选择要构建处理器版本和ubuntu的版本 ./mk-ubuntu-rootfs.sh