diff --git a/rk3588/BoardConfig-LubanCat-serise-debian.mk b/rk3588/BoardConfig-LubanCat-serise-debian.mk index 9257d54..2b965e9 100644 --- a/rk3588/BoardConfig-LubanCat-serise-debian.mk +++ b/rk3588/BoardConfig-LubanCat-serise-debian.mk @@ -1,7 +1,5 @@ #!/bin/bash -# SOC -export RK_SOC=rk3588 # Target arch export RK_ARCH=arm64 # Uboot defconfig @@ -56,12 +54,15 @@ export RK_MISC= export RK_DISTRO_MODULE= # Define pre-build script for this board export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh + +# SOC +export RK_SOC=rk3588 # 定义默认rootfs为 debian export RK_ROOTFS_SYSTEM=debian # debian version (debian10: buster, debian11: bullseye) -export RK_DEBIAN_VERSION=bullseye -# 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版 -export RK_ROOTFS_TARGET=desktop +export RK_DEBIAN_VERSION=11 +# 定义默认rootfs是否为桌面版 desktop :桌面版(可替换为 xfce lxde gnome) lite :控制台版 +export RK_ROOTFS_TARGET=gnome # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 export RK_ROOTFS_DEBUG=debug # 使用exboot内核分区 diff --git a/rk3588/BoardConfig-LubanCat4-debian.mk b/rk3588/BoardConfig-LubanCat4-debian.mk index 101a4c2..27350a1 100644 --- a/rk3588/BoardConfig-LubanCat4-debian.mk +++ b/rk3588/BoardConfig-LubanCat4-debian.mk @@ -20,6 +20,8 @@ export RK_KERNEL_IMG=kernel/arch/arm64/boot/Image export RK_KERNEL_FIT_ITS=boot.its # parameter for GPT table export RK_PARAMETER=parameter.txt +# Define package-file +export RK_PACKAGE_FILE=rk3588-package-file # Buildroot config export RK_CFG_BUILDROOT=rockchip_rk3588 # Recovery config @@ -55,13 +57,14 @@ export RK_MISC=wipe_all-misc.img export RK_DISTRO_MODULE= # Define pre-build script for this board export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh -# Define package-file -export RK_PACKAGE_FILE=rk3588-package-file + +# SOC +export RK_SOC=rk3588 # 定义默认rootfs为 debian export RK_ROOTFS_SYSTEM=debian # debian version (debian10: buster, debian11: bullseye) -export RK_DEBIAN_VERSION=bullseye +export RK_DEBIAN_VERSION=11 # 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版 -export RK_ROOTFS_TARGET=desktop +export RK_ROOTFS_TARGET=gnome # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 export RK_ROOTFS_DEBUG=debug \ No newline at end of file