comparison scripts/update_board @ 505:116cbb0e2bd4 prerelease

update_board again
author Giulio Moro <giuliomoro@yahoo.it>
date Wed, 22 Jun 2016 01:28:25 +0100
parents b6eb94378ca9
children ce5bb14c21fb
comparison
equal deleted inserted replaced
504:b6eb94378ca9 505:116cbb0e2bd4
192 if [ $? -eq 0 ] 192 if [ $? -eq 0 ]
193 then 193 then
194 export BBB_ADDRESS BBB_BELA_HOME 194 export BBB_ADDRESS BBB_BELA_HOME
195 cd $IDE_FOLDER/scripts && ./update_IDE $ALWAYS_YES_FLAG --no-frills 195 cd $IDE_FOLDER/scripts && ./update_IDE $ALWAYS_YES_FLAG --no-frills
196 196
197 # The IDE is restarted by the update_IDE script 197 ssh $BBB_ADDRESS "make -C $BBB_BELA_HOME --no-print-directory idestart"
198 else 198 else
199 # run the IDE 199 # run the IDE
200 printf "\nThe Bela core files were updated on the board, but a valid IDE folder was not found in $IDE_FOLDER/, so the IDE was not updated. 200 printf "\nThe Bela core files were updated on the board, but a valid IDE folder was not found in $IDE_FOLDER/, so the IDE was not updated.
201 You can get a copy of the most up-to-date IDE files from https://github.com/LBDonovan/bela-ide\n" 201 You can get a copy of the most up-to-date IDE files from https://github.com/LBDonovan/bela-ide\n"
202 [ $FULL -eq 1 ] && printf "If there was an older version of the IDE on the board, it is being restarted.\n\n" &&\ 202 [ $FULL -eq 1 ] && printf "If there was an older version of the IDE on the board, it is being restarted.\n\n" &&\