Advanced Search

Search Results (Searched for: raspberry)

05 Mar 2024 11:50

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

Cannot find file for:Min_svarv.hal

This file needs to be in the same folder as your ini and main Hal files.
Could be a typo in your ini file.

If you see a line stating it can’t find a file or a pin doesn’t exist that is the error. Mostly it will be a typo somewhere.
05 Mar 2024 11:44 - 05 Mar 2024 11:45
Replied by pgf on topic Update error

Update error

Category: Installing LinuxCNC

I think it's pretty clear that if I download LinuxCNC_2.9.2-amd64.hybrid.iso from official the link at linuxcnc.org/downloads/ , and the installation fails because unnecessary Raspberry Pi firmware is inoperable on my x86 PC, then it's a bug.

Perhaps it's an unavoidable bug, or very inconvenient to fix. But the release is over 2 months old. Plenty of time for there to be a note on the downloads page with a warning, and the (trivial) fix.

paul
05 Mar 2024 10:23
Replied by Krister on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

Print file information:
RUN_IN_PLACE=no
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/usr/bin
LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/usr/lib/linuxcnc/modules
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/lib/tcltk/linuxcnc/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.6
LINUXCNC - 2.9.1
Machine configuration directory is '/home/cnc/linuxcnc/configs/my-svarv'
Machine configuration file is 'my-svarv.ini'
INIFILE=/home/cnc/linuxcnc/configs/my-svarv/my-svarv.ini
VERSION=1.1
PARAMETER_FILE=linuxcnc.var
TPMOD=
HOMEMOD=
TASK=milltask
HALUI=
DISPLAY=axis
COORDINATES=X Z
KINEMATICS=trivkins coordinates=XZ
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
linuxcnc TPMOD=tpmod HOMEMOD=homemod EMCMOT=motmod
CANNOT FIND FILE FOR:Min_svarv.hal
Shutting down and cleaning up LinuxCNC...
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
Note: Using POSIX realtime
1653
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime
05 Mar 2024 10:16
Replied by Krister on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

Hi here are the whole error file

 
04 Mar 2024 11:05

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

Provide more information, typically the whole debug message. As there is very very little information there.
04 Mar 2024 10:20
Replied by Krister on topic LinuxCNC on Raspberry Pi 5

LinuxCNC on Raspberry Pi 5

Category: Installing LinuxCNC

HI i am trying to use rapberry pi 5 and Linuxcnc and i made sucsess with my instalation of 3 axis mill config but when I make a new setup for my lathe I get this mesege . 
Debug file information:
Note: Using POSIX realtime
4652
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime
Can anyone point me in the right direction so I can try to solve this
Regards Krister

 
03 Mar 2024 18:31
02 Mar 2024 18:53

EOI in getting SPI going on the RPi5

Category: Computers and OS's

We need to mash this file into our drivers, as this is the new RPi5 spi driver
github.com/raspberrypi/linux/blob/rpi-6....rs/spi/spi-dw-mmio.c

RPi5 doesnt use the same broadcom IO stuff as previous models, they made a their own IO chip. instead of bcm2835 controlling the SPI, the new chip used this designware driver
02 Mar 2024 07:38

Trying to install LinuxCNC on Raspberry Pi Zero 2 W

Category: Installing LinuxCNC

Thank you very much for your answer. I will try to switch to the Bookworm system, but I can only use a 32-bit system because using a 64-bit system on the Zero-2 W causes the core to hang and fail to start after installing preempt-rt.
02 Mar 2024 01:34

Trying to install LinuxCNC on Raspberry Pi Zero 2 W

Category: Installing LinuxCNC

1GHz and 512MB......does you instructor not like you ?Once you have it installed, if you can run a config all power to you.If the instructor asks you to machine this, maybe you should get them some help. 

 
01 Mar 2024 22:03

Notes from installation of ethercat on Raspberry Pi 4

Category: EtherCAT

Sorry, newbie, but there is one question from the experience of forum members, because time has passed, and experience is power.
Is the Raspberry Pi4 network controller with Ethercat stable?
If so, on which versions of Linuxcnc and on which Linux kernel?
Thank you all for your responses and feedback.
01 Mar 2024 21:54

Trying to install LinuxCNC on Raspberry Pi Zero 2 W

Category: Installing LinuxCNC

Here is how to do this on the Raspberry Pi,
docs.google.com/document/d/1S0K-UBlXnsYC...b_0/edit?usp=sharing
BUt to install linuxcnc, try the script I mentioned first.
 
01 Mar 2024 21:51

Trying to install LinuxCNC on Raspberry Pi Zero 2 W

Category: Installing LinuxCNC

Sometimes you need to google a bit to find what package to install
Debian 11 support was not great.
A alternative might be to use a Debian Bookworm image instead of the pi raspi.debian.net/tested-images/
They appear to have one for your hardware. You can also look at the daily images if you know what one to use.
You will also need to create a user as it just gives you a root user, then add it to the sudoers group.
the PREEMPT_RT kernel should be able to be installed from the debian repositories
You can install a gui  while logged in as the root user with
apt install tasksel
tasksel

then select the XFCE desktop.

If you look at the 2.9 getting linuxcnc doc, there is a script which will install linuxcnc for you without building from source. It may work for you but not sure if you are going to end up with 32 bit or 64 bit.
01 Mar 2024 16:16

Trying to install LinuxCNC on Raspberry Pi Zero 2 W

Category: Installing LinuxCNC

Yes, I have already attempted this operation, but unfortunately, it didn't work. I also tried "sudo apt-get install lxml" based on some online suggestions. It showed that I have already installed this package under Python 3, but it seems that what is needed now is lxml for Python 2, which is causing me quite a headache.

Additionally, I can install the dh-python package, but it brings up another issue: "The following packages have unmet dependencies: dh-python : Breaks: python E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages." This results in two other dependencies, python and python-dev, being unable to be detected.
01 Mar 2024 15:47

Trying to install LinuxCNC on Raspberry Pi Zero 2 W

Category: Installing LinuxCNC

Did you do
sudo apt update
Before trying to install missing packages?
Displaying 151 - 165 out of 966 results.
Time to create page: 0.553 seconds
Powered by Kunena Forum