diff --git a/rk356x/BoardConfig-LubanCat-RK_series-debian-desktop.mk b/rk356x/BoardConfig-LubanCat-RK_series-debian-desktop.mk index 9799641..928608b 100644 --- a/rk356x/BoardConfig-LubanCat-RK_series-debian-desktop.mk +++ b/rk356x/BoardConfig-LubanCat-RK_series-debian-desktop.mk @@ -3,7 +3,7 @@ # Target arch export RK_ARCH=arm64 # Uboot defconfig -export RK_UBOOT_DEFCONFIG=lubancat-rk356x +export RK_UBOOT_DEFCONFIG=rk3566 # Uboot image format type: fit(flattened image tree) export RK_UBOOT_FORMAT_TYPE=fit # Kernel defconfig diff --git a/rk356x/BoardConfig-LubanCat-RK_series-debian-lite.mk b/rk356x/BoardConfig-LubanCat-RK_series-debian-lite.mk index 34fd758..41474f4 100644 --- a/rk356x/BoardConfig-LubanCat-RK_series-debian-lite.mk +++ b/rk356x/BoardConfig-LubanCat-RK_series-debian-lite.mk @@ -3,7 +3,7 @@ # Target arch export RK_ARCH=arm64 # Uboot defconfig -export RK_UBOOT_DEFCONFIG=lubancat-rk356x +export RK_UBOOT_DEFCONFIG=rk3566 # Uboot image format type: fit(flattened image tree) export RK_UBOOT_FORMAT_TYPE=fit # Kernel defconfig diff --git a/rk356x/BoardConfig-LubanCat-RK_series-ubuntu-desktop.mk b/rk356x/BoardConfig-LubanCat-RK_series-ubuntu-desktop.mk index fef2238..25e0b25 100644 --- a/rk356x/BoardConfig-LubanCat-RK_series-ubuntu-desktop.mk +++ b/rk356x/BoardConfig-LubanCat-RK_series-ubuntu-desktop.mk @@ -3,7 +3,7 @@ # Target arch export RK_ARCH=arm64 # Uboot defconfig -export RK_UBOOT_DEFCONFIG=lubancat-rk356x +export RK_UBOOT_DEFCONFIG=rk3566 # Uboot image format type: fit(flattened image tree) export RK_UBOOT_FORMAT_TYPE=fit # Kernel defconfig @@ -68,7 +68,7 @@ export RK_ROOTFS_SYSTEM=ubuntu # 默认Ubuntu 版本 export RK_UBUNTU_VERSION=20.04 # 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版 -export RK_ROOTFS_TARGET=desktop +export RK_ROOTFS_TARGET=xfce # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 export RK_ROOTFS_DEBUG=none # 使用exboot内核分区 diff --git a/rk356x/BoardConfig-LubanCat-RK_series-ubuntu-lite.mk b/rk356x/BoardConfig-LubanCat-RK_series-ubuntu-lite.mk index 6c787ba..aaa33ba 100644 --- a/rk356x/BoardConfig-LubanCat-RK_series-ubuntu-lite.mk +++ b/rk356x/BoardConfig-LubanCat-RK_series-ubuntu-lite.mk @@ -5,7 +5,7 @@ export RK_SOC=rk356x # Target arch export RK_ARCH=arm64 # Uboot defconfig -export RK_UBOOT_DEFCONFIG=lubancat-rk356x +export RK_UBOOT_DEFCONFIG=rk3566 # Uboot image format type: fit(flattened image tree) export RK_UBOOT_FORMAT_TYPE=fit # Kernel defconfig