mirror of
https://github.com/outbackdingo/builder.git
synced 2026-01-27 10:18:28 +00:00
Update Vixand configs
This commit is contained in:
@@ -5,20 +5,19 @@
|
||||
#
|
||||
# Set custom upgrade url
|
||||
#
|
||||
fw_setenv soc gk7205v210
|
||||
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/gk7205v210_lite_vixand-ivg-g3s-nor.tgz'
|
||||
#
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .nightMode.irCutPin1 8
|
||||
cli -s .nightMode.irCutPin2 9
|
||||
cli -s .video0.codec h264
|
||||
#cli -s .audio.speakerPin 55
|
||||
cli -s .nightMode.irCutPin1 9
|
||||
cli -s .nightMode.irCutPin2 8
|
||||
cli -s .nightMode.backlightPin 16
|
||||
#cli -s .nightMode.lightMonitor true
|
||||
cli -s .nightMode.minThreshold 2000
|
||||
cli -s .nightMode.maxThreshold 14000
|
||||
#cli -s .audio.speakerPin 55
|
||||
cli -s .video0.codec h264
|
||||
#
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
@@ -27,6 +26,8 @@ cli -s .video0.codec h264
|
||||
#fw_setenv wlanssid Router
|
||||
#fw_setenv wlanpass 12345678
|
||||
#
|
||||
fw_setenv soc gk7205v210
|
||||
#
|
||||
adduser viewer -s /bin/false -D -H
|
||||
echo viewer:123456 | chpasswd
|
||||
#
|
||||
|
||||
@@ -8,21 +8,28 @@
|
||||
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/gk7205v210_lite_vixand-ivg-g4f-a-w-nor.tgz'
|
||||
#
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .video0.codec h264
|
||||
#cli -s .audio.speakerPin 55
|
||||
cli -s .nightMode.irCutPin1 9
|
||||
cli -s .nightMode.irCutPin2 8
|
||||
cli -s .nightMode.backlightPin 16
|
||||
cli -s .nightMode.lightMonitor true
|
||||
cli -s .nightMode.minThreshold 2000
|
||||
cli -s .nightMode.maxThreshold 14000
|
||||
#
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
#
|
||||
fw_setenv wlandev atbm603x-generic-usb
|
||||
#fw_setenv wlanssid Router
|
||||
#fw_setenv wlanpass 12345678
|
||||
#
|
||||
# Set majestic settings
|
||||
fw_setenv soc gk7205v210
|
||||
#
|
||||
adduser viewer -s /bin/false -D -H
|
||||
echo viewer:123456 | chpasswd
|
||||
#
|
||||
cli -s .nightMode.irCutPin1 8
|
||||
cli -s .nightMode.irCutPin2 9
|
||||
cli -s .nightMode.backlightPin 14
|
||||
#cli -s .nightMode.lightMonitor true
|
||||
cli -s .nightMode.minThreshold 2000
|
||||
cli -s .nightMode.maxThreshold 14000
|
||||
#cli -s .audio.speakerPin 55
|
||||
cli -s .video0.codec h264
|
||||
|
||||
exit 0
|
||||
|
||||
@@ -5,19 +5,19 @@
|
||||
#
|
||||
# Set custom upgrade url
|
||||
#
|
||||
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/gk7205v200_lite_vixand-ivg-g4f-a-nor.tgz'
|
||||
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/gk7205v210_lite_vixand-ivg-g4f-a-nor.tgz'
|
||||
#
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .nightMode.irCutPin1 8
|
||||
cli -s .nightMode.irCutPin2 9
|
||||
cli -s .nightMode.backlightPin 14
|
||||
cli -s .video0.codec h264
|
||||
#cli -s .audio.speakerPin 55
|
||||
cli -s .nightMode.irCutPin1 9
|
||||
cli -s .nightMode.irCutPin2 8
|
||||
cli -s .nightMode.backlightPin 16
|
||||
#cli -s .nightMode.lightMonitor true
|
||||
cli -s .nightMode.minThreshold 2000
|
||||
cli -s .nightMode.maxThreshold 14000
|
||||
#cli -s .audio.speakerPin 55
|
||||
cli -s .video0.codec h264
|
||||
#
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
@@ -26,6 +26,8 @@ cli -s .video0.codec h264
|
||||
#fw_setenv wlanssid Router
|
||||
#fw_setenv wlanpass 12345678
|
||||
#
|
||||
fw_setenv soc gk7205v210
|
||||
#
|
||||
adduser viewer -s /bin/false -D -H
|
||||
echo viewer:123456 | chpasswd
|
||||
#
|
||||
|
||||
@@ -18,13 +18,13 @@ cli -s .osd.enabled true
|
||||
cli -s .osd.template "OpenIPC | %F %T %Z"
|
||||
cli -s .audio.enabled true
|
||||
cli -s .audio.volume 50
|
||||
cli -s .nightMode.irCutPin1 8 # or vice versa
|
||||
cli -s .nightMode.irCutPin2 9
|
||||
cli -s .nightMode.backlightPin 14 # or 16
|
||||
#cli -s .audio.speakerPin 55
|
||||
cli -s .nightMode.irCutPin1 9 # or vice versa
|
||||
cli -s .nightMode.irCutPin2 8
|
||||
cli -s .nightMode.backlightPin 16 # or 14
|
||||
#cli -s .nightMode.lightMonitor true
|
||||
cli -s .nightMode.minThreshold 2000
|
||||
cli -s .nightMode.maxThreshold 14000
|
||||
#cli -s .audio.speakerPin 55
|
||||
#
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
|
||||
Reference in New Issue
Block a user