Advanced Search

Search Results (Searched for: raspberry pi 3)

  • PCW
  • PCW's Avatar
01 Nov 2024 19:51 - 01 Nov 2024 19:52
Replied by PCW on topic Raspberry pi 4 problems

Raspberry pi 4 problems

Category: General LinuxCNC Questions

Is it  possible you have lost the link? (maybe 7I96S 5V power issue)

What does:

sudo chrt 99 ping -i .001 -q -c 10000 10.10.10.10

report?

(will run 10 seconds and report ping statistics)
  • Philip Lydin
  • Philip Lydin
01 Nov 2024 07:26 - 01 Nov 2024 07:29
Raspberry pi 4 problems was created by Philip Lydin

Raspberry pi 4 problems

Category: General LinuxCNC Questions

I get greeted with either of these two screens when i try to boot up my machinee. its a fresh install of linuxcnc 2.93 on a raspberry pi 4 cm4 and a 7i96s, i have tried with other realeses but the issue remains the same. if it loads in to the program thee error messages pops up after a few seconds so not instant. Does anyone maybe know why or could point me in a direction because now im completly lost
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
30 Oct 2024 00:09
Replied by Cant do this anymore bye all on topic Installing LinuxCNC 2.9 on Raspberry Pi 4B with Preempt-RT kernel

Installing LinuxCNC 2.9 on Raspberry Pi 4B with Preempt-RT kernel

Category: Installing LinuxCNC

First of all, my deepest deepest sympathies,sorry to hear you live in Melbourne, the only good thing Victoria has to other is Philip Island and the roads, airports and docks that lead out of the state.

Why aren't you using the premade image for your RPi ?

The links are on the Linuxcnc home page under downloads.
  • DSS
  • DSS's Avatar
29 Oct 2024 18:52 - 29 Oct 2024 18:56

For Sale Mesa 7i92 + MX4660 & Mesa 7C80 + RPI 4

Category: User Exchange

@ccatlett1984 That was a bit of a pain to do, I would not recommend unless you have experience soldering and particularly desoldering.
I removed the factory Raspberry Pi two row header and soldered on a new stackable female header in it's place from the bottom. A
good tip to help with factory header removal is to pry off the plastic and desolder each pin one by one.

I want to say the exact part I used was a Pololu 2749, but check the dimensions of the header to be sure.

File Attachment:


Thread update: MX4660 is gone, Thread can be locked no items remain.
  • behai
  • behai
28 Oct 2024 05:56

Installing LinuxCNC 2.9 on Raspberry Pi 4B with Preempt-RT kernel

Category: Installing LinuxCNC

Hi,

Thank you Alan for the original instructions, I have learned a lot from this post in the three days.

-- I got stuck: my kernel is SMP PREEMPT rather than SMP PREEMPT_RT.

I am Be Hai from Melbourne, Australia. I would like to learn LinuxCNC. Presently I know nothing about CNC or LinuxCNC.

I am a computer programmer. I am familar with Linux, and a tiny bit familar with Raspberry Pi 4 Model B: I have been learning basic physical computing with it, using the Python language.

I have spent more than a week learning about LinuxCNC, particularly how to install it onto a Raspberry Pi 4 Model B.

I spent the last three days exercising the instructions kindly posted by Alan.

⓵ I am using a clean and fresh Ubuntu 24.04.1 LTS (Noble Numbat) machine to do the build.

( I first started with Ubuntu 22.10 (Kinetic Kudu) and I went nowhere with this EOL version. )

⓶ The command

```
make RASPIOS_IMAGE_NAME=raspios_full_arm64
```

produces raspios_lite_arm64-Pi5.zip. I burnt this image into my Pi 4 anyway. And I have managed to get as far as to section 2.6 Install Mesaflash. There are error in between but I managed to find solutions for them.

LinuxCNC was installed, but I could not run it since there was no desktop.

⓷ Based on the instruction given in github.com/remusmp/rpi-rt-kernel

I replaced ```make RASPIOS_IMAGE_NAME=raspios_full_arm64``` with:

```
sudo make Pi4
```

This command produces raspios_lite_arm64-Pi4.zip. Applying this image, the kernel information reports only SMP PREEMPT:

```
uname -a
```

Output:

```
Linux picnc 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
```

```
cat /proc/version
```

Output:

```
Linux version 6.6.31+rpt-rpi-v8 (This email address is being protected from spambots. You need JavaScript enabled to view it.) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29)
```

⓸ Interestingly, if I use 'Raspberry Pi OS (other)' from Raspberry Pi Imager as shown:



Then select:

```
Raspberry Pi OS Full (64-bit)
A port of Debian Bookworm with desktop environment and recommended applications.
Released: 2024-07-04
Online - 2.8 GB download
```



I also have the exact same kernel, but also with the desktop.

I am taking a break... I will try again to get RT going.

Thank you.

...behai.
  • enddy
  • enddy
