Sigmastar Sdk — Install
patch -p1 < ../sdk_patches/0001-fix-spi-driver.patch make clean && make all The SDK accumulates gigabytes of .o files. Monthly cleanup:
Navigate to the SDK root and locate setup.env or sdk_setup.sh . sigmastar sdk install
Search for hardcoded paths:
cd $SIGMASTAR_SDK_ROOT git init echo "*" > .gitignore git add -f project/.config project/board/*/defconfig git commit -m "Base config for SSC338Q v5.0.5" SigmaStar releases patches as .patch files. Apply them in order: patch -p1 <