# Path defititions bin="/home/ftp/hive/spinix" sd="${bin}/sdcard" flash="${bin}/flash" # Build the the boot program cd src bstc -b -O cgru boot.spin cp boot.binary ${flash}/ rm boot.binary cd ..