Advanced Search

Search Results (Searched for: raspberry pi 3)

05 Nov 2024 23:14

Error getting packages on fresh install on Raspberry Pi 5

Category: QtPyVCP

I will do some snooping after work on my pi5.  Thats about 5 hrs away as of the time of this post.
05 Nov 2024 20:41 - 05 Nov 2024 22:10

Error getting packages on fresh install on Raspberry Pi 5

Category: QtPyVCP

Ok so used the image given by joco and that installed fine but it installed the develop version of probe basic.  On trying to switch back following the instructions on the probebasic install site when i update the source list to use stable and then do the apt-get update i get the error again.

Switch back to develop branch and able to install correctly.  
05 Nov 2024 19:16

Error getting packages on fresh install on Raspberry Pi 5

Category: QtPyVCP

I would recommend using either one of these prebuild images for pi5:

[1] Without network manager UI
drive.google.com/file/d/14rVniZWJ7DqbIxQ.../view?usp=drive_link

or

[2] With network manger UI
drive.google.com/file/d/11XX6SdbaO0tL1Zg.../view?usp=drive_link

 
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]
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
 

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?
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
05 Nov 2024 11:59

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.
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
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.
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"
    },
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
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)
01 Nov 2024 07:26 - 01 Nov 2024 07:29

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
Displaying 31 - 45 out of 944 results.
Time to create page: 0.591 seconds
Powered by Kunena Forum