mirror of
https://github.com/outbackdingo/builder.git
synced 2026-01-27 18:18:27 +00:00
Add ssc337_lite_tiandy-tc-c321n-v2 profile
This commit is contained in:
1
.github/workflows/master.yml
vendored
1
.github/workflows/master.yml
vendored
@@ -57,6 +57,7 @@ jobs:
|
||||
- ssc335de_lite_imou-c22e-s2-v2
|
||||
- ssc335de_lite_uniview-c1l-2wn-g
|
||||
- ssc337_lite_h3c-tc2101
|
||||
- ssc337_lite_tiandy-tc-c321n-v2
|
||||
- ssc337_lite_tp-link-tapo-c110-v1
|
||||
- ssc337de_ultimate_foscam-x5
|
||||
- ssc338q_fpv_caddx-fly
|
||||
|
||||
@@ -51,9 +51,10 @@ RunCam WiFiLink SSC338Q IMX415 NOR_16M done
|
||||
RVi-1NCMW2028 (2.8) HI3516EV300 SC2330 RTL8188FU_USB NAND testing
|
||||
Smartwares CIP-37210 HI3518EV200 OV9732 RTL8188FU_USB NOR_16M in progress
|
||||
Smartwares CIP-37210AT T21N JXF37 RTL8188FU_USB NOR_16M done
|
||||
Switcam HS303 v1 HI3518EV200 JXF22 RTL8188FU_USB NOR_16M testing now
|
||||
Switcam HS303 v1 HI3518EV200 JXF22 RTL8188FU_USB NOR_16M done
|
||||
Switcam HS303 v2 HI3518EV200 OV9732 RTL8188EU_USB NOR_16M done
|
||||
Tiandy TC-C321N GK7205V200 OS02G10 - NOR_8M done
|
||||
Tiandy TC-C321N v2 SSC337 SC2336P - NOR_8M testing now
|
||||
Tiandy TC-C32QN GK7205V210 OS02G10 - NOR_8M done
|
||||
TP-Link Tapo C110 v1 SSC335 SC3335 ATBM6032i_USB NOR_8M done
|
||||
TP-Link Tapo C110 v1 SSC337 SC3335 SSW101B_USB NOR_8M done
|
||||
@@ -98,6 +99,8 @@ Many devices sold in online stores are clones of original devices or, more often
|
||||
Model names Our firmware
|
||||
|
||||
Switcam HS303 v3 => Qtech QVC-IPC-136W
|
||||
Tiandy TC-C320N => Tiandy TC-C321N
|
||||
Tiandy TC-C320N v2 => Tiandy TC-C321N v2
|
||||
Rostelecom IPC8232SWC-WE-B => Uniview C1L-2WN-G
|
||||
Rostelecom IPC C22E-S2 v2 => Imou IPC-C22E-S2-v2
|
||||
Uniview C1L-2WN-G-RU => Uniview C1L-2WN-G
|
||||
|
||||
@@ -0,0 +1,66 @@
|
||||
# Architecture
|
||||
BR2_arm=y
|
||||
BR2_cortex_a7=y
|
||||
BR2_ARM_FPU_NEON_VFPV4=y
|
||||
BR2_ARM_INSTRUCTIONS_THUMB2=y
|
||||
|
||||
# Toolchain
|
||||
BR2_TOOLCHAIN_EXTERNAL=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/openipc/firmware/releases/download/$(OPENIPC_TOOLCHAIN).tgz"
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-openipc-linux-musleabihf"
|
||||
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_9=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y
|
||||
BR2_TOOLCHAIN_EXTERNAL_CXX=y
|
||||
|
||||
# Kernel
|
||||
BR2_LINUX_KERNEL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/infinity6b0-ssc009a.config"
|
||||
BR2_LINUX_KERNEL_UIMAGE=y
|
||||
BR2_LINUX_KERNEL_XZ=y
|
||||
|
||||
# Filesystem
|
||||
BR2_PACKAGE_BUSYBOX_CONFIG="$(BR2_EXTERNAL)/package/busybox/busybox.config"
|
||||
BR2_PACKAGE_EXFATPROGS=y
|
||||
BR2_PACKAGE_UBOOT_TOOLS=y
|
||||
BR2_PACKAGE_ZLIB=y
|
||||
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
|
||||
BR2_PACKAGE_MOSQUITTO=y
|
||||
# BR2_PACKAGE_MOSQUITTO_BROKER is not set
|
||||
BR2_TARGET_ROOTFS_CPIO=y
|
||||
BR2_TARGET_ROOTFS_SQUASHFS=y
|
||||
BR2_TARGET_ROOTFS_SQUASHFS4_XZ=y
|
||||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc337"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Packages
|
||||
BR2_PACKAGE_DROPBEAR_OPENIPC=y
|
||||
BR2_PACKAGE_EXFAT_OPENIPC=y
|
||||
BR2_PACKAGE_IPCTOOL=y
|
||||
BR2_PACKAGE_JSONFILTER=y
|
||||
BR2_PACKAGE_LIBCURL_OPENIPC=y
|
||||
BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_PROXY_SUPPORT is not set
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_COOKIES_SUPPORT is not set
|
||||
# BR2_PACKAGE_LIBCURL_OPENIPC_EXTRA_PROTOCOLS_FEATURES is not set
|
||||
BR2_PACKAGE_LIBEVENT_OPENIPC=y
|
||||
BR2_PACKAGE_LIBOGG_OPENIPC=y
|
||||
BR2_PACKAGE_MAJESTIC_FONTS=y
|
||||
BR2_PACKAGE_MAJESTIC_WEBUI=y
|
||||
BR2_PACKAGE_MAJESTIC=y
|
||||
BR2_PACKAGE_MBEDTLS_OPENIPC=y
|
||||
BR2_PACKAGE_OPUS_OPENIPC=y
|
||||
BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
|
||||
BR2_PACKAGE_QUIRC_OPENIPC=y
|
||||
BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0=y
|
||||
BR2_PACKAGE_VTUND_OPENIPC=y
|
||||
BR2_PACKAGE_YAML_CLI=y
|
||||
@@ -0,0 +1,24 @@
|
||||
#!/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/ssc337_lite_tiandy-tc-c321n-v2-nor.tgz'
|
||||
#
|
||||
#
|
||||
# Set custom majestic settings
|
||||
#
|
||||
cli -s .nightMode.irCutPin1 78
|
||||
cli -s .nightMode.irCutPin2 79
|
||||
cli -s .nightMode.backlightPin 37
|
||||
#
|
||||
#
|
||||
# Set wlan device and credentials if need
|
||||
#
|
||||
#fw_setenv wlandev rtl8188fu-generic
|
||||
#fw_setenv wlanssid Router
|
||||
#fw_setenv wlanpass 12345678
|
||||
|
||||
exit 0
|
||||
@@ -0,0 +1,35 @@
|
||||
/etc/sensors/gc2053.bin
|
||||
/etc/sensors/gc4023.bin
|
||||
/etc/sensors/gc4653.bin
|
||||
/etc/sensors/imx307.bin
|
||||
/etc/sensors/imx335.bin
|
||||
/etc/sensors/jxf37.bin
|
||||
/etc/sensors/jxq03.bin
|
||||
/etc/sensors/sc200ai.bin
|
||||
#/etc/sensors/sc223a.bin
|
||||
/etc/sensors/sc2335.bin
|
||||
/etc/sensors/sc3338.bin
|
||||
/etc/sensors/sc401ai.bin
|
||||
#
|
||||
/lib/modules/4.9.84/sigmastar/sensor_gc2053_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_gc2083_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_gc4023_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_gc4653_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_imx307_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_imx335_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_jxf37_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_jxq03_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_os02g10_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_sc200ai_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_sc2239_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_sc223a_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_sc2335_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_sc3335_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_sc3338_mipi.ko
|
||||
/lib/modules/4.9.84/sigmastar/sensor_sc401ai_mipi.ko
|
||||
#
|
||||
/lib/modules/4.9.84/kernel/fs/lockd/lockd.ko
|
||||
/lib/modules/4.9.84/kernel/fs/nfs/nfsv3.ko
|
||||
/lib/modules/4.9.84/kernel/fs/nfs/nfs.ko
|
||||
/lib/modules/4.9.84/kernel/fs/nfs_common/grace.ko
|
||||
/lib/modules/4.9.84/kernel/net/sunrpc/sunrpc.ko
|
||||
Reference in New Issue
Block a user