Custom Mint-19.2 with Linuxcnc
- BeagleBrainz
-
Topic Author
- Offline
- Platinum Boarder
-
- Posts: 1122
- Thank you received: 493
I'll edit the post once everything is up.
It's taking a bit of time to clear up space on my google drive.
Files uploaded and links added.
Please Log in or Create an account to join the conversation.
BeagleBrainz wrote: Welcome to a respin of Linux Mint 19.2 MATE
- Linux Mint 19.2 with RT_PREEMPT
- Linuxcnc v2.8 from sources dated 15 Feb 2020
- Geany, gFTP & Midnight commander included
- Gimp isn't the default program to open pdfs
- Initramfs modified to work when booted from a vfat filesystem, ie supports Multiboot
- No support for qtvcp but can be added later
- Mesaflash and limited hostmot2 firmware included
- If booting stalls on Regenerating SSL certifcates please press shift, on a VM make sure the keyboard is captured
- New 22 February 2020 22:04
- QTVCP is now included
- Glade3.8.6 has been included
- HTML Docs have been included and added to CNC Menu
- $HOME/utils/bin/get_linuxcnc_build_deps.sh has been included
- Running this script by
sh ~/utils/bin/get_linuxcnc_build_deps.sh- will download and install the dependencies to build linuxcnc form source
- JT's excellent tutorial can be found here to get sources from git and compiling
- www.gnipsel.com/linuxcnc/uspace/linuxmint19-emc.html
- Note source code repositories are already included.
Please use win32diskimager if using a windows machine to write image to disk.
In Linux dd is recommended.
Unlike other images I posted this has been created using a virgin install of Mint 19.2 on real hardware.
To apply updates to fresh install open a terminal and use the following, this should not upgrade the kernel.
sudo apt-get update sudo apt-get dist-upgrade
Iso Image:
drive.google.com/open?id=1Cnv-u9o0Bwaugv5KVAoTP1XnWXLjKSuC
MD5Sum:
drive.google.com/open?id=1xbTSFGVbLiDtPu1krFRUIpgKoVS9bksH
Many thanks to all who have downloaded, test, reported bugs and helped.
All issues and support should be directed to this thread.
forum.linuxcnc.org/9-installing-linuxcnc...t-19-2-with-linuxcnc
hi, thanks your share
i have prolem with hal joint.N.joint−vel−cmd
Please Log in or Create an account to join the conversation.
In file included from emc/rs274ngc/interp_array_types.hh:21:0,
from emc/task/taskmodule.cc:42:
emc/rs274ngc/paramclass.hh:24:0: warning: "BOOST_PYTHON_MAX_ARITY" redefined [enabled by default]
#define BOOST_PYTHON_MAX_ARITY 4
^
emc/task/taskmodule.cc:21:0: note: this is the location of the previous definition
#define BOOST_PYTHON_MAX_ARITY 7
^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make: *** [objects/emc/task/taskmodule.o] Error 4
operator@tormachpcnc:~/linuxcnc-dev/src$
Please Log in or Create an account to join the conversation.
- BeagleBrainz
-
Topic Author
- Offline
- Platinum Boarder
-
- Posts: 1122
- Thank you received: 493
Please Log in or Create an account to join the conversation.
- BeagleBrainz
-
Topic Author
- Offline
- Platinum Boarder
-
- Posts: 1122
- Thank you received: 493
porshe wrote: Can you help me? I'm trying to install on Mint-19.2-rtai linuxcnc-2.9 writes an error.
Warning: Spoiler! [ Click to expand ] [ Click to hide ]Compiling emc/task/taskmodule.cc
In file included from emc/rs274ngc/interp_array_types.hh:21:0,
from emc/task/taskmodule.cc:42:
emc/rs274ngc/paramclass.hh:24:0: warning: "BOOST_PYTHON_MAX_ARITY" redefined [enabled by default]
#define BOOST_PYTHON_MAX_ARITY 4
^
emc/task/taskmodule.cc:21:0: note: this is the location of the previous definition
#define BOOST_PYTHON_MAX_ARITY 7
^
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
make: *** [objects/emc/task/taskmodule.o] Error 4
operator@tormachpcnc:~/linuxcnc-dev/src$
What is it you are actually trying to do. The images in this thread have linuxcnc installed and are basically install create a config and run your machine.
A somewhat more detailed description of your installation and what dependencies you installed is needed.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- BeagleBrainz
-
Topic Author
- Offline
- Platinum Boarder
-
- Posts: 1122
- Thank you received: 493
The linked thread is by tommy and not myself.
The image you are using are not the ones I created.
If you start reading this thread from the beginning you will find a link to my version of Mint with an RTAI kernel and matching linuxcnc pre installed. There is no need to build linuxcnc on the images I have supplied for normal use.
The images that myself and tommy have supplied are completely different.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- BeagleBrainz
-
Topic Author
- Offline
- Platinum Boarder
-
- Posts: 1122
- Thank you received: 493
There is actually 2 rtai versions one with MATE desktop and one with XFCE desktop. Apart from the desktops they are pretty much the same.
Any issues just give a yell on this thread.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
- Posts: 9580
- Karma: 69
- Thank you received: 3143
That RTAI version also has dev installed.
Please Log in or Create an account to join the conversation.