rv1108: Boardconfig.mk: Write dead first startup application

Change-Id: I49df4a2f213bc6952938a4cb2d8837a235aa1728
Signed-off-by: vicent.chi <vicent.chi@rock-chips.com>
This commit is contained in:
vicent.chi
2019-09-04 08:50:28 +00:00
parent 41578c49ac
commit de3426fa1f
6 changed files with 18 additions and 6 deletions

View File

@ -19,7 +19,7 @@ export RK_SETTING_INI=setting-emmc.ini
# Build jobs
export RK_JOBS=12
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=cpio.lzo
export RK_ROOTFS_TYPE=cpio.lz4
# rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set flash type. support <emmc, nand, nor>
@ -39,3 +39,5 @@ export RK_LOADER_BOOTPART_SELECT=0
export RK_UI_RESOLUTION=360x640
# Set UVC source
export RK_UVC_USE_SL_MODULE=y
# Set first start application
export RK_FIRST_START_APP="lock_app system_manager face_service cvr"

View File

@ -19,7 +19,7 @@ export RK_SETTING_INI=setting-emmc.ini
# Build jobs
export RK_JOBS=12
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=cpio.lzo
export RK_ROOTFS_TYPE=cpio.lz4
# rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set flash type. support <emmc, nand, nor>
@ -39,3 +39,5 @@ export RK_LOADER_BOOTPART_SELECT=0
export RK_UI_RESOLUTION=360x640
# Set UVC source
export RK_UVC_USE_SL_MODULE=y
# Set first start application
export RK_FIRST_START_APP="lock_app system_manager face_service cvr"

View File

@ -19,7 +19,7 @@ export RK_SETTING_INI=setting-emmc-root.ini
# Build jobs
export RK_JOBS=12
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=cpio.lzo
export RK_ROOTFS_TYPE=cpio.lz4
# rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set flash type. support <emmc, nand, nor>
@ -37,3 +37,5 @@ export RK_LOADER_EMMC_TURNING_DEGREE=0
export RK_LOADER_BOOTPART_SELECT=0
# Set ui_resolution
export RK_UI_RESOLUTION=360x640
# Set first start application
export RK_FIRST_START_APP="lock_app system_manager face_service cvr"

View File

@ -19,7 +19,7 @@ export RK_SETTING_INI=setting-emmc.ini
# Build jobs
export RK_JOBS=12
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=cpio.lzo
export RK_ROOTFS_TYPE=cpio.lz4
# rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set flash type. support <emmc, nand, nor>
@ -37,3 +37,5 @@ export RK_LOADER_EMMC_TURNING_DEGREE=2
export RK_LOADER_BOOTPART_SELECT=0
# Set ui_resolution
export RK_UI_RESOLUTION=360x640
# Set first start application
export RK_FIRST_START_APP="lock_app system_manager face_service cvr"

View File

@ -19,7 +19,7 @@ export RK_SETTING_INI=setting.ini
# Build jobs
export RK_JOBS=12
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=cpio.lzo
export RK_ROOTFS_TYPE=cpio.lz4
# rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set flash type. support <emmc, nand, nor>
@ -37,3 +37,5 @@ export RK_LOADER_EMMC_TURNING_DEGREE=0
export RK_LOADER_BOOTPART_SELECT=0
#Set ui_resolution
export RK_UI_RESOLUTION=1280x720
# Set first start application
export RK_FIRST_START_APP="lock_app system_manager face_service cvr"

View File

@ -19,7 +19,7 @@ export RK_SETTING_INI=setting.ini
# Build jobs
export RK_JOBS=12
# Set rootfs type, including ext2 ext4 squashfs
export RK_ROOTFS_TYPE=cpio.lzo
export RK_ROOTFS_TYPE=cpio.lz4
# rootfs image path
export RK_ROOTFS_IMG=rockdev/rootfs.${RK_ROOTFS_TYPE}
# Set flash type. support <emmc, nand, nor>
@ -37,3 +37,5 @@ export RK_LOADER_EMMC_TURNING_DEGREE=0
export RK_LOADER_BOOTPART_SELECT=0
#Set ui_resolution
export RK_UI_RESOLUTION=1280x720
# Set first start application
export RK_FIRST_START_APP="lock_app system_manager face_service cvr"