Advanced Search

Search Results (Searched for: )

  • tommylight
  • tommylight's Avatar
21 Oct 2025 12:33
Replied by tommylight on topic Axis configuration not fully working on 2.9.6

Axis configuration not fully working on 2.9.6

Category: AXIS

2.7 ?
You mean 2.9.7 most probably.
  • langdons
  • langdons's Avatar
21 Oct 2025 12:27 - 21 Oct 2025 12:32
Replied by langdons 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 did, via my cached Cloudflare DNS record.

There is no difference.

(The "away" indicator is broken unless using forum.linuxcnc.org, but that's all)

You appear to be correct; forum.linuxcnc.org loads fine now, I wonder what fixed it!

Thank you whoever fixed it!
  • unknown
  • unknown
21 Oct 2025 12:27

fixing "raspi firmware" errors on the official amd64 ISO

Category: Installing LinuxCNC

The RPi doesn't require an installer the way the PC platform does.
Plus I'm looking at some other tools put out by the Raspberry guys that look pretty good.
  • rodw
  • rodw's Avatar
21 Oct 2025 11:51 - 21 Oct 2025 19:39

Axis configuration not fully working on 2.9.6

Category: AXIS

Andy, if this is tested as working, can you build an official 2.9.7 release and put it on our repo for bookworm and Trixie?
temp folder does not sound very permanent 
  • rodw
  • rodw's Avatar
21 Oct 2025 11:37

Building an Open Source DIY Plasma Cutter on YouTube

Category: Plasma & Laser

I think you should add a lot more bracing to those legs unless you like dancing tables!
  • rodw
  • rodw's Avatar
21 Oct 2025 11:35

fixing "raspi firmware" errors on the official amd64 ISO

Category: Installing LinuxCNC

The live build gets its code from the host that builds the system so to get a Trixie system, you need to be running Trixie. So I don't see why building for bookworm is not a problem.

In my testing back with the original installer (after some changes were made and committed to the release version), the pi firmware was not installed but it seemed after later bookworm versions were upgraded to, the firmware was  erroneously installed. And yes, I built the builder from source.

Why don't you try changing the architecture to arm64 and give the pi a go?
  • unknown
  • unknown
21 Oct 2025 11:33
Replied by unknown on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

Yeah I could but I'd like to have a Trixe & Bookworm base image to work off. I'll get that going tomorrow (doesn't take too long) and have a look at the amd64 live-build for Trixie. Tho I'm a little desperate for disk space and had to drag a 2TB mechanical drive out of the cupboard.
This week's spending money went on RAM........so maybe in a couple of weeks I'll grab a NVMe drive.

Maybe if I stuck with Mach3 I wouldn't spend so much money, bugger I said the quiet part out load.
  • unknown
  • unknown
21 Oct 2025 11:25

Is there a new Linuxcnc release in the wings ?

Category: General LinuxCNC Questions

@langdons
Dude could you link to the main forum, there has been no lag issues for a while.

@Andy
Sorry I haven't had a chance to check with UEFI. I'll action it for tomorrow.
  • rodw
  • rodw's Avatar
21 Oct 2025 11:23
Replied by rodw on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

Your could just upgrade Bookworm  to Trixie with sudo apt dist-upgrade for testing
  • rodw
  • rodw's Avatar
21 Oct 2025 11:20
Replied by rodw on topic Mesa 7i96s not connecting

Mesa 7i96s not connecting

Category: Driver Boards

Use a Meanwell power supply. Say a MDR-15-5 which is 2.4 amps
  • unknown
  • unknown
21 Oct 2025 11:19
Replied by unknown on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

I've been playing with pi-gen.....I think it is a little better, you get a more raspberry pi like experience. There's a link in my proposal thread. ATM the moment I've been building upto the "lite" stage burning & booting and installing the desktop,Xorg and the rest. Linuxcnc has been from the debian repo.....But I should be able to fine tune things.

Bookworm has been the target so far, Trixie shouldn't be an issue, but one thing I really need to know is the status of linuxcnc.org/docs/2.9/html/drivers/hal_gpio.html . I think there was an issue with the libgpiod library.
Bookworm version is 1.6.3-1
Trixie version is 2.2.1-2

You can burn to your boot device sing RPI-Imager and edit settings such via the imager.

There's realtime kernels available via the raspberry kernel repo. The Rpi4 4k page kernels run on the Rpi5.......so we may only need one image to cover both boards.
  • rodw
  • rodw's Avatar
21 Oct 2025 11:16
Replied by rodw on topic burning iso to USB drive

burning iso to USB drive

Category: General LinuxCNC Questions

win32diskimager was my go to for years but it has let me down with later versions. I recommend you use Balena Etcher which is available for Windows, Linux and Mac.

I discussed its use in my latest video
  • rodw
  • rodw's Avatar
21 Oct 2025 11:07
Replied by rodw on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

I have a feeling that the package for the Pi in www.linuxcnc.org/dists/trixie might be the Bookworm package rather than one built on Pi/Trixie. I don't know how that happened at this point, I might just have been hoping that it would work and have now found out otherwise 


 

I think you would need to edit the release variable in the userdata.txt file but you'd also need to sync our repo to the upstream sources
  • rodw
  • rodw's Avatar
21 Oct 2025 10:59
Replied by rodw on topic Update LinuxCNC 2.9.5 on debian 13

Update LinuxCNC 2.9.5 on debian 13

Category: Installing LinuxCNC

At the time, there was no way to build an image file that included custom software.
The image builder we created is based on a fork of github.com/pyavitz/rpi-img-builder The original author gave us amazing support and advice. This repo builds the kernel from source and we had to patch the kernel to produce a PREEMPT_RT version. This proved tricky because the kernel version needed to match a version of the RT patch so we had to ensure we got the  Pi kernel code at a specific commit.
This is a cross compiler environment on amd64  as doing what we do would likely take days on a pi.

At the time, there was no LinuxCNC Deb file (linuxcnc-uspace) for the Pi so we had no choice but to build from source. I still don't believe we have a buildbot building for the Pi.

Today, you may be able to use the Debian build system we use for amd64 because the RT kernel and linuxcnc-uspace v 2.94 are in the debian repos. It uses a chroot, so it may permit building on amd64 but I have never seen settings for that. 
  • unknown
  • unknown
21 Oct 2025 10:39

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

Category: Installing LinuxCNC

Cheers
Ok that worked, funny thing is the RPi5 that runs with the official image, with the kernel I built, does have /sys/kernel/realtime present.

Ahh that's right my kernel guru explained it earlier.

forum.linuxcnc.org/38-general-linuxcnc-q...6-12?start=10#315437


Now, since you mentioned 6.12.47 seemed to crash, would you think it would be an idea the pin the kernel to 6.12.34 ?

Tho there does seem to to be 6.12.54.........natively ran a build using the sources pacakge from the raspi kernel repo.

But me thinks I'll stick to the basics for the time being.
Displaying 1096 - 1110 out of 22505 results.
Time to create page: 0.343 seconds
Powered by Kunena Forum