Error install LinuxCNC to Debian 12
20 Jul 2023 07:46 #275867
by smplc
Error install LinuxCNC to Debian 12 was created by smplc
Presently, Debian 12 Linux 6.1.0-9-amd64. Error processing package linux-image-rt-amd64 at the Xfce Terminal. How is please completely install the latest version of LinuxCNC to Debian 12?
Please Log in or Create an account to join the conversation.
20 Jul 2023 08:32 - 20 Jul 2023 08:36 #275868
by cornholio
Replied by cornholio on topic Error install LinuxCNC to Debian 12
All I did was
As the rt kernel is a dependency of linuxcnc it will pull it in.Why is there a message regarding raspi-firmware if you're on a amd64 platform ?
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install linuxcnc-uspace linuxcnc-uspace-dev
As the rt kernel is a dependency of linuxcnc it will pull it in.Why is there a message regarding raspi-firmware if you're on a amd64 platform ?
Last edit: 20 Jul 2023 08:36 by cornholio.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
20 Jul 2023 09:33 #275874
by rodw
Replied by rodw on topic Error install LinuxCNC to Debian 12
Installing on a Raspberry Pi on Debian 12 is covered on the docs
linuxcnc.org/docs/2.9/html/getting-start...etting-linuxcnc.html
It's a bit different to a X86 PC
linuxcnc.org/docs/2.9/html/getting-start...etting-linuxcnc.html
It's a bit different to a X86 PC
Please Log in or Create an account to join the conversation.
20 Jul 2023 09:43 #275875
by cornholio
This confusing both Rpi & amd64 ??????
Replied by cornholio on topic Error install LinuxCNC to Debian 12
This confusing both Rpi & amd64 ??????
Please Log in or Create an account to join the conversation.
20 Jul 2023 09:59 #275879
by rodw
Replied by rodw on topic Error install LinuxCNC to Debian 12
Just follow the instructions and it works. It clearly shows you need to install the linux-image before linuxcnc on a Raspberry Pi.
Also note that if you wish to use the PI's GPIO's you have to install from source to capture a recent change. There is no prebuilt package.
Also note that if you wish to use the PI's GPIO's you have to install from source to capture a recent change. There is no prebuilt package.
Please Log in or Create an account to join the conversation.
20 Jul 2023 10:46 #275885
by cornholio
Replied by cornholio on topic Error install LinuxCNC to Debian 12
Yeah but rod if you have a look at the output of his uname -a it shows and amd64 kernel.
Please Log in or Create an account to join the conversation.
20 Jul 2023 11:28 #275888
by rmu
Replied by rmu on topic Error install LinuxCNC to Debian 12
Look closely at what you typed, you somehow mixed up arm64 and amd64.Presently, Debian 12 Linux 6.1.0-9-amd64. Error processing package linux-image-rt-amd64 at the Xfce Terminal. How is please completely install the latest version of LinuxCNC to Debian 12?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19123
- Thank you received: 6406
20 Jul 2023 13:04 #275895
by tommylight
Replied by tommylight on topic Error install LinuxCNC to Debian 12
Open a file explorer as root, open the /etc folder, search for " raspi", there will be 3 files in 2 folders containing that in the file name, delete all 3 files.
sudo apt upgrade
Or
sudo apt install
Should finish fine.
Do not use dpgk, use apt.
sudo apt upgrade
Or
sudo apt install
Should finish fine.
Do not use dpgk, use apt.
Please Log in or Create an account to join the conversation.
20 Jul 2023 16:17 #275902
by smplc
Replied by smplc on topic Error install LinuxCNC to Debian 12
I probably downloaded than xfce.iso for the Debian 12 install and if that's the discrepancy installing the latest LinuxCNC completely. Can LinuxCNC still be installed?
I checked the Debian /etc folder and didn't find any 'raspi' files. Could I please get more detail?
I checked the Debian /etc folder and didn't find any 'raspi' files. Could I please get more detail?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19123
- Thank you received: 6406
20 Jul 2023 16:54 #275906
by tommylight
Replied by tommylight on topic Error install LinuxCNC to Debian 12
sudo thunar
opens a file explorer, press CTRL+f, type "raspi", press enter
it will show 3 files starting with "z50-raspi-????" , select those 3 files and delete them, close file explorer.
Now in a terminal
sudo apt upgrade
should continue installation without errors.
If it does complain of broken packages,
sudo apt install -f
opens a file explorer, press CTRL+f, type "raspi", press enter
it will show 3 files starting with "z50-raspi-????" , select those 3 files and delete them, close file explorer.
Now in a terminal
sudo apt upgrade
should continue installation without errors.
If it does complain of broken packages,
sudo apt install -f
Please Log in or Create an account to join the conversation.
Time to create page: 0.080 seconds