Update Vixand devices

This commit is contained in:
Signor Pellegrino (from Citadel PC)
2024-01-14 21:17:19 +03:00
parent 825e08ce75
commit 203e4a5af4
8 changed files with 384 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#
Experimental system for building OpenIPC firmware for known devices
#

View File

@@ -0,0 +1,29 @@
#!/bin/sh
#
# Perform basic settings on a known IP camera
#
#
# Set custom upgrade url
#
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/gk7205v200_lite_vixand-iph-5-4g-nor.tgz'
#
#
# Set custom majestic settings
#
cli -s .system.webAdmin disabled
cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 8
cli -s .nightMode.irCutPin2 9
cli -s .nightMode.backlightPin 14
#cli -s .audio.speakerPin 55
cli -s .video0.codec h264
#
#
# Set wlan device and credentials if need
#
fw_setenv wlandev ec200n-gk7205v200-vixand
#fw_setenv wlanssid Router
#fw_setenv wlanpass 12345678
exit 0