Merge branch 'main' of 192.168.1.238:vision/sl100_sdk into main

This commit is contained in:
kangjun
2025-04-29 10:52:56 +08:00
9 changed files with 226 additions and 63 deletions

View File

@@ -13,6 +13,8 @@ export HOME=${HOME:-/root}
export PS1='\u@\h:\w\$ '
export LD_LIBRARY_PATH=/usr/lib/eyesee-mpp:${LD_LIBRARY_PATH}
ulimit -c unlimited
echo "/tmp/core.%e.%t" > /proc/sys/kernel/core_pattern
echo 1 > /proc/sys/vm/overcommit_memory
#mount -t debugfs none /sys/kernel/debug
[ -x /bin/more ] || alias more=less

View File

@@ -576,7 +576,7 @@ mount_usr
# mount_app
MODULES_DIR="/lib/modules/`uname -r`"
insmod $MODULES_DIR/xr806.ko
# insmod $MODULES_DIR/xr806.ko
/etc/init.d/S50wifidaemon start &
# insmod $MODULES_DIR/disp.ko # loaded by kernel
insmod $MODULES_DIR/sunxi_gpadc.ko