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
|
|
|
|
cd src
|
|
|
|
bstc -b -O cgru boot.spin
|
2014-03-25 14:38:35 +01:00
|
|
|
cp boot.binary ${flash}/
|
2014-03-25 10:40:35 +01:00
|
|
|
rm boot.binary
|
|
|
|
cd ..
|