Add support Lenovo snowman 1080p camera (#13)

* add-lenovo-snowman-1080p

* Correct flavor from lite to ultimate

* Delete devices/hi3518ev200_ultimate_lenovo-snowman-1080p/general/overlay/etc/builder.msg

* Delete devices/hi3518ev200_ultimate_lenovo-snowman-1080p/general/overlay/etc/wireless/usb

* deleted:    bin/load_hisilicon moved changes to firmware

* Removal from the list deletion of staging modules because in not build anymore

* Delete undeeded option and set wlandev env variable

* Delete changes, work at default 30fps

* Add mux GPIO 37 for audio speaker

* Add lite flavor lenovo snowman 1080p

* Cosmetic changes

* Removal preset sensor

---------

Co-authored-by: andrew <andrew@gradient.ru>
Co-authored-by: Signor Pellegrino <68112357+FlyRouter@users.noreply.github.com>
This commit is contained in:
Steam
2024-02-15 12:36:55 +03:00
committed by GitHub
parent 735363dd47
commit cd5e1126f1
16 changed files with 5932 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
#!/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/hi3518ev200_ultimate_lenovo-snowman-1080p-nor.tgz'
fw_setenv wlandev 'rtl8188eus-hi3518ev200-lenovo'
#
#
# Set custom majestic settings
#
cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 33
cli -s .nightMode.irCutSingleInvert true
cli -s .nightMode.backlightPin 50
cli -s .audio.speakerPin 37
#
exit 0