完善配置文件

This commit is contained in:
hejiawencc
2022-08-09 16:02:10 +08:00
parent 211f2b63ab
commit 3918912dcb
7 changed files with 9 additions and 9 deletions

View File

@ -53,7 +53,7 @@ export RK_OEM_DIR=oem_normal
#userdata config
export RK_USERDATA_DIR=userdata_normal
#misc image
export RK_MISC=blank-misc.img
export RK_MISC=wipe_all-misc.img
#choose enable distro module
export RK_DISTRO_MODULE=
# Define pre-build script for this board

View File

@ -25,7 +25,7 @@ export RK_PACKAGE_FILE=rk356x-package-file-ubuntu
# Buildroot config
export RK_CFG_BUILDROOT=rockchip_rk3566
# Recovery config
export RK_CFG_RECOVERY=rockchip_rk356x_recovery
export RK_CFG_RECOVERY=
# Recovery image format type: fit(flattened image tree)
export RK_RECOVERY_FIT_ITS=boot4recovery.its
# ramboot config
@ -67,4 +67,4 @@ export RK_ROOTFS_TARGET=desktop
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none
# 使用exboot内核分区
export RK_EXTBOOT=true
export RK_EXTBOOT=true

View File

@ -67,4 +67,4 @@ export RK_ROOTFS_TARGET=desktop
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=none
# 使用exboot内核分区
export RK_EXTBOOT=true
export RK_EXTBOOT=true

View File

@ -11,7 +11,7 @@ export RK_KERNEL_DEFCONFIG=lubancat2_defconfig
# Kernel defconfig fragment
export RK_KERNEL_DEFCONFIG_FRAGMENT=
# Kernel dts
export RK_KERNEL_DTS=rk3568-lubancat2
export RK_KERNEL_DTS=rk3568-lubancat2-mipi+hdmi
# boot image type
export RK_BOOT_IMG=boot.img
# kernel image path
@ -36,8 +36,6 @@ export RK_JOBS=24
export RK_TARGET_PRODUCT=rk356x
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4
# 设置 debian 版本 (debian10: buster, debian11: bullseye)
export RK_DEBIAN_VERSION=buster
# yocto machine
export RK_YOCTO_MACHINE=rockchip-rk3568-evb
# rootfs image path
@ -62,5 +60,7 @@ export RK_DISTRO_MODULE=
export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# 定义默认rootfs为 debian
export RK_ROOTFS_SYSTEM=debian
# 设置 debian 版本 (debian10: buster, debian11: bullseye)
export RK_DEBIAN_VERSION=buster
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=debug

View File

@ -36,8 +36,6 @@ export RK_JOBS=24
export RK_TARGET_PRODUCT=rk356x
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=ext4
# 设置 debian 版本 (debian10: buster, debian11: bullseye)
export RK_DEBIAN_VERSION=buster
# yocto machine
export RK_YOCTO_MACHINE=rockchip-rk3568-evb
# rootfs image path
@ -62,5 +60,7 @@ export RK_DISTRO_MODULE=
export RK_BOARD_PRE_BUILD_SCRIPT=app-build.sh
# 定义默认rootfs为 debian
export RK_ROOTFS_SYSTEM=debian
# 设置 debian 版本 (debian10: buster, debian11: bullseye)
export RK_DEBIAN_VERSION=buster
# 定义默认rootfs是否添加DEBUG工具 debug :添加 none :不添加
export RK_ROOTFS_DEBUG=debug