rv1126/rv1109: oem: cvr: add Rklunch.sh for cvr
Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com> Change-Id: Ib7a5e06912c5224d0607e7764344fc4933e2a691
This commit is contained in:
5
oem/oem_cvr/RkLunch-stop.sh
Executable file
5
oem/oem_cvr/RkLunch-stop.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
|
||||
killall cvr_app
|
||||
echo "Stop Application ..."
|
||||
8
oem/oem_cvr/RkLunch.sh
Executable file
8
oem/oem_cvr/RkLunch.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
|
||||
[ -f /etc/profile.d/enable_coredump.sh ] && source /etc/profile.d/enable_coredump.sh
|
||||
|
||||
export enable_encoder_debug=0
|
||||
|
||||
cvr_app &
|
||||
Reference in New Issue
Block a user