This is how I install rtai on Linux Mint 17.3

JT


On 2/20/2017 4:12 PM, Eric H. Johnson wrote:
I should add, I am using Xubuntu 12.04.



Does rtai need to be installed separately to use these modules? I believe
apt-key ran properly and the linuxcnc repositories were added properly.
There were no errors with apt-get update.  I am getting errors of the form:

The following packages have unmet dependencies:
Linuxcnc: Depends: linux-image-3.4-9-rtai-686-pae but it is not installable.
                     Depends: rtai-modules-3.4-9-rtai-686-pae but it is not
installable ...

Thanks


Developer (master) version does exactly what you need.
It also has sync homing. See
http://linuxcnc.org/docs/devel/html/config/ini-homing.html#_home_sequence

You can install master branch from buildbot http://buildbot.linuxcnc.org/
Then try sim/axis/gantry config



----------------------------------------------------------------------------
--
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


------------------------------------------------------------------------------
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

Linux Mint RTAI
Install LinuxMint 17.3 32-bit Mate Desktop
sudo apt-get update
sudo apt-get -y dist-upgrade
sudo apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 3cb9fd148f374fef
sudo add-apt-repository "deb http://linuxcnc.org/ precise base 2.7-rtai"
sudo apt-get update
sudo apt-get -y install linux-image-3.4-9-rtai-686-pae 
rtai-modules-3.4-9-rtai-686-pae
sudo apt-get -y install linux-headers-3.4-9-rtai-686-pae
reboot and hold the left shift key down to get to the boot menu
select advanced options and pick the 3.4-9-rtai-686-pae kernel
uname -r
should report 3.4-9-rtai-686-pae
open the synaptic package manager and remove the generic image and headers
git clone git://git.linuxcnc.org/git/linuxcnc.git emc
sudo apt-get install -y devscripts build-essential
sudo apt-get install -y imagemagick texlive-font-utils tcl8.6-dev tk8.6-dev
sudo apt-get install -y libxaw7-dev libncurses-dev libreadline-gplv2-dev
sudo apt-get install -y dblatex groff python-dev python-tk libglu1-mesa-dev
sudo apt-get install -y libgtk2.0-dev asciidoc source-highlight 
sudo apt-get install -y libboost-python-dev texlive-lang-cyrillic debhelper
sudo apt-get install -y texlive-lang-french texlive-lang-spanish
sudo apt-get install -y texlive-lang-german libmodbus-dev dvipng
sudo apt-get install -y libusb-1.0-0-dev graphviz inkscape python-numpy
sudo apt-get install -y python-imaging-tk python-gtkglext1 tclreadline blt
sudo apt-get install -y bwidget libtk-img tclx w3c-linkchecker

To build a RIP
cd emc/src
./autogen.sh
./configure --enable-build-documentation=html
make
sudo make setuid
cd ..
. ./scripts/rip-environment

To build a DEB
cd emc
git checkout -b 2.7 origin/2.7
debian/configure -r ; debuild -uc -us
cd ..
sudo dpkg -i linuxcnc_2.7.4_i386.deb
sudo dpkg -i linuxcnc-doc-en_2.7.4_all.deb

------------------------------------------------------------------------------
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