Advanced Search

Search Results (Searched for: raspberry)

  • daveyr
  • daveyr
05 Nov 2024 18:35 - 05 Nov 2024 18:36

Error getting packages on fresh install on Raspberry Pi 5

Category: QtPyVCP

I am not getting to the stage of installing. Once i have done the add the url and pgp keys then the next step of doing sudo apt-get update is when the error happens.

It gives the list of the known sources with the error at the end and the source for probebasic is listed but errors out.
cnc@pi5linuxcnc:/etc/apt/sources.list.d$ sudo apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Hit:3 https://packages.microsoft.com/repos/code stable InRelease                           
Get:4 http://deb.debian.org/debian bookworm-proposed-updates InRelease [64.0 kB]           
Hit:5 http://deb.debian.org/debian-security bookworm-security InRelease                    
Get:6 http://deb.debian.org/debian bookworm-backports InRelease [59.0 kB]                  
Hit:7 https://www.linuxcnc.org bookworm InRelease                                          
Get:8 http://download.opensuse.org/repositories/science:/EtherLab/Debian_12 ./ InRelease [1,575 B]
Hit:9 https://repository.qtpyvcp.com/apt stable InRelease  
Get:10 http://download.opensuse.org/repositories/science:/EtherLab/Debian_12 ./ Packages [37.3 kB]
Fetched 217 kB in 1s (201 kB/s)      
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
79 packages can be upgraded. Run 'apt list --upgradable' to see them.
N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'https://repository.qtpyvcp.com/apt stable InRelease' doesn't support architecture 'arm64'
cnc@pi5linuxcnc:/etc/apt/sources.list.d$

The content of the kcjengr.list file
[code]cnc@pi5linuxcnc:/etc/apt/sources.list.d$ tail kcjengr.list
deb [arch=arm64] https://repository.qtpyvcp.com/apt stable main
[/code]
  • nigelh
  • nigelh's Avatar
05 Nov 2024 18:11
Replied by nigelh on topic Pi-5, NVMe and Mesa

Pi-5, NVMe and Mesa

Category: Installing LinuxCNC

Right. I did a new rebuild on a later kernel from the thread LinuxCNC 2.9.2 and 2.93 images for Raspberry Pi 4b & 5
Nobody seemed to be screaming that it destroyed civilisation so I put it on an SD, booted it and flipped it onto the NVMe.

This is with a six inch cat8 cable between the Pi5 and the Mesa.
This is silly. I must be having a senior moment here. The board is definitely jumpered DN DN and the
documentation assures me that that means 10.10.10.10 on 'as delivered' firmware.

