comparison scripts/setup_board.sh @ 307:ff5f346a293e prerelease

Changed BelaContext fields to be const where appropriate; there's now an InternalBelaContext used for setting the values within the core code. These need to stay aligned.
author andrewm
date Fri, 27 May 2016 18:12:15 +0100
parents dbeed520b014
children b49dc040af73
comparison
equal deleted inserted replaced
306:132fc61893af 307:ff5f346a293e
36 36
37 # Find location of this script so we can locate the rest of the files 37 # Find location of this script so we can locate the rest of the files
38 SCRIPTPATH=$(readlink "$0") 38 SCRIPTPATH=$(readlink "$0")
39 SCRIPTDIR=$(dirname "$SCRIPTPATH") 39 SCRIPTDIR=$(dirname "$SCRIPTPATH")
40 40
41 read -p "Warning: this script will DELETE any existing BeagleRT files from your BeagleBone! Continue? (y/N)" -r 41 read -p "Warning: this script will DELETE any existing BeagleRT files from your BeagleBone! Continue? (y/N) " -r
42 echo 42 echo
43 if [[ $REPLY = [yY] ]] 43 if [[ $REPLY = [yY] ]]
44 then 44 then
45 # Stop BeagleRT if running and remove all files 45 # Stop BeagleRT if running and remove all files
46 echo "Stopping BeagleRT and removing old files." 46 echo "Stopping BeagleRT and removing old files."