LinuxCNC on Raspberry Pi 5
- Cant do this anymore bye all
-
- Offline
- Platinum Member
-
- Posts: 1200
- Thank you received: 417
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 10936
- Thank you received: 3629
Thanks,Congrats on all your hard work Rod.
Actually just had a thought, if there was any Pi ethercat users here, maybe they could fork my ethercat driver and build the deb on a pi
github.com/rodw-au/linuxcnc-ethercat
If you could share the deb with me, I might be able to put it up on packagecloud.io and I could add the ethercat repos to the build like I have done with the AMD64 installer.
Please Log in or Create an account to join the conversation.
- richienz
- Offline
- New Member
-
- Posts: 2
- Thank you received: 1
, Richard
Please Log in or Create an account to join the conversation.
- danielfmo
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
Though the rpi5 does not boot, I'd guess the first boot script needs some magic, but I'm not familiar yet with the project to understand what is not working.
I have a rpi5 dedicated for a linuxCNC test bench, so I's love to be able to perform some testing if someone has the time to take a look at this.
Please Log in or Create an account to join the conversation.
- elovalvo
- Offline
- Elite Member
-
- Posts: 202
- Thank you received: 126
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 10936
- Thank you received: 3629
Please Log in or Create an account to join the conversation.
- elovalvo
- Offline
- Elite Member
-
- Posts: 202
- Thank you received: 126
The image in linuxcnc.org/iso/linuxcnc-2.9.1-bookworm-rpi4.img.xz does not work with the Raspberry Pi 5Are you uing the img from the Linuxcnc downloads page? That is now the best image
Attachments:
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 10936
- Thank you received: 3629
Hopefully its just a matter of changing the board to build for the pi5 when building the image as shown here
github.com/rodw-au/rpi-img-builder-lcnc/...-2.9.1/build-lcnc.sh
It may just need to be set to BCM2712 Ref: www.raspberrypi.com/products/raspberry-pi-5/
I will check in with upstream.
Please Log in or Create an account to join the conversation.
- Cant do this anymore bye all
-
- Offline
- Platinum Member
-
- Posts: 1200
- Thank you received: 417
Please Log in or Create an account to join the conversation.
- danielfmo
- Offline
- New Member
-
- Posts: 5
- Thank you received: 0
that is what I tried to point out in my previous message: forum.linuxcnc.org/9-installing-linuxcnc...pi-5?start=10#285154
Setting the board to BCM2712 does not work and the RPI5 gets into a "running /scripts/local/block" loop
As an additional note, there's this also written in the PREENPT_RT release page (github.com/kdoren/linux/releases/tag/rpi_6.1.54-rt15)
NOTE: The installation instructions in the wiki work for debian bullseye, and currently require changes for debian bookworm. Bookworm (like Ubuntu) expects the files to be copied into directory
instead of/boot/firmware//boot/
Please Log in or Create an account to join the conversation.