mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-13 23:52:17 +00:00
Rename OpenIPC FPV/URLLC AIO profile
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
#!/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/ssc338q_fpv_openipc-urllc-aio-nor.tgz'
|
||||
#
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
#cli -s .system.staticDir /var/www/majestic
|
||||
#cli -s .image.mirror true
|
||||
#cli -s .image.flip true
|
||||
#cli -s .nightMode.enabled true
|
||||
#cli -s .nightMode.irCutPin1 61
|
||||
#cli -s .nightMode.irCutPin2 79
|
||||
#cli -s .nightMode.backlightPin 4
|
||||
#cli -s .nightMode.colorToGray true
|
||||
#cli -s .audio.speakerPin 0
|
||||
#cli -s .video0.codec h264
|
||||
#
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
#
|
||||
#fw_setenv wlandev unknown
|
||||
#fw_setenv wlanssid Router
|
||||
#fw_setenv wlanpass 12345678
|
||||
|
||||
exit 0
|
||||
@@ -0,0 +1,16 @@
|
||||
/etc/sensors/gc2053.bin
|
||||
/etc/sensors/gc4653.bin
|
||||
/etc/sensors/imx335.bin
|
||||
/etc/sensors/sc501ai.bin
|
||||
#
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_gc2053_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_gc4653_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_imx335_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_imx347_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc501ai_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor/sensor_sc8235_mipi.ko
|
||||
#
|
||||
/lib/modules/4.9.84/kernel/fs/lockd/*.ko
|
||||
/lib/modules/4.9.84/kernel/fs/nfs/*.ko
|
||||
/lib/modules/4.9.84/kernel/fs/nfs_common/*.ko
|
||||
/lib/modules/4.9.84/kernel/net/sunrpc/*.ko
|
||||
Reference in New Issue
Block a user