spinix-hive/build_boot

13 lines
218 B
Plaintext
Raw Normal View History

# Path defititions
2014-05-05 12:18:45 +02:00
##bin="/home/ftp/hive/spinix"
bin="../Bin/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 ..