LinuxCNC (For lathe) install on Rapberry PI4 - Nov, 2024

More
28 Nov 2024 01:13 - 28 Nov 2024 01:15 #315430 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.


 
Last edit: 28 Nov 2024 01:15 by slowpoke.

Please Log in or Create an account to join the conversation.

  • tommylight
  • tommylight's Avatar
  • Away
  • Moderator
  • Moderator
More
28 Nov 2024 02:19 #315431 by tommylight
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.
The following user(s) said Thank You: slowpoke

Please Log in or Create an account to join the conversation.

More
07 Dec 2024 12:18 #316181 by stephan.kotze
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

Please Log in or Create an account to join the conversation.

More
07 Dec 2024 12:43 - 07 Dec 2024 13:38 #316184 by COFHAL
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
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
Powered by Kunena Forum