cnc@Pi-CNC:~$ ping 10.10.10.10
PING 10.10.10.10 (10.10.10.10) 56(84) bytes of data.
From 10.10.10.11 icmp_seq=1 Destination Host Unreachable
From 10.10.10.11 icmp_seq=2 Destination Host Unreachable
From 10.10.10.11 icmp_seq=5 Destination Host Unreachable
^C
--- 10.10.10.10 ping statistics ---
7 packets transmitted, 0 received, +3 errors, 100% packet loss, time 6150ms
pipe 4
cnc@Pi-CNC:~$ sudo ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.10.10.11  netmask 255.0.0.0  broadcast 0.0.0.0
        ether d8:3a:dd:b0:cf:14  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 89  bytes 14327 (13.9 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 112  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
 

  • Lcvette
  • Lcvette's Avatar
05 Nov 2024 14:24

Error getting packages on fresh install on Raspberry Pi 5

Category: QtPyVCP

i removed the amd64 warning from the docs now, arm64 should be a viable install. some things i recall were that the linuxcnc iso has some remnant installations that made installing qtpyvcp easier previously and these may conflict, but i do not recall what they were off the top of my head. it may be the skipped warnings or errors when trying to install via apt., do you have the install log still with any of the possible conflicts that popped up?
  • daveyr
  • daveyr
05 Nov 2024 12:25

Error getting packages on fresh install on Raspberry Pi 5

Category: QtPyVCP

So interesting in the top notes the is the bit about only supporting amd64 for apt install but further down there are the instructions about how to install for pi 4 and 5. So i wonder which is correct.

ARM64 Raspberry Pi 4 and 5 Installation Repository:
sudo apt install curl
echo 'deb [arch=arm64] repository.qtpyvcp.com/apt stable main' | sudo tee /etc/apt/sources.list.d/kcjengr.list
curl -sS repository.qtpyvcp.com/repo/kcjengr.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/kcjengr.gpg
gpg --keyserver keys.openpgp.org --recv-key 2DEC041F290DF85A
  • Cant do this anymore bye all
  • Cant do this anymore bye all's Avatar
05 Nov 2024 11:59
Replied by Cant do this anymore bye all on topic Error getting packages on fresh install on Raspberry Pi 5

Error getting packages on fresh install on Raspberry Pi 5

Category: QtPyVCP

Going by the docs you linked to the apt install is only for amd64.
  • daveyr
  • daveyr
05 Nov 2024 10:27

Error getting packages on fresh install on Raspberry Pi 5

Category: QtPyVCP

Good morning.
for some reason it seemed like it would be fun to set up Ethercat and LinuxCNC and ProbeBasic so here we go.  Downloaded the 2.9.3 image from (forum.linuxcnc.org/9-installing-linuxcnc...or-raspberry-pi-4b-5), Then went to follow the standard instructions for installing probe basic from the install site Probe Basic Install.

Followed the instructions for the Arm64 (kcjengr.github.io/probe_basic/stable_quick_start_apt.html) but get the following error message on trying to do the Apt update before installing

N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'repository.qtpyvcp.com/apt stable InRelease' doesn't support architecture 'arm64'

I have checked the kcjengr.list file at /etc/apt/sources.list.d and it lists the arch type as arm64
  • scotta
  • scotta's Avatar
04 Nov 2024 19:59
Replied by scotta on topic Remora for RP2040

Remora for RP2040

Category: Computers and Hardware

linuxgizmos.com/updated-wiznet-reveals-n...ernet-functionality/

Raspberry Pi RP2350 and the fully hardwired TCP/IP controller W5500 enhancing the capabilities of the traditional Raspberry Pi Pico2 board with additional Ethernet functionality via W5500

Thanks, just ordered one with GoFundMe contributions.
  • digiex_chris
  • digiex_chris
04 Nov 2024 19:32

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

if i have overlooked any open questions, please ask again, i was a bit busy at the weekend and lost the thread


here is my excuse:mitsubishi rv-e2 

 
without controller and one harmonic drive is broken :(
 

I approve of this excuse!

Quick question about the iceshield config:

Should the pi be emitting 18mHz, rather than 5mhz via pin 7 instead, since the oscillator is configured as 18mhz on pin 35 on the up5k? I wonder if this is the source of my following error at higher speeds?
{
    "name": "IceShield",
    "description": "RIO-IceShield board for Raspberry PI4",
    "url": "https://github.com/multigcs/rio-iceshield",
    "pinimage": "board.png",
    "toolchain": "icestorm",
    "family": "ice40",
    "type": "up5k",
    "package": "sg48",
    "startup": "gpio mode 7 clock\ngpio clock 7 5000000",
    "flashcmd": "./spiflash.sh rio.bin",
    "clock": {
        "osc": "18000000",
        "speed": "29812000",
        "pin": "35"
    },
  • Bari
  • Bari's Avatar
04 Nov 2024 01:09
Replied by Bari on topic Remora for RP2040

Remora for RP2040

Category: Computers and Hardware

linuxgizmos.com/updated-wiznet-reveals-n...ernet-functionality/

Raspberry Pi RP2350 and the fully hardwired TCP/IP controller W5500 enhancing the capabilities of the traditional Raspberry Pi Pico2 board with additional Ethernet functionality via W5500
  • 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.
Displaying 676 - 690 out of 918 results.
Time to create page: 0.816 seconds
Powered by Kunena Forum