13 lines
218 B
Plaintext
Executable File
13 lines
218 B
Plaintext
Executable File
# Path defititions
|
|
##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 ..
|