A set of shell scripts that will build GNU/Linux distribution rootfs image for rockchip platform.
- 使用RK3566处理器的LubanCat板卡
- 使用RK3568处理器的LubanCat板卡
构建主机环境最低要求Ubuntu18.04及以上版本,推荐使用Ubuntu20.04
sudo apt-get install binfmt-support qemu-user-static
sudo dpkg -i ubuntu-build-service/packages/*
sudo apt-get install -f
- lite:控制台版,无桌面
- xfce:桌面版,使用xfce4桌面套件
- xfce-full:桌面版,使用xfce4桌面套件+更多推荐软件包
# 运行以下脚本,根据提示选择要构建的版本
./mk-base-debian.sh
# 运行以下脚本,根据提示选择要构建Debian的版本
./mk-buster-rootfs.sh