Mercurial > hg > beaglert
diff resources/initd-bela @ 399:ff60102d5f39 prerelease
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Wed, 15 Jun 2016 01:34:29 +0100 |
parents | 5587d7fa0108 |
children |
line wrap: on
line diff
--- a/resources/initd-bela Tue Jun 14 18:52:10 2016 +0100 +++ b/resources/initd-bela Wed Jun 15 01:34:29 2016 +0100 @@ -13,11 +13,11 @@ 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 + cd /root/Bela && make stop ;; *) echo "Usage: /etc/init.d/bela {start|stop}"