Advanced Search

Search Results (Searched for: raspberry pi 3)

24 Jul 2024 07:59
Replied by timaer on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

Hey,elovalvo,I've installed your image in my rasppi5 machine,but met a problem while I installed the linuxcnc-ethercat ,I cant run "sudo apt install -y linux-headers-$(uname -r) ethercat-master linuxcnc-ethercat",because I cant find the right kernel version of header,could you offered that ? Thank you
21 Jul 2024 02:24

Pi4b and Pi5 users - What should go in a 2.9.3 image

Category: Installing LinuxCNC

I have a Mesa 7c81 card that would like to use in the servo mode. I have not been able to get the LinuxCNC Pncconf to complete its configuration to complete. It gets stuck with a python error. I edited the python code to fix some of the errors. I would also prefer to use the raspberry 5 and the 7c81 needs the spi to use the 7c81. For some reason the pi 5 only uses 1 screen. If it’s helpful I have time to test running your updates to provide feedback if you don’t have a full HW test bed to help test the code fixes.
19 Jul 2024 04:35

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

yes, if you use pre-developed image, Everything work well. But Actually i am trying build linuxcnc from source file and ethercat too, there only i am facing issue
17 Jul 2024 11:53

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

This is for the 4B but you might be able to set the screen resolution in config.txt
pimylifeup.com/raspberry-pi-screen-resolution/
But this file might be in a sub folder
17 Jul 2024 09:52

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

HI
Just wanted to confirm that everything is working
I downloaded and installed the LinuxCNC file for Raspberry Pi 5
followed the stiky written by Rod for the EtherCAT drivers and everything works
my CNC moves like with the PC

 

 

the only thing you can't manage is the display
but it's all great
Thank you!
16 Jul 2024 14:29
Replied by Limo on topic Raspberry Pi Mesa 7C81

Raspberry Pi Mesa 7C81

Category: Installing LinuxCNC

Hello
I couldn't really continue with setting LinuxCNC up. But I want to probably use a touchscreen to interface with the machine. What size is recommended. The Machine should be a CNC-Lathe in the end. Do you have some recommendations? Also maybe not topic related, but I was wondering if you can set up remora so you can drive the spindle with step/dir?
15 Jul 2024 04:53

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

For Ethercat  installation i followed this video (
).After that  I strated test ethercat following his steps while executing lathe.ini file error came. Bellow attached error report.   

File Attachment:

File Name: Linuxcnc.report.txt
File Size:6 KB
13 Jul 2024 01:10

Pi4b and Pi5 users - What should go in a 2.9.3 image

Category: Installing LinuxCNC

gvfs-backends, can't remember if that comes std or not. But lets you connect to other computers via all your usual network filesystems, even sftp if the other machine is running ssh (dont ask about windows on that one), but also smb shares.
Midnight commander, great for when you're on the command line and need a file manager, clone of the old Norton Commander, comes with a pretty good editor, imagine dos EDIT on steroids, can also connect to other Linux machines for transferring files.
Rather than jumping on the latest kernel bandwagon, I suggest looking at those available and see which one gives the best all round latency, yes I know that sounds a bit controversial, but you know sometimes I'm a bit odd. ;) It maybe that the 4 & 5 need different versions. Yeah I know not a real pleasant thing to do, and something difficult if you don't have the hardware at hand. But then again if there's only a poofteenth in it, go with whatever is the latest.
Oh and make sure that's stated very clearly in big stonking red letters where the config.txt and cmdline.txt files are. A lot (maybe just some) people assume that just because they are using a RPi that those 2 files are in a different place......the curious ones look at the sud dir of boot, others just give up and create config.txt where the Raspbian OS has it. And for those that have a bit of knowledge, kinds mention whilst the distro is based on Bookworm, the kernel is a Raspberry Pi kernel and supports overlays. A user the other day was under the impression that because it was a bookworm based distro the kernel didn't support overlays, cause the kernel Debian uses doesn't.
If not the case enable the spi interface by default, and maybe disable blue tooth. I usually disable sound, but that's a personal thing.
And on the release page change that bit that SPI is supported on the RPi5, if that hasn't already been fixed.

Another one from left field, since now with the update eeprom you can install an image directly from the net on the RPi5 and 4 this is not possible for this image. It's pretty cool, boot with blank media in the RPI, it connects to a server, downloads the RPi imager and then writes the image you choose from imager's list. I used this method to install Raspbian directly to a NVME ssd on the 5.


Plus it should know what I want to machine and do the CAD & CAM without any inpout from me. ;) (and no cad & cam needs to be installed, it just knows)
12 Jul 2024 10:52

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

All lscpu gives is info on the cpu, nothing else is reported, and it's really not the info needed.
You haven't given any indication of your error your error, I skipped mind reading & ESP classes at school ;)

Please upload the error Linuxcnc is giving and all the files, ini, hal & xml & any extra files your ini file loads. Screenshots aren't really much help, ever tried using grep to look for a string in a screen shot ? Just a little joke there mate.

Put up the right info and you'll get the help you want.
12 Jul 2024 06:19 - 12 Jul 2024 06:20

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

I've successfully built LinuxCNC by following the instructions in the official documentation. Additionally, I've compiled EtherCAT using the instructions provided on this site.(forum.linuxcnc.org/ethercat/49771-etherc...ce-full-instructions) However, when I reached the final testing step for EtherCAT, I encountered an error while executing a specific .ini file. Here is a screenshot of my sytem configration :

Could you help me troubleshoot this issue?
11 Jul 2024 13:06

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

Just be careful cross compiling isn't easy (if not quite possible) for Linuxcnc.

Funny how some things are in the documentation, below links to how to build linuxcnc from source. Be aware the build deps will install Apache2. Ahh the beauty of debian\ubuntu

linuxcnc.org/docs/master/html/code/building-linuxcnc.html
11 Jul 2024 12:52

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

Thank you . Yes, Its working good with linuxcnc2.9.2 image file. But Actually i want build linuxcnc and ethercat from source that only i can able to modifies it for different UNIX device for later. could you share with me any reference for build linuxcnc and ethercat from source file.
11 Jul 2024 09:03

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

I'm not really sure if ethercat is supported on the Pi5 as the Pi 5 was released just after Linuxcnc 2.9.1 was released
Can you try  using the pi5 image from the downloads page and burn the image to a SD card using Balena Etcher.
It has the ethercat repository already installed.
So then follow the Sticky I wrote in this section to install ethercat from the repositories
if that works, the issue is with your build.
11 Jul 2024 07:34

Linuxcnc's Ethercat in Raspberry pi-5

Category: EtherCAT

I am using raspberry pi-5 for my project to build linuxcnc . I actually build linuxcnc from source file following this site (linuxcnc.org/docs/master/html/code/build...nc.html#sub:realtime). and  i also build ethercat using this two (forum.linuxcnc.org/ethercat/49771-etherc...ce-full-instructions  // forum.linuxcnc.org/ethercat/42048-notes-...at-on-raspberry-pi-4). but at stage of testing i am facing issues in ethercat . i attached that error below . 

Attachment not found

 

Attachment not found

Displaying 226 - 240 out of 944 results.
Time to create page: 0.713 seconds
Powered by Kunena Forum