Re: [Machinekit] RTAPI app terminates on startup

2017-11-11 Thread Cameron McQuinn
Thanks for the tip, John. You were spot on. I check my kernel config and it turns out that CONFIG_PREEMPT_RT_FULL had been unset somehow. I reset that, re-compiled, installed the new kernel, and after rebooting, /sys/kernel/realtime showed up. Cameron On Thursday, November 2, 2017 at 8:06:25

Re: [Machinekit] RTAPI app terminates on startup

2017-11-02 Thread John Morris
Here's where we got that path in the first place: http://www.spinics.net/lists/linux-rt-users/msg09173.html Perhaps things have changed in recent kernels, or perhaps you could double-check (double-grep?) your kbuild configuration for CONFIG_PREEMPT_RT? John On 11/02/2017 02:39

Re: [Machinekit] RTAPI app terminates on startup

2017-11-02 Thread Cameron McQuinn
In order to avoid having to deal with compiling from source, I made a Debian Jessie rootfs using qemu-debootstrap, and got it up and running on my Snickerdoodle. I installed machinekit, and tried to start it, but got the same error messages, only this time without the stack smashing error. I

Re: [Machinekit] RTAPI app terminates on startup

2017-11-02 Thread John Morris
On 10/20/2017 12:51 PM, Cameron McQuinn wrote: [...] I managed to compile MachineKit from source, and am trying to start it using the 5i25-zynq configuration (I don't actually have a bitstream to program the FPGA yet, just trying to get MK running). Starting from the command line,

[Machinekit] RTAPI app terminates on startup

2017-10-20 Thread Cameron McQuinn
Hi everyone, I am trying to get MachineKit running on a Snickerdoodle Black dev board from Krtkl. My goal is to eventually get mksocfpga running and build a 3D printer controlled remotely via MachineFace. I managed to compile MachineKit from source, and am trying to start it using the