[后板]优化启动脚本和驱动加载,加快启动速度
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# pcba test
|
||||
#
|
||||
|
||||
echo "start PCBA Test\n"
|
||||
|
||||
echo "============ pcba test ================"
|
||||
|
||||
export SCREEN_INFO='1280x800-32bpp'
|
||||
export TSLIB_TSEVENTTYPE=H3600
|
||||
export TSLIB_CONSOLEDEVICE=none
|
||||
export TSLIB_FBDEVICE=/dev/fb0
|
||||
export TSLIB_TSDEVICE=/dev/input/event2
|
||||
export TSLIB_CALIBFILE=/etc/pointercal
|
||||
export TSLIB_CONFFILE=/etc/ts.conf
|
||||
export TSLIB_PLUGINDIR=/usr/lib/ts
|
||||
|
||||
|
||||
/usr/bin/sample_ao -path /usr/bin/sample_ao_startup.conf
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#/usr/bin/sample_ai -path /usr/bin/sample_ai_v851s_sc1721v.conf
|
||||
|
||||
#/usr/bin/sample_ao -path /usr/bin/sample_ao_v851s_sc1721v.conf
|
||||
|
||||
|
||||
ifconfig wlan0 up
|
||||
ifconfig wlan0 192.168.51.1
|
||||
udhcpd /etc/udhcpd.conf &
|
||||
|
||||
wifi -o ap
|
||||
|
||||
/usr/bin/sample_rtsp -path /usr/bin/sample_rtsp_v851s_sc1721v.conf &
|
||||
|
||||
ts_test &
|
||||
|
||||
Reference in New Issue
Block a user