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:
Zhichao Yu
2021-09-02 11:36:48 +08:00
parent 7a4ee24dc2
commit eda29a8654
2 changed files with 13 additions and 0 deletions

5
oem/oem_cvr/RkLunch-stop.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
#
killall cvr_app
echo "Stop Application ..."

8
oem/oem_cvr/RkLunch.sh Executable file
View 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 &