[Emc-developers] buster vs pi3b report

2019-08-30 Thread Gene Heskett
Greetings; I found today, after finding the u-sd card with a netinstall of debian buster on it, that debian-arm for v8's (arm64, not hf) has a realtime preempt kernel available. So I installed it and rebooted, then installed the mesa-utils deb to get glxgears etc. Testing glxgears pulled out

[Emc-developers] RTAI-5.2 missing sincos()

2019-08-30 Thread Neil E Whelchel
Hello, It looks like rtapi is expecting to have the sincos() function available from rtai, and it seems to not be present in rtai-5.2. To make my setup happy, I added at line 258 to base/math/libm.c in rtai-5.2: void sincos(double x, double *s, double *c) { *s = sin(x); *c = cos(x);

Re: [Emc-developers] buster vs pi3b report

2019-08-30 Thread John
Hi Gene, git clone https://github.com/LinuxCNC/linuxcnc.git the/directory/to/clone/to Probably similar to my Rpi4 instructions for raspian 10. http://gnipsel.com/linuxcnc/uspace/rpi4-emc.html JT On 8/30/19 1:13 PM, Gene Heskett wrote: Greetings; I found today, after finding the u-sd card wi

Re: [Emc-developers] buster vs pi3b report

2019-08-30 Thread Gene Heskett
On Friday 30 August 2019 18:54:31 John wrote: > Hi Gene, > > git clone https://github.com/LinuxCNC/linuxcnc.git > the/directory/to/clone/to > > Probably similar to my Rpi4 instructions for raspian 10. > > http://gnipsel.com/linuxcnc/uspace/rpi4-emc.html > > JT > Thanks a bunch John. I have a 2G r