SOLVED Cant run created stepwizard file
- fziepiela
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
11 Feb 2025 21:19 #321282
by fziepiela
Cant run created stepwizard file was created by fziepiela
When following the video on setup, and using stepconfig wizard i get this error. Linuxcnc PI 5. When looking at my configurations and selecting my config there are not any details and i get the attached error.
Im a newbie, but do have Arduino experience. Please be gentle, lol..
Im a newbie, but do have Arduino experience. Please be gentle, lol..
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 19695
- Thank you received: 6650
11 Feb 2025 23:00 #321291
by tommylight
Replied by tommylight on topic Cant run created stepwizard file
From your error report
Linux parallel port 0 not found
But i have no idea what should be instead of it for RPI as i do not use them.
Linux parallel port 0 not found
But i have no idea what should be instead of it for RPI as i do not use them.
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Premium Member
-
Less
More
- Posts: 125
- Thank you received: 51
11 Feb 2025 23:43 #321295
by unknown
Replied by unknown on topic Cant run created stepwizard file
Sorry I'm not going to be gentle. Users need to be told. I'll assume you aren't a child.
Yeah Tommy's right. RPi's don't have a parallel port. I'm not too sure where you got the idea Rapsberry Pis have one. The error report is pretty verbose in reporting what is wrong.
Arduino seems to be a lot of cut & pasting other people's code.
Once again this is a situation where users don't read the docs and just jump in head first without doing any research.
linuxcnc.org/docs/html/man/man9/hal_parport.9.html
This is the driver you need to use. Please read this. And take the time to read the documentation, the devs put a lot of effort into this, please take the time to read them.
linuxcnc.org/docs/devel/html/drivers/hal_gpio.html
Beware that unless SPI is not disabled in /boot/broadcom/config.txt you wont be able to use GPIO07 & GPIO08.
This is a link to a 3 axis setup
forum.linuxcnc.org/media/kunena/attachme...8/my-mill-config.zip
Yeah Tommy's right. RPi's don't have a parallel port. I'm not too sure where you got the idea Rapsberry Pis have one. The error report is pretty verbose in reporting what is wrong.
Arduino seems to be a lot of cut & pasting other people's code.
Once again this is a situation where users don't read the docs and just jump in head first without doing any research.
linuxcnc.org/docs/html/man/man9/hal_parport.9.html
This is the driver you need to use. Please read this. And take the time to read the documentation, the devs put a lot of effort into this, please take the time to read them.
linuxcnc.org/docs/devel/html/drivers/hal_gpio.html
Beware that unless SPI is not disabled in /boot/broadcom/config.txt you wont be able to use GPIO07 & GPIO08.
This is a link to a 3 axis setup
forum.linuxcnc.org/media/kunena/attachme...8/my-mill-config.zip
Please Log in or Create an account to join the conversation.
- fziepiela
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
12 Feb 2025 01:50 #321302
by fziepiela
Replied by fziepiela on topic Cant run created stepwizard file
Thank You so much. I have been reading, but unsure what to read and where to find it.
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Premium Member
-
Less
More
- Posts: 125
- Thank you received: 51
12 Feb 2025 02:12 #321303
by unknown
Replied by unknown on topic Cant run created stepwizard file
The docs are available via the menu under cnc.
You may have to install evince to read pdf docs.
docs are available for German, English, Spanish, French & Chinese.
linuxcnc-doc-de
linuxcnc-doc-en
linuxcnc-dos-es
linuxcnc-doc-fr
linuxcnc-doc-zh-cn
You may have to install evince to read pdf docs.
docs are available for German, English, Spanish, French & Chinese.
linuxcnc-doc-de
linuxcnc-doc-en
linuxcnc-dos-es
linuxcnc-doc-fr
linuxcnc-doc-zh-cn
Please Log in or Create an account to join the conversation.
- fziepiela
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
12 Feb 2025 18:12 #321361
by fziepiela
Replied by fziepiela on topic Cant run created stepwizard file
Thanks again, im reading away. Also I did know that RPI needs the parallel hat by byte to bot. When looking at the hal file form them it doesn't show the GPIO code in it like yours does thanks again.
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Premium Member
-
Less
More
- Posts: 125
- Thank you received: 51
12 Feb 2025 23:42 #321395
by unknown
Replied by unknown on topic Cant run created stepwizard file
Yeah I don't know what they are up to.
Please Log in or Create an account to join the conversation.
- fziepiela
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
18 Feb 2025 19:13 #321932
by fziepiela
Replied by fziepiela on topic SOLVED Cant run created stepwizard file
Pi 5 running version Linuxcnc 2.9.4 using Byte to Bot Parallel Hat, isn't supporting hal_gpio. Switched to older version 2.9.1 everything works fine.
Once i configured my hal file I would get an error: GPIO pin 26 could not be found.
here is the older version the works for me.
rpi-5-debian-bookworm-6.1.61-rt15-arm64-ext4-2023-11-17-1520.img
Once i configured my hal file I would get an error: GPIO pin 26 could not be found.
here is the older version the works for me.
rpi-5-debian-bookworm-6.1.61-rt15-arm64-ext4-2023-11-17-1520.img
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Premium Member
-
Less
More
- Posts: 125
- Thank you received: 51
18 Feb 2025 23:14 #321950
by unknown
Replied by unknown on topic SOLVED Cant run created stepwizard file
I'm sorry you're wrong, the current image does support hal_gpio. This has been confirmed by at least 2 users and my own tests.
The config files from byte to bot were strange.
Just did a quick load of hal_gpio GPIO26 loads fine.
Could you please attach your hal and in files using the forum's editor as I think you may have made a typo, as this is usually why pi. Not found error shows up.
I need to get to the bottom of this, if it is an issue with the image it needs to be fixed, if it is a issue with your config that needs to be addressed and the comments you made need to be rectified.
We don't want a bad image nor incorrect comments leading others astray.
Kind Regards
Rob
The config files from byte to bot were strange.
Just did a quick load of hal_gpio GPIO26 loads fine.
Could you please attach your hal and in files using the forum's editor as I think you may have made a typo, as this is usually why pi. Not found error shows up.
I need to get to the bottom of this, if it is an issue with the image it needs to be fixed, if it is a issue with your config that needs to be addressed and the comments you made need to be rectified.
We don't want a bad image nor incorrect comments leading others astray.
Kind Regards
Rob
Please Log in or Create an account to join the conversation.
Time to create page: 0.108 seconds