SigmaStar (now part of the Xingera group, formerly a division of MediaTek) dominates the market for low-power, cost-effective smart camera solutions, IoT displays, and AI-enabled edge devices. Chips like the SSC338Q, SSC30KD, and the Infinity 6 series are ubiquitous in dash cams, IP cameras, and smart home hubs.
Source it:
This guide will help you prepare your host machine, install the toolchain, and compile your first project. 1. Prerequisites & System Requirements sigmastar sdk install
"Command not found" errors during build: The Ultimate Guide to SigmaStar SDK Installation: From
Sigmastar SDKs support multiple board configurations (spinand, spinor, nor+sdram). You must select the correct defconfig. Validates toolchain executables
setenv serverip 192.168.1.100
setenv ipaddr 192.168.1.150
tftp 0x21000000 uImage
tftp 0x22000000 rootfs.squashfs
nand erase 0x200000 0x1000000
nand write 0x21000000 0x200000 0x500000
...
SigmaStar uses a modified GCC toolchain, often based on arm-linux-gnueabihf- for Cortex-A7/A35 cores, and sometimes a dual-toolchain setup (ARM + DSP).