RPI4 Raspbian 64 bit & LinuxCNC
05 May 2021 17:19 #207996
by Aciera
Replied by Aciera on topic RPI4 Raspbian 64 bit & LinuxCNC
are you sure you did the
sudo apt update
before
sudo apt full-upgrade
sudo apt update
before
sudo apt full-upgrade
Please Log in or Create an account to join the conversation.
05 May 2021 17:27 #207998
by andypugh
Replied by andypugh on topic RPI4 Raspbian 64 bit & LinuxCNC
Do you really need deb packages?
Why not just build and run LinuxCNC in-place?
Why not just build and run LinuxCNC in-place?
Please Log in or Create an account to join the conversation.
05 May 2021 17:28 #207999
by andypugh
Replied by andypugh on topic RPI4 Raspbian 64 bit & LinuxCNC
Alternatively, does anyone have a working .deb package that we can just put on the repository?
Please Log in or Create an account to join the conversation.
05 May 2021 17:36 #208001
by Aciera
Replied by Aciera on topic RPI4 Raspbian 64 bit & LinuxCNC
Please Log in or Create an account to join the conversation.
05 May 2021 17:37 #208002
by Craig E
Replied by Craig E on topic RPI4 Raspbian 64 bit & LinuxCNC
Yes many times in that order.
Please Log in or Create an account to join the conversation.
05 May 2021 17:57 #208007
by Craig E
Replied by Craig E on topic RPI4 Raspbian 64 bit & LinuxCNC
@ Aciera how do I install them from your link?
I am sorry I in a bit over my head.
This is what I tried
sudo apt-get install ://https://debian.pkgs.org/sid/debian-main-amd64/libgl-dev_1.3.2-
1_amd64.deb
I am sorry I in a bit over my head.
This is what I tried
sudo apt-get install ://https://debian.pkgs.org/sid/debian-main-amd64/libgl-dev_1.3.2-
1_amd64.deb
Please Log in or Create an account to join the conversation.
05 May 2021 18:25 #208008
by Craig E
Replied by Craig E on topic RPI4 Raspbian 64 bit & LinuxCNC
@ andypaugh
I can try that but I am not sure how you build it in place is there a procedure for building in place? I do not think I have seen one but I have read about people doing it but that is the extent in my knowledge
I have also read about quick and easy install in Mint is that a better choice for OS them Raspbian 64 bit? any opinions?
I can try that but I am not sure how you build it in place is there a procedure for building in place? I do not think I have seen one but I have read about people doing it but that is the extent in my knowledge
I have also read about quick and easy install in Mint is that a better choice for OS them Raspbian 64 bit? any opinions?
Please Log in or Create an account to join the conversation.
05 May 2021 21:13 #208023
by andypugh
cd linuxcnc-dev
cd src
./autogen.sh
./configure
make
(wait)
sudo make setuid
You now (should) have a working LinuxCNC system in the linuxcnc-dev folder. To set the system to run that.
. ../scripts/rip-environment
linuxcnc
(That really is dot space dot dot slash space, and assumes that you are still in linuxcnc-dev/src. The general form is . {path to scripts}/rip-environment. dot-space is a command line shortcut for "run this script" and dot dot slash (the rest) is the path to the rip script.)
Replied by andypugh on topic RPI4 Raspbian 64 bit & LinuxCNC
I can try that but I am not sure how you build it in place is there a procedure for building in place?
cd linuxcnc-dev
cd src
./autogen.sh
./configure
make
(wait)
sudo make setuid
You now (should) have a working LinuxCNC system in the linuxcnc-dev folder. To set the system to run that.
. ../scripts/rip-environment
linuxcnc
(That really is dot space dot dot slash space, and assumes that you are still in linuxcnc-dev/src. The general form is . {path to scripts}/rip-environment. dot-space is a command line shortcut for "run this script" and dot dot slash (the rest) is the path to the rip script.)
Please Log in or Create an account to join the conversation.
05 May 2021 21:41 #208028
by Craig E
Replied by Craig E on topic RPI4 Raspbian 64 bit & LinuxCNC
That did not get me all the way there
I get stuck at "make" step.
this is the response.
make
Makefile:99: *** Makefile.inc must specify RTPREFIX and other variables. Stop.
pi@raspberrypi:~/linuxcnc-dev/src $
I get stuck at "make" step.
this is the response.
make
Makefile:99: *** Makefile.inc must specify RTPREFIX and other variables. Stop.
pi@raspberrypi:~/linuxcnc-dev/src $
Please Log in or Create an account to join the conversation.
05 May 2021 21:53 #208030
by andypugh
Replied by andypugh on topic RPI4 Raspbian 64 bit & LinuxCNC
Try from ./configure onwards but with "./configure --with-realtime=uspace"
Please Log in or Create an account to join the conversation.
Time to create page: 0.123 seconds