Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
19 Oct 2025 02:05

fixing "raspi firmware" errors on the official amd64 ISO

Category: Installing LinuxCNC

What am i missing? Seeing you all jump through so much hoops makes me wonder what are you using as a starting point?
Back when i tested Debian BookWorm 12.2 and 12.5, i downloaded the Live ISO with XFCE, remastered it and tested, it worked and did not have raspi issues. Did the same things with 12.2 Mate edition, also no raspi issues.
Granted i used the LinuxCNC version that was on Debian repos, but still, this should not matter.
Sorry, but i feel really bad seeing you go through all the trouble.
Is there something i can help with?
P.S.
Rob, sorry, i did download your ISO but did not get to testing it.
  • DavidR8
  • DavidR8
19 Oct 2025 00:29 - 19 Oct 2025 01:49

New Probe Basic install - error during install.

Category: QtPyVCP

Well I tried again with a fresh LCNC install and I got almost all the way through the Probe Basic install.

Got this error on the last installation command: sudo dpkg -i python3-probe-basic_0.6.0-118.dev_amd64.deb

I looked for the application and found it but not a debian version.
Surely something is wrong with the instructions if I'm having this many issues. 
 
  • rodw
  • rodw's Avatar
19 Oct 2025 00:14

fixing "raspi firmware" errors on the official amd64 ISO

Category: Installing LinuxCNC

Building on a system running Debian Trixie raspi-firmware IS NOT installed. (built twice on 2 different machines)
Building on a system running Debian Bookworm raspi-firmware IS installed. (single build only attempted)
This is because they fixed it (it's actually fixed in Debian 12.1) 

bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065640

They fixed the Debian release files it never pushed their changes to the Debian builder until Trixie. Very annoying.
  • rodw
  • rodw's Avatar
19 Oct 2025 00:08
Replied by rodw on topic Tutorials

Tutorials

Category: LinuxCNC Documents

Here is an installation tutorial for Debian Trixie fresh off the press today


But yes, the 1500 pages of documentation is my go to guide...
  • unknown
  • unknown
19 Oct 2025 00:05

Proposal RPi Linuxcnc Image Based on Raspi OS All welcome/encoraged to comment

Category: Installing LinuxCNC

Hiya Rod ;)

From memory the Debian Rpi kernels lacked support for overlays, which was a show stopper for SPI.

ATM I'm cross compiling a kernel from the 6.12.y branch, I think that was what was used in the January build.
  • rodw
  • rodw's Avatar
18 Oct 2025 23:54

Proposal RPi Linuxcnc Image Based on Raspi OS All welcome/encoraged to comment

Category: Installing LinuxCNC

