rk356x 修改默认uboot配置文件为rk3566_defconfig

This commit is contained in:
hejiawencc
2023-03-30 10:25:44 +08:00
parent bcd9760521
commit ae64a61070
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# Target arch # Target arch
export RK_ARCH=arm64 export RK_ARCH=arm64
# Uboot defconfig # Uboot defconfig
export RK_UBOOT_DEFCONFIG=lubancat-rk356x export RK_UBOOT_DEFCONFIG=rk3566
# Uboot image format type: fit(flattened image tree) # Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig # Kernel defconfig

View File

@ -3,7 +3,7 @@
# Target arch # Target arch
export RK_ARCH=arm64 export RK_ARCH=arm64
# Uboot defconfig # Uboot defconfig
export RK_UBOOT_DEFCONFIG=lubancat-rk356x export RK_UBOOT_DEFCONFIG=rk3566
# Uboot image format type: fit(flattened image tree) # Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig # Kernel defconfig

View File

@ -3,7 +3,7 @@
# Target arch # Target arch
export RK_ARCH=arm64 export RK_ARCH=arm64
# Uboot defconfig # Uboot defconfig
export RK_UBOOT_DEFCONFIG=lubancat-rk356x export RK_UBOOT_DEFCONFIG=rk3566
# Uboot image format type: fit(flattened image tree) # Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig # Kernel defconfig
@ -68,7 +68,7 @@ export RK_ROOTFS_SYSTEM=ubuntu
# 默认Ubuntu 版本 # 默认Ubuntu 版本
export RK_UBUNTU_VERSION=20.04 export RK_UBUNTU_VERSION=20.04
# 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版 # 定义默认rootfs是否为桌面版 desktop :桌面版 lite :控制台版
export RK_ROOTFS_TARGET=desktop export RK_ROOTFS_TARGET=xfce
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加 # 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none export RK_ROOTFS_DEBUG=none
# 使用exboot内核分区 # 使用exboot内核分区

View File

@ -5,7 +5,7 @@ export RK_SOC=rk356x
# Target arch # Target arch
export RK_ARCH=arm64 export RK_ARCH=arm64
# Uboot defconfig # Uboot defconfig
export RK_UBOOT_DEFCONFIG=lubancat-rk356x export RK_UBOOT_DEFCONFIG=rk3566
# Uboot image format type: fit(flattened image tree) # Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit export RK_UBOOT_FORMAT_TYPE=fit
# Kernel defconfig # Kernel defconfig