Silverdale
Jump to navigation
Jump to search
VR HazTrak Cabinet[edit | edit source]
Customer Specific Configuration[edit | edit source]
Small Cabinet[edit | edit source]
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/lockheed_martin/vr-haztrak-small-secondrun.sh -O - | sh
Medium Cabinet[edit | edit source]
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/lockheed_martin/vr-haztrak-medium-secondrun.sh -O - | sh
Large Cabinet[edit | edit source]
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/lockheed_martin/vr-haztrak-large-secondrun.sh -O - | sh
Pre-Ship[edit | edit source]
- RUN if Wi-Fi needs to be DISABLED
- Pre-Ship script with Wi-Fi disabled
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/lockheed_martin/vr-pre-ship.sh -O - | sh
OR
- RUN if Wi-Fi needs to stay ENABLED
- Pre-Ship script with Wi-Fi enabled
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/lockheed_martin/vr-pre-ship-wifi.sh -O - | sh
Pre-Ship script[edit | edit source]
To setup static IPs:
wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/lockheed_martin/pre-ship-ip-list.csv -O /tmp/pre-ship-ip-list.csv && wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/lockheed_martin/pre-ship.sh -O /tmp/pre-ship.sh && cd /tmp && bash /tmp/pre-ship.sh
Manual Test[edit | edit source]
Speaker[edit | edit source]
opkg install ffmpeg wget http://readonly:secret@svn.crm.ventureresearch.com/svn/linux/testing/lockheed_martin/BATTERY_LOW.mp3 -O /tmp/BATTERY_LOW.mp3 amixer set PCM 100% ffmpeg -i /tmp/BATTERY_LOW.mp3 -f alsa default