spinix-hive/build_boot

12 lines
196 B
Plaintext
Executable File

# 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 ..