Linux beaglebone 3.8.13-xenomai-r83 #1 Thu Jan 5 01:32:32 UTC 2017 armv71 GNU/Linux
total 0
. . .if grep -q $DTB0 $SLOTS ; then
echo $DTB0 overlay found
else
echo Loading $DTB0 overlay
sudo -A su -c "echo $DTB0 > $SLOTS" || dtbo_err
sleep 1.2
fi
. . .
I am back to this problem again, but it looks like you have solved it.
Do I simply need to add the delay into the .sh file?
Do I need to change anything else?
Are you using these config files? https://github.com/abopen/cnc-configs/tree/master/Novamill
Hello,
I have coded this kind of waiting loop for my emco120 retrofit
project.
See attached "setup.sh" file, line #48 to #56
Also I have discovered that disabling some unused services can accelerate a lot the BBB boot time:
systemctl disable jekyll-autorun.service
systemctl disable bonescript-autorun.service
sudo service apache2 disable
Frederic.
http://cnc.f1oat.org
Thank you, that works for me. So does starting Machinekit twice.
I am also using the Design Spark guide.
I need to read the Machinekit manual properly understand the config files.