You may be prompted for sudo access.
make uboot # Only u-boot make kernel # Only Linux kernel make modules # Kernel modules make filesystem # Rootfs make image # Pack final firmware (image/ dir) sigmastar sdk install
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 ... You may be prompted for sudo access
: Use a SigmaStar-specific hardware serial port tool (Debug Tool) to connect the target board to your PC. sigmastar sdk install
Add the following (adjust path to your actual extracted folder):