changeset 391:db1714fe2814 prerelease

Renamed BeagleRT to Bela in the startup script and Makefile
author andrewm
date Tue, 14 Jun 2016 21:13:40 +0100
parents 5d05fe6feb7d
children 5587d7fa0108
files Makefile resources/initd-bela
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Jun 14 18:48:23 2016 +0100
+++ b/Makefile	Tue Jun 14 21:13:40 2016 +0100
@@ -46,7 +46,7 @@
 COMMAND_LINE_OPTIONS?=$(CL)
 RUN_COMMAND?=$(OUTPUT_FILE) $(COMMAND_LINE_OPTIONS)
 RUN_IDE_COMMAND?=stdbuf -i0 -o0 -e0 $(OUTPUT_FILE) $(COMMAND_LINE_OPTIONS)
-BELA_STARTUP_SCRIPT?=/root/BeagleRT_startup.sh
+BELA_STARTUP_SCRIPT?=/root/Bela_startup.sh
 BELA_AUDIO_THREAD_NAME?=bela-audio 
 SCREEN_NAME?=Bela
 
@@ -246,7 +246,7 @@
 STARTUP_COMMAND=printf "\#!/bin/sh\n\#\n\# This file is autogenerated by Bela. Do not edit!\n\necho Running Bela...\nscreen -S $(SCREEN_NAME) -d -m %s $(RUN_COMMAND) %s\n"
 nostartup: ## No Bela project runs at startup 
 nostartup:
-	@echo "Disabling BeagleRT at startup..."
+	@echo "Disabling Bela at startup..."
 	@printf "#!/bin/sh\n#\n\n# This file is autogenerated by Bela. Do not edit!\n\n# Run on startup disabled -- nothing to do here\n" > $(BELA_STARTUP_SCRIPT)
 
 startuploop: ## Makes PROJECT run at startup and restarts it if it crashes
--- a/resources/initd-bela	Tue Jun 14 18:48:23 2016 +0100
+++ b/resources/initd-bela	Tue Jun 14 21:13:40 2016 +0100
@@ -13,8 +13,8 @@
     echo "Adding Bela Audio Cape Overlay..."
     echo BB-BONE-BAREAUDI-02 > /sys/devices/bone_capemgr.9/slots
     cd /root
-    sh BeagleRT_startup.sh
-    sh BeagleRT_node.sh
+    sh Bela_startup.sh
+    sh Bela_node.sh
     ;;
   stop)
     pkill BeagleRT