LinuxCNC on Raspberry Pi 5
Please Log in or Create an account to join the conversation.
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.
, Richard
Please Log in or Create an account to join the conversation.
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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
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.
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.
Please Log in or Create an account to join the conversation.
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.