rv1108/cvr: enable device manager in system_manager

Change-Id: I247dadf35a7e81ed352ed674ede17c4aa206a94e
Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
This commit is contained in:
Zhichao Yu
2020-01-10 15:57:58 +08:00
parent dac1a58ced
commit ad160b2c1f
2 changed files with 9 additions and 9 deletions

View File

@ -91,4 +91,4 @@ export RK_FACE_FOV_SCALE_FACTOR_Y=1
# Set UVC source
export RK_UVC_USE_SL_MODULE=n
# Set first start application
export RK_FIRST_START_APP="cvr udevd udevadm"
export RK_FIRST_START_APP="cvr system_manager device_manager"

View File

@ -4,16 +4,16 @@
"bind_url": "ipc:///tmp/system.ipc",
"nodes": [
{
"name": "face_service",
"path": "/usr/bin/face_service",
"bind_url": "ipc:///tmp/face_service.ipc",
"parameter": "-c /etc/face_service.conf",
"delay_ms": 100
"name": "cvr",
"path": "/usr/bin/cvr",
"bind_url": "ipc:///tmp/cvr.ipc",
"parameter": "",
"delay_ms": 0
},
{
"name": "lock_app",
"path": "/usr/bin/lock_app",
"bind_url": "ipc:///tmp/lock_app.ipc",
"name": "device_manager",
"path": "/usr/bin/device_manager",
"bind_url": "ipc:///tmp/device_manager.ipc",
"parameter": "",
"delay_ms": 0
}