Technical Report: SigmaStar SDK Installation and Environment Setup
Obtain the specific toolchain for your chip (e.g., gcc-sigmastar-9.1.0-2020.07-x86_64_arm-linux-gnueabihf.tar.xz). Extract it to a directory such as /tools/toolchain/. sigmastar sdk install
Append to your ~/.bashrc:
find . -type f -name "*.mk" -o -name "*.sh" | xargs sed -i 's|/old_user|/new_user|g'
kernel: The Linux kernel image.rootfs.squashfs: The compressed root filesystem.uboot: The bootloader.CIS_Uboot.bin: The$CROSS_COMPILEgcc --version
Installation steps:
If using Yocto: