--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit
---
You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to machinekit+...@googlegroups.com.
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Machinekit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/machinekit/J9A7m9c8k74/unsubscribe.
To unsubscribe from this group and all its topics, send an email to machinekit+...@googlegroups.com.
OK here are the test results:
machinekit@beaglebone:~$ cat /sys/kernel/realtime1machinekit@beaglebone:~$ cat /boot/config-4.19.23-bone-rt-r23 | grep CONFIG_PREEMPT_RT_FULL=yCONFIG_PREEMPT_RT_FULL=ymachinekit@beaglebone:~$ uname -aLinux beaglebone 4.19.23-bone-rt-r23 #1stretch PREEMPT RT Tue Feb 19 17:12:46 UTC 2019 armv7l GNU/Linuxmachinekit@beaglebone:~$
I am getting some errors on the Axis screen but I am running inside without a controller attached.However, that said, it boots with no problem and starts machinekit. So I guess the next step is to take theBBB back out to the shop and try running the machine!
Schooner, you said rtapi.c tests for cat /boot/config-4.19.23-bone-rt-r23 | grep CONFIG_PREEMPT_RT_FULL=yes but that test failed, I looked at the config and saw that CONFIG_PREEMPT_RT_FULL was set to “y” not “yes”. Did you really mean “yes” or is “y” OK?
I didn't say that, I just asked you to do it because I suspected the config was not properly set.
The test in rtapi_compat.c is just for /sys/kernel/realtime which is always 1 for a rt-preempt kernel
I copied what was in my
current kernel config, but I think I have seen both, =y and
=yes, =y especially regards modules in a kernel.
Anyway looks
like it is sorted now, thanks Robert