2014-03-25 14:38:35 +01:00
|
|
|
# Path defititions
|
2014-05-05 12:18:45 +02:00
|
|
|
##bin="/home/ftp/hive/spinix"
|
|
|
|
bin="../Bin/spinix"
|
2014-03-25 14:38:35 +01:00
|
|
|
sd="${bin}/sdcard"
|
|
|
|
flash="${bin}/flash"
|
|
|
|
|
2014-03-25 10:40:35 +01:00
|
|
|
# Build the the boot program
|
2014-05-05 13:43:38 +02:00
|
|
|
bstc -b -O cgru src/boot.spin
|
|
|
|
mv boot.binary ${flash}/
|