Advanced Search

Search Results (Searched for: )

  • rodw
  • rodw's Avatar
02 Apr 2025 20:20
Replied by rodw on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

Re the ISO in a hurry, you could fork the Bookworm branch of Linuxcnc's live-build which I have maintained
github.com/LinuxCNC/linuxcnc-live-build
Follow the instructions to install and run the builder after cloning

Append your build script to this file 
github.com/LinuxCNC/linuxcnc-live-build/...linuxcnc.hook.chroot
or add a seperate file starting with 520-
clone your repository into a folder under /tmp and you should be able to  build and install anything you need.

You would need to delete this file which installs Linuxcnc from the repository at Linuxcnc.org
github.com/LinuxCNC/linuxcnc-live-build/...-lists/linuxcnc.list

Add any additional dependencies to 
github.com/LinuxCNC/linuxcnc-live-build/...e-lists/desktop.list

You probably need to delete all 6 files containing Linuxcnc in the name as these are the apt settings
github.com/LinuxCNC/linuxcnc-live-build/...worm/config/archives
note preempt_rt is a dependency of linuxcnc-uspace so you will need to explicitly install it.

This will install the Ethercat repositories :)

You may wish to update some of these fields
github.com/LinuxCNC/linuxcnc-live-build/...bookworm/auto/config

Note that the Debian live build inherits the version of Debian you run this on. eg if you run this on Trixie, you will get a Trixie ISO

If you have any questions, just ask.
  • rodw
  • rodw's Avatar
02 Apr 2025 19:47

Script to update 2.9.x ISO to use Linuxcnc Version 2.10 (master branch)

Category: Installing LinuxCNC

Won't work, redirect of output is not done by superuser but by the invoking user.
Some solutions here stackoverflow.com/questions/84882/sudo-e...egedfile-doesnt-work

Ahh thanks, all my scripting has been done in installers as root
I tested this on my chromebook but there the user has root permissions
Something like this should then work as a script.
mkdir ~/apt
sudo cp -r /etc/apt/*.* ~/apt
sudo wget http://buildbot2.highlab.com/buildbot-archive-key.gpg /etc/apt/trusted.gpg.d
sudo rm -f /etc/apt/preferences.d/99linuxcnc-uspace.pref
sudo rm -f /etc/apt/sources.list.d/linuxcnc-uspace.list
sudo tee /etc/apt/sources.list.d/linuxcnc-uspace.list > /dev/null <<EOT
deb http://buildbot2.highlab.com/debian/ bookworm master-uspace 2.9-uspace
EOT
sudo apt update
sudo apt upgrade
 
  • endian
  • endian's Avatar
02 Apr 2025 19:46
Replied by endian on topic LinuxCNC S-Curve Accelerations

LinuxCNC S-Curve Accelerations

Category: General LinuxCNC Questions

@Endian,

I am not ready with the .iso, but you can try this archive. Unpack it where you want.
Then : ./install.sh

I didn't test it on a fresh .iso so i can not confirm it works straight away.
After installing goto : ~/linuxcnc/cmake/configs and do : ./run_axis_9

At your own risk:
repository.qtpyvcp.com/repo/linux-distro/lcnc_archive.tar

 

I will check it in my virtual machine and let you know but the best path will be to wait for your iso file because of all the components and stuff around ...

 
Displaying 17521 - 17523 out of 17523 results.
Time to create page: 0.381 seconds
Powered by Kunena Forum