Once compiled, images must be "burned" onto the chip's flash memory.
#!/bin/bash export SIGMASTAR_SDK_PATH=~/sigmastar_workspace/Sigmastar_SSD222_SDK export PATH=$SIGMASTAR_SDK_PATH/toolchain/arm-linux-gnueabihf/bin:$PATH export CROSS_COMPILE=arm-linux-gnueabihf- export ARCH=arm sigmastar sdk install
Save and exit, then source the file to apply changes immediately: source ~/.bashrc Use code with caution. Verify the installation by checking the compiler version: arm-linux-gnueabihf-gcc -v Use code with caution. 4. Configuring and Building the SDK Once compiled, images must be "burned" onto the
SigmaStar’s documentation portal (SigmaStarDocs) provides additional chip-specific guidance, particularly for the Iford series. Bookmark it as your ongoing reference throughout development. : For "empty" boards or recovery, use the
: For "empty" boards or recovery, use the SigmaStar ISP Tool via a debug serial connection or create a FAT32-formatted SD card with the SigmastarUpgradeSD.bin comake.online U-Boot configuration options for your SigmaStar chip or a detailed guide on driver porting within the kernel? Environment setup - SigmaStarDocs