Linuxcnc on Debian Bookworm - a shortcut to master branch
- isdicnc
- Offline
- New Member
-
- Posts: 13
- Thank you received: 0
So I assume that the install:apt install linuxcnc-uspace linuxcnc-uspace-dev mesaflash
I can confirm that the image in this link works with a Raspberry Pi 4 with 4Gb but does not work with an Rpi400.
Great, I was able to install it too but I did not get the PREEMPT_RT kernel on my Pi 4B and had some stability issues
Just this minute, I have finished compiling linuxcnc from source after installing the PREEMPT_RT based on this method
github.com/kdoren/linux/releases/tag/rpi_5.15.27-rt35
and this 64 bit image
downloads.raspberrypi.org/raspios_arm64/...os_arm64-2022-04-07/
I have a long way to go to understand the pi
Was built against the stock non-RT kernel installed with Bookworm?
len
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11230
- Thank you received: 3755
Please Log in or Create an account to join the conversation.
- isdicnc
- Offline
- New Member
-
- Posts: 13
- Thank you received: 0
This install is just for Debian 12 on a regular type PC.
len
Please Log in or Create an account to join the conversation.
- Bari
-
- Offline
- Platinum Member
-
- Posts: 647
- Thank you received: 235
packages.debian.org/bookworm/linuxcnc-uspace
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11230
- Thank you received: 3755
And the preempt_rt patch is a dependency of lunuxcnc-uspace so it should get installed with linuxcnc. so a simple reboot should be all that is required.Got you, Thanks.
This install is just for Debian 12 on a regular type PC.
len
Please Log in or Create an account to join the conversation.
- --Matt--
- Offline
- New Member
-
- Posts: 12
- Thank you received: 2
Do you just install the current stable debian (bookworm) and then apt install linuxcnc-uspace?
Please Log in or Create an account to join the conversation.
- tommylight
-
Topic Author
- Offline
- Moderator
-
- Posts: 20197
- Thank you received: 6874
Yes, that is now the best way, and easiest by far.Do you just install the current stable debian (bookworm) and then apt install linuxcnc-uspace?
Might want to do
sudo apt install linuxcnc-uspace linuxcnc-uspace-dev mesaflash
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11230
- Thank you received: 3755
linuxcnc.org/docs/2.9/html/getting-start...etting-linuxcnc.html
This thread is now obsolete
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11230
- Thank you received: 3755
The links are wrong now that Bookworm has been officially released.
I went through the forum and edited a lot of my posts to reflect this.
Please Log in or Create an account to join the conversation.
- tommylight
-
Topic Author
- Offline
- Moderator
-
- Posts: 20197
- Thank you received: 6874
Done, thank you.Actually, Tommy, perhaps you could edit the first post pointing them to that link and advising of the new methodÂ
P.S.
I would really, really remove the RPI line near the top of that page, it will confuse and/or mess up users experience, although it is clearly stated that it is for RPI.
Please Log in or Create an account to join the conversation.