27 Oct 2024 22:40 - 27 Oct 2024 22:47

Remora - ethernet NVEM / EC300 / EC500 cnc board

Category: Computers and Hardware

I need help about downloading config.txt to nvem v5.
I succeeded in downloading renoma nvem-rt1050 throw MCUXpresso IDE. 
and received ping from nvem like below. 
[code]cnc@raspberrypi:~/linuxcnc/configs/remora-nvem-basic$ ping 10.10.10.10
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
64 bytes from 10.10.10.10: icmp_seq=1 ttl=255 time=0.443 ms
64 bytes from 10.10.10.10: icmp_seq=2 ttl=255 time=0.143 ms
64 bytes from 10.10.10.10: icmp_seq=3 ttl=255 time=0.141 ms
^C
--- 10.10.10.10 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2029ms
rtt min/avg/max/mdev = 0.141/0.242/0.443/0.141 ms

However, if I try to send config.txt, a timeout occurs.
[code]cnc@raspberrypi:~/linuxcnc/configs/remora-nvem-basic$ python3 upload_config.py  config.txt
Valid JSON config file, uploading to Novusun board
Config file length (words) = 134
Config file length (bytes) = 535
Remainder = 3
Padding added =  [0]
Config file length with padding (bytes) = 536
CRC-32 = 0x2bf84f80
Timeout waiting for traffic, retrying...
Timed-out waiting for traffic
resending last packet
Resending packet WRQ packet: filename = config mode = octet on sessions <tftpy.TftpStates.TftpStateSentWRQ object at 0x7fa39536d0>
Timeout waiting for traffic, retrying...
Timed-out waiting for traffic
resending last packet
Resending packet WRQ packet: filename = config mode = octet on sessions <tftpy.TftpStates.TftpStateSentWRQ object at 0x7fa39536d0>
Timeout waiting for traffic, retrying...
Timed-out waiting for traffic
Traceback (most recent call last):
  File "/home/cnc/.local/lib/python3.11/site-packages/tftpy/TftpContexts.py", line 171, in cycle
    (buffer, (raddress, rport)) = self.sock.recvfrom(MAX_BLKSIZE)
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TimeoutError: timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/cnc/linuxcnc/configs/remora-nvem-basic/upload_config.py", line 72, in <module>
    client.upload("config", "/tmp/config.txt", timeout=30)
  File "/home/cnc/.local/lib/python3.11/site-packages/tftpy/TftpClient.py", line 101, in upload
    self.context.start()
  File "/home/cnc/.local/lib/python3.11/site-packages/tftpy/TftpContexts.py", line 325, in start
    self.cycle()
  File "/home/cnc/.local/lib/python3.11/site-packages/tftpy/TftpContexts.py", line 174, in cycle
    raise TftpTimeout("Timed-out waiting for traffic")
tftpy.TftpShared.TftpTimeout: Timed-out waiting for traffic

As I see the letters in the temianl as below, I think the firmware was well put, but I don't know why it's not working. 

  [/code][/code]
  • scotta
  • scotta's Avatar
24 Oct 2024 21:32

Remora - Rpi Software Stepping Using External Microcontroller via SPI

Category: Computers and Hardware

Raspberry Pi 5 support

As you may have seen in the rp1lib thread, I've been working on RPi 5 SPI support for LinuxCNC. It's ready for some testing and feedback!

github.com/scottalford75/Remora/tree/mai...omponents/Remora-spi

This version of the Remora component will detect which Raspberry Pi version it is running on and load the appropriate SPI and GPIO drivers, BCM2835 or rp1lib.

For the Raspberry Pi 5 there is future features that will need to be added to the loadrt command line:
  1. The RPi 5 has 5 SPI instances available on the header
  2. Each SPI instance has a choice of 2 - 4 chip select GPIO pins
  3. Different method to configure frequency
For those that wish to test, remember this is a Beta version. Bugs may still be present.
 
  • mylastpolo
  • mylastpolo
24 Oct 2024 17:54 - 24 Oct 2024 17:59
Fanuc Servos Single Phase was created by mylastpolo

Fanuc Servos Single Phase

Category: Computers and Hardware

Hello everyone.
I am in the early stages of undertaking a CNC conversion on a manual lathe.
I have a Raspberry Pi 5 with Linux CNC installed, I have a pair of Fanuc servos with matching amplifiers removed from a suitably sized lathe and a manual lathe running it’s original 3 phase motor via a Jaguar VFD on a single phase UK supply.
I am quite familiar with motor control but servos are new to me, my question is would it be possible to run my servos/amplifiers on single phase?
I am aware of rotary phase converters but there must be other options, what type of servo are other people using?
The spindle motor is 3hp so that gives you an idea of the size of the lathe.
Thanks in advance.
Displaying 811 - 819 out of 819 results.
Time to create page: 1.107 seconds
Powered by Kunena Forum