LinuxCNC (For lathe) install on Rapberry PI4 - Nov, 2024
- slowpoke
- Offline
- Elite Member
Less
More
- Posts: 184
- Thank you received: 25
28 Nov 2024 01:13 - 28 Nov 2024 01:15 #315430
by slowpoke
LinuxCNC (For lathe) install on Rapberry PI4 - Nov, 2024 was created by slowpoke
I see there are previous threads about this, but things change with time and releases, so better to ask then chase my tail.
I previously setup LinuxCNC - Axis on a desktop PC for my mill, works great now I want to do the same for my lathe using a RaspberryPi4 Model B (4GB RAM, 32GB SD)
How do I go about this? Some form of instructions would be very helpful.
Link to whatever version I should use?
Does the install prompt what type of machine this will be used (Mill, lathe etc)?
I ordered a A MESA 7i96S, not sure when it will get here.
Any helpful hints are welcome.
Thanks in advance.
I previously setup LinuxCNC - Axis on a desktop PC for my mill, works great now I want to do the same for my lathe using a RaspberryPi4 Model B (4GB RAM, 32GB SD)
How do I go about this? Some form of instructions would be very helpful.
Link to whatever version I should use?
Does the install prompt what type of machine this will be used (Mill, lathe etc)?
I ordered a A MESA 7i96S, not sure when it will get here.
Any helpful hints are welcome.
Thanks in advance.
Last edit: 28 Nov 2024 01:15 by slowpoke.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19613
- Thank you received: 6607
28 Nov 2024 02:19 #315431
by tommylight
Replied by tommylight on topic LinuxCNC (For lathe) install on Rapberry PI4 - Nov, 2024
Download from here, write to SD, boot RPI from it
www.linuxcnc.org/iso/rpi-4-debian-bookwo...23-11-17-1731.img.xz
Should work as is.
www.linuxcnc.org/iso/rpi-4-debian-bookwo...23-11-17-1731.img.xz
Should work as is.
The following user(s) said Thank You: slowpoke
Please Log in or Create an account to join the conversation.
- stephan.kotze
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
07 Dec 2024 12:18 #316181
by stephan.kotze
Replied by stephan.kotze on topic LinuxCNC (For lathe) install on Rapberry PI4 - Nov, 2024
Doesn't work as the RPi4 image was not created with SPI enable and no way to enable it
Menu-config does not have kernel option
Thus a 7c81 is still useless unless you do a debian install, compile the RT kernel, install LinuxCNC
Menu-config does not have kernel option
Thus a 7c81 is still useless unless you do a debian install, compile the RT kernel, install LinuxCNC
Please Log in or Create an account to join the conversation.
- COFHAL
- Offline
- Platinum Member
Less
More
- Posts: 339
- Thank you received: 38
07 Dec 2024 12:43 - 07 Dec 2024 13:38 #316184
by COFHAL
Replied by COFHAL on topic LinuxCNC (For lathe) install on Rapberry PI4 - Nov, 2024
SPI can be enabled by modifying the config.txt file and enabling the SPI option which is disabled by default.
sudo nano /boot/broadcom/config.txt
# uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on
sudo nano /boot/broadcom/config.txt
# uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
dtparam=spi=on
Last edit: 07 Dec 2024 13:38 by COFHAL.
Please Log in or Create an account to join the conversation.
Time to create page: 0.054 seconds