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-06 08:36:29 +02:00
|
|
|
bstc -D __HIVE -b -O a src/boot.spin
|
2014-05-05 13:43:38 +02:00
|
|
|
mv boot.binary ${flash}/
|