diff --git a/oem/oem_cvr/RkLunch-stop.sh b/oem/oem_cvr/RkLunch-stop.sh new file mode 100755 index 0000000..4553b59 --- /dev/null +++ b/oem/oem_cvr/RkLunch-stop.sh @@ -0,0 +1,5 @@ +#!/bin/sh +# + +killall cvr_app +echo "Stop Application ..." diff --git a/oem/oem_cvr/RkLunch.sh b/oem/oem_cvr/RkLunch.sh new file mode 100755 index 0000000..490e2c7 --- /dev/null +++ b/oem/oem_cvr/RkLunch.sh @@ -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 &