mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-14 16:12:15 +00:00
Update meari-speed-6s
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
#
|
||||
Experimental system for building OpenIPC firmware for known devices
|
||||
#
|
||||
@@ -0,0 +1,28 @@
|
||||
#!/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/ssc333_lite_meari-speed-6s-nor.tgz'
|
||||
#
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .system.staticDir /var/www/majestic
|
||||
cli -s .nightMode.enabled true
|
||||
cli -s .nightMode.irCutPin1 78
|
||||
cli -s .nightMode.irCutPin2 79
|
||||
cli -s .nightMode.backlightPin 14
|
||||
cli -s .audio.speakerPin 61
|
||||
cli -s .video0.codec h264
|
||||
#
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
#
|
||||
fw_setenv wlandev rtl8188fu-ssc333-meari-speed-6s
|
||||
#fw_setenv wlanssid Router
|
||||
#fw_setenv wlanpass 12345678
|
||||
|
||||
exit 0
|
||||
@@ -0,0 +1,25 @@
|
||||
etc/sensors/gc2053.bin
|
||||
etc/sensors/gc4023.bin
|
||||
etc/sensors/gc4653.bin
|
||||
etc/sensors/imx307.bin
|
||||
etc/sensors/imx335.bin
|
||||
etc/sensors/sc2335.bin
|
||||
etc/sensors/sc2336.bin
|
||||
#
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_gc2053_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_gc2083_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_gc4023_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_gc4653_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_imx307_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_imx335_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_os02g10_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_sc2239_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_sc223a_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_sc2335_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_sc2336_mipi.ko
|
||||
lib/modules/4.9.84/sigmastar/sensor/sensor_sc3335_mipi.ko
|
||||
#
|
||||
lib/modules/4.9.84/kernel/fs/lockd
|
||||
lib/modules/4.9.84/kernel/fs/nfs
|
||||
lib/modules/4.9.84/kernel/fs/nfs_common
|
||||
lib/modules/4.9.84/kernel/net/sunrpc
|
||||
Reference in New Issue
Block a user