From ae64a6107098fdb2793cda9c4e30b8c0e255fdd4 Mon Sep 17 00:00:00 2001 From: hejiawencc Date: Thu, 30 Mar 2023 10:25:44 +0800 Subject: [PATCH] =?UTF-8?q?rk356x=20=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4ub?= =?UTF-8?q?oot=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E4=B8=BArk3566=5Fdefcon?= =?UTF-8?q?fig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rk356x/BoardConfig-LubanCat-RK_series-debian-desktop.mk | 2 +- rk356x/BoardConfig-LubanCat-RK_series-debian-lite.mk | 2 +- rk356x/BoardConfig-LubanCat-RK_series-ubuntu-desktop.mk | 4 ++-- rk356x/BoardConfig-LubanCat-RK_series-ubuntu-lite.mk | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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