# ubuntu22.04 **Repository Path**: five2hill/ubuntu22.04 ## Basic Information - **Project Name**: ubuntu22.04 - **Description**: Lubancat 构建ubuntu 脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: ubuntu22.04 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-11 - **Last Updated**: 2026-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介 A set of shell scripts that will build GNU/Linux distribution rootfs image for rockchip platform. ## 适用板卡 - 使用RK3566处理器的LubanCat板卡(不支持gnome桌面) - 使用RK3568处理器的LubanCat板卡(不支持gnome桌面) - 使用RK3588处理器的LubanCat板卡 ## 安装依赖 推荐使用Ubuntu20.04及以上版本主机构建根文件系统 * ubuntu 22.04 (Jammy-X11) ``` sudo apt-get install binfmt-support qemu-user-static sudo dpkg -i ubuntu-build-service/packages/* sudo apt-get install -f ``` ## 构建 Ubuntu22.04镜像(仅支持64bit) - lite:控制台版,无桌面 - xfce:桌面版,使用xfce桌面套件 - xfce-full:桌面版,使用xfce桌面套件+更多推荐软件包 - gnome:桌面版,使用gnome桌面套件 - gnome-full:桌面版,使用gnome桌面套件+更多推荐软件包 #### step1.构建基础 Ubuntu 系统。 ``` # 运行以下脚本,根据提示选择要构建的版本 ./mk-base-ubuntu.sh ``` #### step2.添加 rk overlay 层,并打包ubuntu-rootfs镜像 ``` # 运行以下脚本,根据提示选择要构建处理器版本和ubuntu的版本 ./mk-ubuntu-rootfs.sh ```