rk3588 ubuntu桌面默认使用gnome

This commit is contained in:
hejiawencc
2023-03-17 14:44:50 +08:00
parent f00d74f3b1
commit 185c9fb0ad
2 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,5 @@
#!/bin/bash #!/bin/bash
# SOC
export RK_SOC=rk3588
# Target arch # Target arch
export RK_ARCH=arm64 export RK_ARCH=arm64
# Uboot defconfig # Uboot defconfig
@ -60,8 +58,8 @@ export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
export RK_ROOTFS_SYSTEM=ubuntu export RK_ROOTFS_SYSTEM=ubuntu
# 默认Ubuntu 版本 # 默认Ubuntu 版本
export RK_UBUNTU_VERSION=20.04 export RK_UBUNTU_VERSION=20.04
# 定义默认rootfs是否为桌面版 desktop :桌面版(可替换为 xfce gnome) lite 控制台版 # 定义默认rootfs是否为桌面版 xfce桌面 gnome桌面 lite:控制台版
export RK_ROOTFS_TARGET=desktop export RK_ROOTFS_TARGET=gnome
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none export RK_ROOTFS_DEBUG=none
# 使用exboot内核分区 # 使用exboot内核分区

View File

@ -55,13 +55,16 @@ export RK_MISC=wipe_all-misc.img
export RK_DISTRO_MODULE= export RK_DISTRO_MODULE=
# Define pre-build script for this board # Define pre-build script for this board
export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# SOC
export RK_SOC=rk3588
# Define package-file # Define package-file
export RK_PACKAGE_FILE=rk3588-package-file export RK_PACKAGE_FILE=rk3588-package-file
# 定义默认rootfs为ubuntu # 定义默认rootfs为ubuntu
export RK_ROOTFS_SYSTEM=ubuntu export RK_ROOTFS_SYSTEM=ubuntu
# 默认Ubuntu 版本 # 默认Ubuntu 版本
export RK_UBUNTU_VERSION=20.04 export RK_UBUNTU_VERSION=20.04
# 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版 # 定义默认rootfs是否为桌面版 desktop :桌面版(可替换为 xfce gnome) lite :控制台版
export RK_ROOTFS_TARGET=desktop export RK_ROOTFS_TARGET=gnome
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none export RK_ROOTFS_DEBUG=none