Debian includes a RT kernel for the Pi 4b and it is possible to get a working RT linuxcnc install using the Debian images. But the RT kernel was not installed as a dependency from linuxcnc-uspace and needed installing separately with something like sudo apt install linux-image-rt-$uname -r) (might not have that correct. The only catch is that the images only install a text terminal with a root user. You needed to add a user, add sudo rights and then install xfce to get a working system ut it is quite doable. Sadly it does not appear support continued to the pi5.
  • unknown
  • unknown
18 Oct 2025 23:15

Proposal RPi Linuxcnc Image Based on Raspi OS All welcome/encoraged to comment

Category: Installing LinuxCNC

@f355

I've tried looking for a RT_PREEMPT kernel in the repos, but could only find kernels that were configured for Real time not Preemptive real time (which is what Linuxcnc requires).
Debian doesn't have any support for the RPi5 as it doesn't have enough upstream kernel support.
wiki.debian.org/RaspberryPiImages#Overview

and

raspi.debian.net/tested-images/

So to get a full RT_PREEMPT kernel the only solution it would seem is to roll our own. Which would not be a suitable solution for upgrading.

One solution maybe if Linuxcnc could host suitable kernels, but I really don't see the sense in a regular upgrade regarding the kernel in this situation. I'm still running the original kernel that was built whilst building the image in Jan 2025.

BTW running pi-gen builds a couple of flavours of images everything from lite to a fully image. Tho it does use a significant amount of disk space.
  • andypugh
  • andypugh's Avatar
18 Oct 2025 23:08
Replied by andypugh on topic Is there a new Linuxcnc release in the wings ?

Is there a new Linuxcnc release in the wings ?

Category: General LinuxCNC Questions

I am using the Trixie version of live-build, and building on Trixie.
(I basically did a search-replace for "bookworm" in linuxcnc-live-build and swapped to Trixie. though manually and checking surrounding code.)

So I am puzzled where the splash has gone to..
  • unknown
  • unknown
18 Oct 2025 22:53

Is there a new Linuxcnc release in the wings ?

Category: General LinuxCNC Questions

Was replying to you on the laptop but didn't have the ISO there so had to swap machines. Well creakily walk upstairs, I swear I've skipped old age and just gone straight to decrepitude......enough banter.

I guess this is what your are referring to. I would say it appears as it should. Mind I haven't had a chance to test on real hardware yet.


Basically I started with a fresh fork from your repo and made the changes I thought would be required. 
Me repo and branch can be seen here, I've tried to comment the changes made within the files and within the commits as well. I think I've even mentioned using the live-build version as well.
github.com/ozzyrob/linuxcnc-live-build/tree/ozzyrob-trixie-test

Whilst I was building on my Bookworm machine I did build a live-build package & install using this the below linked codebase, installing the Trixie package on Bookworm didn't give successful results:
If using a Trixie machine to build everything should be ok. I also found using the same source and building a package for Mint 22.1 gave a successful ISO. I think I may have mentioned this before.
salsa.debian.org/live-team/live-build/-/...rixie?ref_type=heads
Which is the code base for the live-build package for Trixie.

I hope this helps.
Cheers Rob

 
  • langdons
  • langdons's Avatar
18 Oct 2025 22:15 - 18 Oct 2025 22:46
Replied by langdons on topic Injection molding

Injection molding

Category: CNC Machines

"An sbc like rpi5 or opi5 will be enough using GPIO headers
and 24v breakout board for driving electro valves ?"

Be sure to check the total source and sink current limits of the RPi.

Even if each output draws very little current, if you have 20 outputs, that can add up to a lot in total.

3V relay that can be controlled by a Pi (if current sourcing limits permit):
www.lcsc.com/product-detail/C136110.html
www.lcsc.com/product-detail/C133323.html

I bought similar relays (same company) and its 5V, 12V, and 24V variants and they were all good, though a bit audibly noisy.
  • andypugh
  • andypugh's Avatar
18 Oct 2025 22:14
Replied by andypugh on topic Is there a new Linuxcnc release in the wings ?

Is there a new Linuxcnc release in the wings ?

Category: General LinuxCNC Questions

Not even going to bother to upload to Google drive and ask for any help testing as it was a waste of time. I guess people are busy.

I have attempted to update the linuxcnc-live-build repo to Trixie, and have built an ISO myself. 
But it seems pretty unstable on my test motherboard. Also, the LinuxCNC splash-screen isn't showing behind the boot menu (where you get to choose to run the live image or to install) 
The latter issue has me a bit puzzled. Did that show on your image? Was your starting point linuxcnc-live-build or did you find the official Trixie config set (I haven't found that) 
 
  • andypugh
  • andypugh's Avatar
18 Oct 2025 22:09

Sliding Head Lathe for sale - maybe grate devlopment tool for linuxcnc ? UK

Category: User Exchange

It might be useful to way where the lathe is? I am assuming UK from the pricing.

(This isn't an expression of interest, I am afraid, I don't have the space, or the time)
  • langdons
  • langdons's Avatar
18 Oct 2025 21:56
Replied by langdons on topic Injection molding

Injection molding

Category: CNC Machines

I really don't recommend you remove the switches or the hydraulic system.

Hydraulics are good (and quite expensive).

Photoelectric sensors burn out eventually, but switches last almost forever if they aren't really switching any current.

Solid-state stuff is generally not dramatically better than an equivalent mechanical option.

A fast SSD is marginally better than a fast HDD most of the time.

A mechanical relay can do almost everything a SSR can do, with only slightly higher power consumption, for a fraction of the price.

There's definitely a reason most constuction machinery is hydraulic; hydraulics are expensive, compaines would use cheaper options if hydaulics weren't so good.
Displaying 1051 - 1065 out of 22552 results.
Time to create page: 0.619 seconds
Powered by Kunena Forum