rk356x 修改默认uboot配置文件为rk3566_defconfig
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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内核分区
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user