后板配置

This commit is contained in:
huangjituan
2024-08-08 21:24:42 +08:00
parent 967c888c64
commit 9fcd9fd5d3
178 changed files with 9704 additions and 22 deletions

View File

@@ -10,13 +10,17 @@ echo "------run rc.final file-----"
export LD_LIBRARY_PATH=/usr/lib/eyesee-mpp:${LD_LIBRARY_PATH}
ulimit -c unlimited
echo /mnt/extsd/coredump-%e-%p-%s-%t > /proc/sys/kernel/core_pattern
# echo /mnt/extsd/coredump-%e-%p-%s-%t > /proc/sys/kernel/core_pattern
for i in /etc/init.d/S??* ;do
# Ignore dangling symlinks (if any).
[ ! -f "$i" ] && continue
if [ "$i" = "/etc/init.d/S99swupdate_autorun" ]; then
continue
fi
case "$i" in
*.sh)
# Source shell script for speed.
@@ -87,6 +91,6 @@ run_usb_adb
#l-sen
echo "show ls value"
cat /sys/class/gpadc/data
# cat /sys/class/gpadc/data
/APP/SL100BACKPANEL &