# HG changeset patch # User Giulio Moro # Date 1466082135 -3600 # Node ID 57903b3259e1b79db972659b768ed4a67621d2f8 # Parent 669855b8461bd67f3d39566692c261c76b2a0610 update_board.sh now disables Bela at startup and enables the IDE at startup diff -r 669855b8461b -r 57903b3259e1 scripts/update_board.sh --- a/scripts/update_board.sh Thu Jun 16 13:54:48 2016 +0100 +++ b/scripts/update_board.sh Thu Jun 16 14:02:15 2016 +0100 @@ -156,6 +156,10 @@ # run the IDE ssh $BBB_ADDRESS "make -C $BBB_BELA_HOME --no-print-directory idestart" echo \ -"Bela was installed on the board, but a valid IDE folder was not found in $IDE_FOLDER/, so the IDE was not updated. If there was an older version of the IDE on the board, it is being restarted. +"The Bela core files were updated the board, but a valid IDE folder was not found in $IDE_FOLDER/, so the IDE was not updated. If there was an older version of the IDE on the board, it is being restarted. You can get a copy of the most up-to-date IDE files from https://github.com/LBDonovan/bela-ide" fi + +ssh $BBB_ADDRESS make -C $BBB_BELA_HOME --no-print-directory idestartup nostartup && echo "The board will now run the IDE at startup, but startup of the Bela program has been disabled. To enable it, use the set_startup.sh script" + +