Skip to content

(ssc325) Cannot find isp file: sc3335.bin #1943

@noir017

Description

@noir017

Log output:

root@openipc-ssc325:/etc/sensors# logread | grep majesti
Feb 10 23:10:13 openipc-ssc325 user.info majestic[614]: Majestic Lite for SigmaStar, version master+c51c8bd, built on 2026-02-05
Feb 10 23:10:13 openipc-ssc325 user.debug majestic[614]: Detected infinity Watchdog
Feb 10 23:10:13 openipc-ssc325 user.debug majestic[614]: Watchdog timeout set to 300 seconds
Feb 10 23:10:13 openipc-ssc325 user.debug majestic[614]: Set server path: /var/www
Feb 10 23:10:13 openipc-ssc325 user.info majestic[614]: HTTP server started on 0.0.0.0:80
Feb 10 23:10:13 openipc-ssc325 user.info majestic[614]: Loading main configuration: /etc/majestic.yaml
Feb 10 23:10:13 openipc-ssc325 user.debug majestic[614]: Initializing Sigmastar SDK, mi_sys_version_2.010
Feb 10 23:10:13 openipc-ssc325 user.debug majestic[614]: Sensor index 0: 2304x1296@30fps
Feb 10 23:10:13 openipc-ssc325 user.debug majestic[614]: Channel 0: 2304x1296@20fps
Feb 10 23:10:13 openipc-ssc325 user.debug majestic[614]: - [H264, 4096kbps, RC1, GOP20]
Feb 10 23:10:14 openipc-ssc325 user.debug majestic[614]: - [minQp: 12, maxQp: 48, qpDelta: -4, slice: 0]
Feb 10 23:10:14 openipc-ssc325 user.debug majestic[614]: Channel 2: 2304x1296@5fps
Feb 10 23:10:14 openipc-ssc325 user.debug majestic[614]: - [JPEG, Q50, 4900Kb]
Feb 10 23:10:15 openipc-ssc325 user.warn majestic[614]: Cannot find isp file: /etc/sensors/sc3335.bin
Feb 10 23:10:15 openipc-ssc325 user.err majestic[614]: Cannot set color to gray
Feb 10 23:10:15 openipc-ssc325 user.err majestic[614]: Error setting isp parameters
Feb 10 23:10:15 openipc-ssc325 user.warn majestic[614]: Failed to join a multicast group: 224.0.0.251
Feb 10 23:10:15 openipc-ssc325 user.info majestic[614]: RTSP server started on port 554

I tried extracting sc3335.bin from the original factory firmware, but encountered another error:

Feb 10 23:10:15 openipc-ssc325 user.debug majestic[615]: Load isp file /etc/sensors/sc3335.bin
Feb 10 23:10:15 openipc-ssc325 user.debug majestic[615]: [MAJOR]: ispversion(-740134509) in sdk, ispversion(0) in binfile.
Feb 10 23:10:15 openipc-ssc325 user.debug majestic[615]: [MINOR]: ispversion(-1361120266) in sdk, ispversion(5) in binfile.
Feb 10 23:10:15 openipc-ssc325 user.info majestic[615]: ooooops,SDK & iqbinfile major version is not match.
Feb 10 23:10:15 openipc-ssc325 user.info majestic[615]: warning warning!!!SDK & iqbinfile minor version is not match.
Feb 10 23:10:15 openipc-ssc325 user.debug majestic[615]: ******************** ERROR CODE (0xffffffff) ********************
Feb 10 23:10:15 openipc-ssc325 user.err majestic[615]: Error loading isp file
Feb 10 23:10:15 openipc-ssc325 user.err majestic[615]: Cannot set color to gray
Feb 10 23:10:15 openipc-ssc325 user.err majestic[615]: Error setting isp parameters

I noticed that general/package/sigmastar-osdrv-infinity6b0/files/script/load_sigmastar includes:

set_sensor() {
	case $SENSOR in
		gc2053|gc2083|gc4023|gc4653|imx307|imx335|jxf37|jxq03|os02g10)
			insmod $MODULE/sensor_${SENSOR}_mipi.ko chmap=1
			;;
		sc200ai|sc401ai|sc2239|sc223a|sc2335|sc2336|sc3335|sc3338)
			insmod $MODULE/sensor_${SENSOR}_mipi.ko chmap=1
			;;
		*)
			echo -e "\n\e[1;31mUNSUPPORTED sensor - $SENSOR\e[0m\n" | logger -s -t OpenIPC
			;;
	esac
}

This seems to suggest that the SC3335 sensor is supported.
Could you please advise how I might resolve this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions