A set of shell scripts that will build GNU/Linux distribution rootfs image for rockchip platform.
构建主机环境最低要求Ubuntu20.04及以上版本,推荐使用Ubuntu22.04
sudo apt-get install binfmt-support qemu-user-static sudo dpkg -i ubuntu-build-service/packages/* sudo apt-get install -f
# 运行以下脚本,根据提示选择要构建的版本 ./mk-base-debian.sh
# 根据提示选择要构建桌面版本和SOC版本 VERSION=debug ./mk-bookworm-rootfs.sh
Please apply those patches to release code base before rebuilding!
Please see debian license
Solution: mount -o remount,exec,dev xxx (xxx is the mount place), then rebuild it.