how to add linuxcnc repos to my raspian jessie rpi3B+ ?

i installed raspbian jessie from http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/2017-07-05-raspbian-jessie.zip then built rt kernel from https://github.com/raspberrypi/linux -b rpi-4.14.y-rt

I rebooted and checked that I was running rt-preempt
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.14.59-rt37-v7+ #1 SMP PREEMPT RT Mon Aug 20 12:47:16 +07 2018 armv7l GNU/Linux

then found linuxcnc deb at http://linuxcnc.org/jessie/2.7uspace/binary-armhf/linuxcnc-uspace_2.1.14_armhf.deb
thats a real easter egg!

I was worried about the deps needed by the install, so
in synaptic, i added repo    deb http://linuxcnc.org/  jessie base
then exited synaptic
then ran sudo apt-get update and got

"Failed to fetch htt://linuxcnc.org/dists/jessie/Release
unable to find expected 'base/binary-armhf/Packages'
in Release file ( wrong source.list or malformed file )"

I was lucky that gdebi could install the deps
sudo gdebi linuxcnc-uspace_2.1.14_armhf.deb worked a treat

but how do i use synaptic in the future?
the apt-get update error has me worried.

thx tomp

btw: 83.4uS max latency-histogram --nobase 1mS thread  4 glx gears  isolcpus=2,3   3693secs  ssh'd in over eth0

will let it cook overnight but looks pretty good

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to