rv1108: update environment variables in board configure.

Change-Id: I49d7c7359b54e29fab46e1ff54bd5bead7bfc12c
Signed-off-by: frank.liu <frank.liu@rock-chips.com>
This commit is contained in:
frank.liu
2019-09-30 16:15:09 +08:00
parent 2e886dc938
commit e81c8b52e0
4 changed files with 20 additions and 0 deletions

View File

@ -15,6 +15,8 @@ export RK_TARGET_PRODUCT=rv1108
export RK_TARGET_BOARD_VERSION=lock-evb-v10
# Set flash type. support <emmc, nand, nor>
export RK_STORAGE_TYPE=emmc
# Set depth camera
export RK_HAS_DEPTH_CAMERA=n
########################################
# Buildroot Config #
@ -36,6 +38,7 @@ export RK_LOADER_POWER_HOLD_GPIO_GROUP=3
export RK_LOADER_POWER_HOLD_GPIO_INDEX=12
export RK_LOADER_EMMC_TURNING_DEGREE=0
export RK_LOADER_BOOTPART_SELECT=0
export RK_LOADER_PREISP_EN=0
########################################
# Kernel Config #
@ -76,5 +79,7 @@ export RK_JOBS=12
########################################
# Set ui_resolution
export RK_UI_RESOLUTION=360x640
# Set UVC source
export RK_UVC_USE_SL_MODULE=n
# Set first start application
export RK_FIRST_START_APP="lock_app system_manager face_service"

View File

@ -15,6 +15,8 @@ export RK_TARGET_PRODUCT=rv1108
export RK_TARGET_BOARD_VERSION=lock-evb-v11
# Set flash type. support <emmc, nand, nor>
export RK_STORAGE_TYPE=emmc
# Set depth camera
export RK_HAS_DEPTH_CAMERA=n
########################################
# Buildroot Config #
@ -36,6 +38,7 @@ export RK_LOADER_POWER_HOLD_GPIO_GROUP=3
export RK_LOADER_POWER_HOLD_GPIO_INDEX=14
export RK_LOADER_EMMC_TURNING_DEGREE=2
export RK_LOADER_BOOTPART_SELECT=0
export RK_LOADER_PREISP_EN=0
########################################
# Kernel Config #
@ -76,5 +79,7 @@ export RK_JOBS=12
########################################
# Set ui_resolution
export RK_UI_RESOLUTION=360x640
# Set UVC source
export RK_UVC_USE_SL_MODULE=n
# Set first start application
export RK_FIRST_START_APP="lock_app system_manager face_service"

View File

@ -15,6 +15,8 @@ export RK_TARGET_PRODUCT=rv1108
export RK_TARGET_BOARD_VERSION=minievb-v10
# Set flash type. support <emmc, nand, nor>
export RK_STORAGE_TYPE=nor
# Set depth camera
export RK_HAS_DEPTH_CAMERA=n
########################################
# Buildroot Config #
@ -36,6 +38,7 @@ export RK_LOADER_POWER_HOLD_GPIO_GROUP=none
export RK_LOADER_POWER_HOLD_GPIO_INDEX=none
export RK_LOADER_EMMC_TURNING_DEGREE=0
export RK_LOADER_BOOTPART_SELECT=0
export RK_LOADER_PREISP_EN=0
########################################
# Kernel Config #
@ -76,5 +79,7 @@ export RK_JOBS=12
########################################
#Set ui_resolution
export RK_UI_RESOLUTION=1280x720
# Set UVC source
export RK_UVC_USE_SL_MODULE=n
# Set first start application
export RK_FIRST_START_APP="cvr"

View File

@ -15,6 +15,8 @@ export RK_TARGET_PRODUCT=rv1108
export RK_TARGET_BOARD_VERSION=minievb-v10
# Set flash type. support <emmc, nand, nor>
export RK_STORAGE_TYPE=nor
# Set depth camera
export RK_HAS_DEPTH_CAMERA=n
########################################
# Buildroot Config #
@ -36,6 +38,7 @@ export RK_LOADER_POWER_HOLD_GPIO_GROUP=none
export RK_LOADER_POWER_HOLD_GPIO_INDEX=none
export RK_LOADER_EMMC_TURNING_DEGREE=0
export RK_LOADER_BOOTPART_SELECT=0
export RK_LOADER_PREISP_EN=0
########################################
# Kernel Config #
@ -76,5 +79,7 @@ export RK_JOBS=12
########################################
#Set ui_resolution
export RK_UI_RESOLUTION=1280x720
# Set UVC source
export RK_UVC_USE_SL_MODULE=n
# Set first start application
export RK_FIRST_START_APP="lock_app system_manager face_service"