This document is how i did it, but for most users, you may be better off with these options: https://gnipsel.com/linuxcnc/index.html
Download the non-free (no extra charge, just extra firmware) Debian Buster 10
su -
apt-get update
apt-get upgrade
apt-get install linux-image-rt-amd64
apt-key adv --keyserver keyserver.ubuntu.com --recv-key EF1B07FEE0EE663E
I run the master branch, but this may not be recommended for a production machine...
nano /etc/apt/sources.list.d/linuxcnc.list
enter:
apt-get update
apt-get install linuxcnc-uspace
I also recommend the LinuxCNC dev install, if halcompile is needed for .comp files (found in Synaptic Package Manager, search for linuxcnc, and it will pop-up).
Download the non-free (no extra charge, just extra firmware) Debian Buster 10
su -
apt-get update
apt-get upgrade
apt-get install linux-image-rt-amd64
apt-key adv --keyserver keyserver.ubuntu.com --recv-key EF1B07FEE0EE663E
I run the master branch, but this may not be recommended for a production machine...
nano /etc/apt/sources.list.d/linuxcnc.list
enter:
Code:
deb http://buildbot.linuxcnc.org/ buster master-rtpreempt
deb-src http://buildbot.linuxcnc.org/ buster master-rtpreempt
apt-get update
apt-get install linuxcnc-uspace
I also recommend the LinuxCNC dev install, if halcompile is needed for .comp files (found in Synaptic Package Manager, search for linuxcnc, and it will pop-up).