[Emc-users] New Beaglebone

2023-11-04 Thread andy pugh
https://www.beagleboard.org/blog/2023-11-02-beaglev-fire-announcement

I don't know how usable it will be for LinuxCNC, as I don't know if we
can compile for RISCV.

Also, I don't know if it has any video output?

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] New Beaglebone

2023-11-04 Thread John Dammeyer
My guess is it doesn't.  At least not directly but likely could have a cape 
built for it that does.  But unless it has the co-processors, like the original 
BBB, to handle say a 5 axis mill and VFD for the spindle I don't see a future 
in it for LCNC.  If the FPGA programming is required for the trajectory side of 
things it falls outside the experience of most people anyway.  The Pi4 with 
MESA 7i92H is cheaper than the BBB.   Aren't there also full blown PC boards 
now available for under $150?

I have 3 BBBs.  One is the 2GB one.   The other two are the 4GB.  One is used 
to emulate with a special cape,  the ST-506 drive on an OS9-68K S100 system.  
Another was slated for use with a Delta 3D printer but the cape died and 
support was zero and now the 3D printer is sitting in a corner getting dusty.  
It was a POS anyway.  The third with machinekit which was also essentially 
discontinued not to mention that the cape liked NO limit switches so a broken 
wire would not stop a motor.

Like all BBB stuff it was pushed on the idea of long term life but in reality I 
have two BBB books from the same author (different editions) and the way to 
deal with the I/O is dramatically different.  And when you use one of the older 
OS versions for say the first book it demonstrates the danger of the internet 
as it currently exists.   The web sites to bring an older version of the OS, 
update and upgrade, no longer exist.   The moment a sudo apt-get update or 
upgrade fails because of path not found or something like that we know we are 
in trouble.

So IMHO, the BBB is not a direction to go.

John

> -Original Message-
> From: andy pugh [mailto:bodge...@gmail.com]
> Sent: November 4, 2023 10:57 AM
> To: Enhanced Machine Controller (EMC)
> Subject: [Emc-users] New Beaglebone
> 
> https://www.beagleboard.org/blog/2023-11-02-beaglev-fire-announcement
> 
> I don't know how usable it will be for LinuxCNC, as I don't know if we
> can compile for RISCV.
> 
> Also, I don't know if it has any video output?
> 
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> � George Fitch, Atlanta Constitution Newspaper, 1912
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] New Beaglebone

2023-11-04 Thread Andrew K
сб, 4 лист. 2023 р. о 20:26 John Dammeyer  пише:

> My guess is it doesn't.  At least not directly but likely could have a
> cape built for it that does.  But unless it has the co-processors, like the
> original BBB, to handle say a 5 axis mill and VFD for the spindle I don't
> see a future in it for LCNC.  If the FPGA programming is required for the
> trajectory side of things it falls outside the experience of most people
> anyway.  The Pi4 with MESA 7i92H is cheaper than the BBB.   Aren't there
> also full blown PC boards now available for under $150?
>
> Lot of new mini PCs Atom N100 or N9095 16/512GB for $100-120 from
aliexpress right now.
I guess Atom N100 wins in terms of performance, also its TDP is as low as
6W.

WBR, Andrew

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] New Beaglebone

2023-11-04 Thread Bari

On 11/4/23 12:56, andy pugh wrote:

https://www.beagleboard.org/blog/2023-11-02-beaglev-fire-announcement

I don't know how usable it will be for LinuxCNC, as I don't know if we
can compile for RISCV.

Also, I don't know if it has any video output?


It appears to be GPU free as well.


I started a thread last year on the forums to keep track of potential 
LCNC SBC's


https://forum.linuxcnc.org/18-computer/46077-potential-all-in-one-single-board-computers

Lots of other options.


Opi5 runs really well and has a great GPU

https://forum.linuxcnc.org/18-computer/48079-can-the-opi5-be-configured-to-run-lcnc?start=250#274284



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] New Beaglebone

2023-11-04 Thread Chris Albertson
This is a VERY capable board.  The main thing it has is the FPGA and a very 
fast SYZYGY connector.   It could drive a multi-axis mill as well as any MESA 
board.  But it is not plug and play with LCNC.   You’d need to write code for 
the onboard FPGA and create a small PCB to connect SYZGY to a set of screw 
terminals using some high-performance buffers or optical isolators.

As for not having a connector for a monitor, that is no big deal as you could 
export the screen an iPad over WiFi.

I think this device’s best use case is robotics where very a high-speed control 
loop is needed.But my experience is that today, microcontrollers are good 
enough for this.




> On Nov 4, 2023, at 10:56 AM, andy pugh  wrote:
> 
> https://www.beagleboard.org/blog/2023-11-02-beaglev-fire-announcement
> 
> I don't know how usable it will be for LinuxCNC, as I don't know if we
> can compile for RISCV.
> 
> Also, I don't know if it has any video output?
> 
> -- 
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] New Beaglebone

2023-11-04 Thread gene heskett

On 11/4/23 13:58, andy pugh wrote:

https://www.beagleboard.org/blog/2023-11-02-beaglev-fire-announcement

I don't know how usable it will be for LinuxCNC, as I don't know if we
can compile for RISCV.

Also, I don't know if it has any video output?

I don't see anything that looks like video. That's a non-starter, as is 
the price for a single 64 bit core.


Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] New Beaglebone

2023-11-04 Thread gene heskett

On 11/4/23 14:45, Andrew K wrote:

сб, 4 лист. 2023 р. о 20:26 John Dammeyer  пише:


My guess is it doesn't.  At least not directly but likely could have a
cape built for it that does.  But unless it has the co-processors, like the
original BBB, to handle say a 5 axis mill and VFD for the spindle I don't
see a future in it for LCNC.  If the FPGA programming is required for the
trajectory side of things it falls outside the experience of most people
anyway.  The Pi4 with MESA 7i92H is cheaper than the BBB.   Aren't there
also full blown PC boards now available for under $150?

Lot of new mini PCs Atom N100 or N9095 16/512GB for $100-120 from

aliexpress right now.
I guess Atom N100 wins in terms of performance, also its TDP is as low as
6W.

WBR, Andrew


All of my atom's have died of old age and likely bad caps.

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] LinuxCNC 2.9 is Released

2023-11-04 Thread andy pugh
LinuxCNC 2.9.1 has been released

(there was no 2.9.0 release)

This marks a major new release of LinuxCNC.

Due to the difficulty of supporting both Python3 and Python2 and
various out-of-date libraries the 2.9 release of LinuxCNC is only
supported in Debian Buster or later, Ubuntu Focal and later and
Rasbian 12 and later. Furthermore we are no longer building any 32-bit
versions of any packages.

This update is recommended to all users of supported systems and
hardware. There may be a final 2.8 release to incorporate new drivers
and features for those unable to upgrade.

Abbreviated Changelog:
(Full changelog at:
https://github.com/LinuxCNC/linuxcnc/blob/v2.9.1/debian/changelog

Merge 150+ pull requests
Adding Limit_Axis Component
Added user space HAL component for publishing HAL values to a MQTT broker.
carousel.comp: Add direct position control for stepgen and encoder modes
Add Mesa 7I94T, 7I97T, 7I76EU, 7i96S card support
Add scaled sum component.
Add anglejog component.
mesa_modbus: New Driver framework
hal_gpio: Generic GPIO driver for any platform supporting libgpiod
docs: Add manpage for emccalib
halcompile: Accept hal pins of type “port”
G71 - G72 updates
Add OutM simple output module support
docs - Hundreds of updates
Fix “userspace” vs “realtime” nomenclature
gladevcp: - Many Updates
glcannon - Many Updates
gmoccapy - Many, Many Updates
hal_glib - Several Updates
halcompile: Add command line arguments to provide compile and link flags
halscope: Several updats
homing: Fix for #2169 introduced #2308.
homing.c: Apply suggested fix for #2629 and #2388 Fix suggested by yuyue2013
hostmot2 bspi: sanity-check that channel echo enable matches receive
buffer present
interpmodule: add interpreter.active_spindle property
interpmodule: fix “speed” property
Issue #1232: Fixed
Issue #1747: Fixed
Issue #2169: Fixed
Issue #2483. Partially ficed
limit_axis: - New component
mb2hal Several Updates
qt5_graphics - Several Updates
qtaxis - Several Updates
qtdagon - 100+ Updates
qtplasmac - 100+ Updates
qttouchy -fix sample config loading error, remove MPG selection buttons
qtvcp - 200+ updates
qtvcp –mdi_line: fix multi axes movement Addresses Closes: #1053251
RS274: M5 default to all spindles.
sims: fix startup issues in axis sims
sims: fix startup issues in qtvcp sims
sims: update and tidy qtplasmac sim

This release contains contributions from the following authors:

ALatSMT Alec Ari Alexey Starikovskiy Alex Lait alkabal Allan Nordhøy
Ambr Enzs Andreas Christoffersen André Litfin Andrew Downing
andrewheeler82 Andrew Kyrychenko Andrii Podanenko andy pugh Arvid
Brodin Asle Næss Benson Muite Billy Soto Bob Bond Bruno Lualdi Bryce
Johnson ButterflyOfFire cascade256 Chad A. Woitas Chadly chris Chris
Morley Chris Nisbet Chris Radek cnc Colten Edwards Csa söl Curtis
Dutton d2inventory Damian Wrobel damiodj Daniel Rogge david Davide
Cerati ddlu ddotldot DerAndere Dewey Garrett D.L Dmitry S. aka D.L D.
Mueller Egor Komogortsev ekam230 Ernesto Lo Valvo freddii Greg Carl
Gunnar Wolf Hakan Kaner Hannah Lau Hans Unzner Håvard F. Aasen Håvard
Flaget Aasen Horváth Csaba htasta Ihor Oliinyk issyvarsano Jan Mrázek
JanneK Jan Roters jb0 Jeff Epler Jérémie Tarot Jerry Trantow
J.M.Garcia John Morris John Thornton Jose Manuel Garcia de Torres
joseph calderon Juraj Adamkovic Kale Yuzik Klaus Naumann Leonardo
Daniel Marsaglia luz paz Mark Markus Mark van Doesburg Martin Kaplan
Mateusz Konieczny Matthew Johnston Matthias Michael Langer Michael
Stellmacher mk2 Moses McKnight mwork NhanPham nicokid Nicola
Quargentan nicolas Nikita Shubin noel Norbert Schechner oMtQB4 pc179
Peter C Wallace Peter Müller Petr Menšík Petteri Aimonen Petter
Reinholdtsen Phillip A Carter Rainer Stelzer Rene Hopf Rob Clegg
Robert W. Ellenberg Robin Szemeti Roguish root rpm-build russellgower
samcoinc Sascha Ittner Sebastian Kuzminsky simaoamorim snowgoer540
spike Steffen Möller sundtek Sync Tim Blume Tinic Uro Toni Laiho Trần
Ngọc Quân TRothfelder Ulices whatawhiz yohsuke zz912 Александр
Макарчук Дмитрий トトも 大宝剑 陈浩



--
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-04 Thread Sam Sokolik
Andy - thanks for all your work on this.  (I know it wasn't just you - but
your push really got us to the finish line..)

Thanks to everyone else who helped make this happen!

sam

On Sat, Nov 4, 2023 at 7:43 PM andy pugh  wrote:

> LinuxCNC 2.9.1 has been released
>
> (there was no 2.9.0 release)
>
> This marks a major new release of LinuxCNC.
>
> Due to the difficulty of supporting both Python3 and Python2 and
> various out-of-date libraries the 2.9 release of LinuxCNC is only
> supported in Debian Buster or later, Ubuntu Focal and later and
> Rasbian 12 and later. Furthermore we are no longer building any 32-bit
> versions of any packages.
>
> This update is recommended to all users of supported systems and
> hardware. There may be a final 2.8 release to incorporate new drivers
> and features for those unable to upgrade.
>
> Abbreviated Changelog:
> (Full changelog at:
> https://github.com/LinuxCNC/linuxcnc/blob/v2.9.1/debian/changelog
>
> Merge 150+ pull requests
> Adding Limit_Axis Component
> Added user space HAL component for publishing HAL values to a MQTT broker.
> carousel.comp: Add direct position control for stepgen and encoder modes
> Add Mesa 7I94T, 7I97T, 7I76EU, 7i96S card support
> Add scaled sum component.
> Add anglejog component.
> mesa_modbus: New Driver framework
> hal_gpio: Generic GPIO driver for any platform supporting libgpiod
> docs: Add manpage for emccalib
> halcompile: Accept hal pins of type “port”
> G71 - G72 updates
> Add OutM simple output module support
> docs - Hundreds of updates
> Fix “userspace” vs “realtime” nomenclature
> gladevcp: - Many Updates
> glcannon - Many Updates
> gmoccapy - Many, Many Updates
> hal_glib - Several Updates
> halcompile: Add command line arguments to provide compile and link flags
> halscope: Several updats
> homing: Fix for #2169 introduced #2308.
> homing.c: Apply suggested fix for #2629 and #2388 Fix suggested by
> yuyue2013
> hostmot2 bspi: sanity-check that channel echo enable matches receive
> buffer present
> interpmodule: add interpreter.active_spindle property
> interpmodule: fix “speed” property
> Issue #1232: Fixed
> Issue #1747: Fixed
> Issue #2169: Fixed
> Issue #2483. Partially ficed
> limit_axis: - New component
> mb2hal Several Updates
> qt5_graphics - Several Updates
> qtaxis - Several Updates
> qtdagon - 100+ Updates
> qtplasmac - 100+ Updates
> qttouchy -fix sample config loading error, remove MPG selection buttons
> qtvcp - 200+ updates
> qtvcp –mdi_line: fix multi axes movement Addresses Closes: #1053251
> RS274: M5 default to all spindles.
> sims: fix startup issues in axis sims
> sims: fix startup issues in qtvcp sims
> sims: update and tidy qtplasmac sim
>
> This release contains contributions from the following authors:
>
> ALatSMT Alec Ari Alexey Starikovskiy Alex Lait alkabal Allan Nordhøy
> Ambr Enzs Andreas Christoffersen André Litfin Andrew Downing
> andrewheeler82 Andrew Kyrychenko Andrii Podanenko andy pugh Arvid
> Brodin Asle Næss Benson Muite Billy Soto Bob Bond Bruno Lualdi Bryce
> Johnson ButterflyOfFire cascade256 Chad A. Woitas Chadly chris Chris
> Morley Chris Nisbet Chris Radek cnc Colten Edwards Csa söl Curtis
> Dutton d2inventory Damian Wrobel damiodj Daniel Rogge david Davide
> Cerati ddlu ddotldot DerAndere Dewey Garrett D.L Dmitry S. aka D.L D.
> Mueller Egor Komogortsev ekam230 Ernesto Lo Valvo freddii Greg Carl
> Gunnar Wolf Hakan Kaner Hannah Lau Hans Unzner Håvard F. Aasen Håvard
> Flaget Aasen Horváth Csaba htasta Ihor Oliinyk issyvarsano Jan Mrázek
> JanneK Jan Roters jb0 Jeff Epler Jérémie Tarot Jerry Trantow
> J.M.Garcia John Morris John Thornton Jose Manuel Garcia de Torres
> joseph calderon Juraj Adamkovic Kale Yuzik Klaus Naumann Leonardo
> Daniel Marsaglia luz paz Mark Markus Mark van Doesburg Martin Kaplan
> Mateusz Konieczny Matthew Johnston Matthias Michael Langer Michael
> Stellmacher mk2 Moses McKnight mwork NhanPham nicokid Nicola
> Quargentan nicolas Nikita Shubin noel Norbert Schechner oMtQB4 pc179
> Peter C Wallace Peter Müller Petr Menšík Petteri Aimonen Petter
> Reinholdtsen Phillip A Carter Rainer Stelzer Rene Hopf Rob Clegg
> Robert W. Ellenberg Robin Szemeti Roguish root rpm-build russellgower
> samcoinc Sascha Ittner Sebastian Kuzminsky simaoamorim snowgoer540
> spike Steffen Möller sundtek Sync Tim Blume Tinic Uro Toni Laiho Trần
> Ngọc Quân TRothfelder Ulices whatawhiz yohsuke zz912 Александр
> Макарчук Дмитрий トトも 大宝剑 陈浩
>
>
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-04 Thread Ed

On 11/4/23 7:39 PM, andy pugh wrote:

LinuxCNC 2.9.1 has been released

(there was no 2.9.0 release)

This marks a major new release of LinuxCNC.


Three Cheers!!  Hip Hip Hurrah!

Thanks to all the devs and testers!


Ed.




___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-04 Thread Mark Johnsen
👍  Great job and thank you to everyone who worked on this!!!  Awesome!

On Sat, Nov 4, 2023 at 5:41 PM andy pugh  wrote:

> LinuxCNC 2.9.1 has been released
>
> (there was no 2.9.0 release)
>
> This marks a major new release of LinuxCNC.
>
> Due to the difficulty of supporting both Python3 and Python2 and
> various out-of-date libraries the 2.9 release of LinuxCNC is only
> supported in Debian Buster or later, Ubuntu Focal and later and
> Rasbian 12 and later. Furthermore we are no longer building any 32-bit
> versions of any packages.
>
> This update is recommended to all users of supported systems and
> hardware. There may be a final 2.8 release to incorporate new drivers
> and features for those unable to upgrade.
>
> Abbreviated Changelog:
> (Full changelog at:
> https://github.com/LinuxCNC/linuxcnc/blob/v2.9.1/debian/changelog
>
> Merge 150+ pull requests
> Adding Limit_Axis Component
> Added user space HAL component for publishing HAL values to a MQTT broker.
> carousel.comp: Add direct position control for stepgen and encoder modes
> Add Mesa 7I94T, 7I97T, 7I76EU, 7i96S card support
> Add scaled sum component.
> Add anglejog component.
> mesa_modbus: New Driver framework
> hal_gpio: Generic GPIO driver for any platform supporting libgpiod
> docs: Add manpage for emccalib
> halcompile: Accept hal pins of type “port”
> G71 - G72 updates
> Add OutM simple output module support
> docs - Hundreds of updates
> Fix “userspace” vs “realtime” nomenclature
> gladevcp: - Many Updates
> glcannon - Many Updates
> gmoccapy - Many, Many Updates
> hal_glib - Several Updates
> halcompile: Add command line arguments to provide compile and link flags
> halscope: Several updats
> homing: Fix for #2169 introduced #2308.
> homing.c: Apply suggested fix for #2629 and #2388 Fix suggested by
> yuyue2013
> hostmot2 bspi: sanity-check that channel echo enable matches receive
> buffer present
> interpmodule: add interpreter.active_spindle property
> interpmodule: fix “speed” property
> Issue #1232: Fixed
> Issue #1747: Fixed
> Issue #2169: Fixed
> Issue #2483. Partially ficed
> limit_axis: - New component
> mb2hal Several Updates
> qt5_graphics - Several Updates
> qtaxis - Several Updates
> qtdagon - 100+ Updates
> qtplasmac - 100+ Updates
> qttouchy -fix sample config loading error, remove MPG selection buttons
> qtvcp - 200+ updates
> qtvcp –mdi_line: fix multi axes movement Addresses Closes: #1053251
> RS274: M5 default to all spindles.
> sims: fix startup issues in axis sims
> sims: fix startup issues in qtvcp sims
> sims: update and tidy qtplasmac sim
>
> This release contains contributions from the following authors:
>
> ALatSMT Alec Ari Alexey Starikovskiy Alex Lait alkabal Allan Nordhøy
> Ambr Enzs Andreas Christoffersen André Litfin Andrew Downing
> andrewheeler82 Andrew Kyrychenko Andrii Podanenko andy pugh Arvid
> Brodin Asle Næss Benson Muite Billy Soto Bob Bond Bruno Lualdi Bryce
> Johnson ButterflyOfFire cascade256 Chad A. Woitas Chadly chris Chris
> Morley Chris Nisbet Chris Radek cnc Colten Edwards Csa söl Curtis
> Dutton d2inventory Damian Wrobel damiodj Daniel Rogge david Davide
> Cerati ddlu ddotldot DerAndere Dewey Garrett D.L Dmitry S. aka D.L D.
> Mueller Egor Komogortsev ekam230 Ernesto Lo Valvo freddii Greg Carl
> Gunnar Wolf Hakan Kaner Hannah Lau Hans Unzner Håvard F. Aasen Håvard
> Flaget Aasen Horváth Csaba htasta Ihor Oliinyk issyvarsano Jan Mrázek
> JanneK Jan Roters jb0 Jeff Epler Jérémie Tarot Jerry Trantow
> J.M.Garcia John Morris John Thornton Jose Manuel Garcia de Torres
> joseph calderon Juraj Adamkovic Kale Yuzik Klaus Naumann Leonardo
> Daniel Marsaglia luz paz Mark Markus Mark van Doesburg Martin Kaplan
> Mateusz Konieczny Matthew Johnston Matthias Michael Langer Michael
> Stellmacher mk2 Moses McKnight mwork NhanPham nicokid Nicola
> Quargentan nicolas Nikita Shubin noel Norbert Schechner oMtQB4 pc179
> Peter C Wallace Peter Müller Petr Menšík Petteri Aimonen Petter
> Reinholdtsen Phillip A Carter Rainer Stelzer Rene Hopf Rob Clegg
> Robert W. Ellenberg Robin Szemeti Roguish root rpm-build russellgower
> samcoinc Sascha Ittner Sebastian Kuzminsky simaoamorim snowgoer540
> spike Steffen Möller sundtek Sync Tim Blume Tinic Uro Toni Laiho Trần
> Ngọc Quân TRothfelder Ulices whatawhiz yohsuke zz912 Александр
> Макарчук Дмитрий トトも 大宝剑 陈浩
>
>
>
> --
> atp
> "A motorcycle is a bicycle with a pandemonium attachment and is
> designed for the especial use of mechanical geniuses, daredevils and
> lunatics."
> — George Fitch, Atlanta Constitution Newspaper, 1912
>
>
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] InRelease missing for hioghlab2

2023-11-04 Thread Thomas J Powderly

Hello

I used S sudo apt update  to update repos

and got warning

W: Skipping acquire of configured file '2.9-uspace/binary-i386/Packages' 
as repository 'http://buildbot2.highlab.com/debian buster InRelease' 
does not seem to provide it (sources.list entry misspelt?)


I was preparing to add  a newer KiCad so I could view some files 
requiring newer version.


I looked at the repo site and saw dists/InRelease and ...dists/Release

What to do?

thx TomP



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] LinuxCNC 2.9 is Released

2023-11-04 Thread John Dammeyer
Thanks to everyone who worked on this.  I do understand just how much is 
involved to get to a new release.

First question on this subject then.  My LinuxCNC on the Pi4 is 2.8.4 on 
Buster.  A sudo apt-get update does update some files but then says other paths 
won't be valid for 17 days and some hours, minutes and seconds.

Therefore doing a sudo apt-get upgrade again upgrades some files but also 
reports path not found.

How does one upgrade a Pi4 running LinuxCNC without building the OS from 
scratch?

Thanks
John


> -Original Message-
> From: andy pugh [mailto:bodge...@gmail.com]
> Sent: November 4, 2023 5:39 PM
> To: Enhanced Machine Controller (EMC)
> Subject: [Emc-users] LinuxCNC 2.9 is Released
> 
> LinuxCNC 2.9.1 has been released
> 
> (there was no 2.9.0 release)
> 
> This marks a major new release of LinuxCNC.
> 
> Due to the difficulty of supporting both Python3 and Python2 and
> various out-of-date libraries the 2.9 release of LinuxCNC is only
> supported in Debian Buster or later, Ubuntu Focal and later and
> Rasbian 12 and later. Furthermore we are no longer building any 32-bit
> versions of any packages.
> 
> This update is recommended to all users of supported systems and
> hardware. There may be a final 2.8 release to incorporate new drivers
> and features for those unable to upgrade.
> 
> Abbreviated Changelog:
> (Full changelog at:
> https://github.com/LinuxCNC/linuxcnc/blob/v2.9.1/debian/changelog
> 
> Merge 150+ pull requests
> Adding Limit_Axis Component
> Added user space HAL component for publishing HAL values to a MQTT
> broker.
> carousel.comp: Add direct position control for stepgen and encoder modes
> Add Mesa 7I94T, 7I97T, 7I76EU, 7i96S card support
> Add scaled sum component.
> Add anglejog component.
> mesa_modbus: New Driver framework
> hal_gpio: Generic GPIO driver for any platform supporting libgpiod
> docs: Add manpage for emccalib
> halcompile: Accept hal pins of type �port�
> G71 - G72 updates
> Add OutM simple output module support
> docs - Hundreds of updates
> Fix �userspace� vs �realtime� nomenclature
> gladevcp: - Many Updates
> glcannon - Many Updates
> gmoccapy - Many, Many Updates
> hal_glib - Several Updates
> halcompile: Add command line arguments to provide compile and link flags
> halscope: Several updats
> homing: Fix for #2169 introduced #2308.
> homing.c: Apply suggested fix for #2629 and #2388 Fix suggested by
> yuyue2013
> hostmot2 bspi: sanity-check that channel echo enable matches receive
> buffer present
> interpmodule: add interpreter.active_spindle property
> interpmodule: fix �speed� property
> Issue #1232: Fixed
> Issue #1747: Fixed
> Issue #2169: Fixed
> Issue #2483. Partially ficed
> limit_axis: - New component
> mb2hal Several Updates
> qt5_graphics - Several Updates
> qtaxis - Several Updates
> qtdagon - 100+ Updates
> qtplasmac - 100+ Updates
> qttouchy -fix sample config loading error, remove MPG selection buttons
> qtvcp - 200+ updates
> qtvcp �mdi_line: fix multi axes movement Addresses Closes: #1053251
> RS274: M5 default to all spindles.
> sims: fix startup issues in axis sims
> sims: fix startup issues in qtvcp sims
> sims: update and tidy qtplasmac sim
> 
> This release contains contributions from the following authors:
> 
> ALatSMT Alec Ari Alexey Starikovskiy Alex Lait alkabal Allan Nordh�y
> Ambr Enzs Andreas Christoffersen Andr� Litfin Andrew Downing
> andrewheeler82 Andrew Kyrychenko Andrii Podanenko andy pugh Arvid
> Brodin Asle N�ss Benson Muite Billy Soto Bob Bond Bruno Lualdi Bryce
> Johnson ButterflyOfFire cascade256 Chad A. Woitas Chadly chris Chris
> Morley Chris Nisbet Chris Radek cnc Colten Edwards Csa s�l Curtis
> Dutton d2inventory Damian Wrobel damiodj Daniel Rogge david Davide
> Cerati ddlu ddotldot DerAndere Dewey Garrett D.L Dmitry S. aka D.L D.
> Mueller Egor Komogortsev ekam230 Ernesto Lo Valvo freddii Greg Carl
> Gunnar Wolf Hakan Kaner Hannah Lau Hans Unzner H�vard F. Aasen H�vard
> Flaget Aasen Horv�th Csaba htasta Ihor Oliinyk issyvarsano Jan Mr�zek
> JanneK Jan Roters jb0 Jeff Epler J�r�mie Tarot Jerry Trantow
> J.M.Garcia John Morris John Thornton Jose Manuel Garcia de Torres
> joseph calderon Juraj Adamkovic Kale Yuzik Klaus Naumann Leonardo
> Daniel Marsaglia luz paz Mark Markus Mark van Doesburg Martin Kaplan
> Mateusz Konieczny Matthew Johnston Matthias Michael Langer Michael
> Stellmacher mk2 Moses McKnight mwork NhanPham nicokid Nicola
> Quargentan nicolas Nikita Shubin noel Norbert Schechner oMtQB4 pc179
> Peter C Wallace Peter M�ller Petr Men��k Petteri Aimonen Petter
> Reinholdtsen Phillip A Carter Rainer Stelzer Rene Hopf Rob Clegg
> Robert W. Ellenberg Robin Szemeti Roguish root rpm-build russellgower
> samcoinc Sascha Ittner Sebastian Kuzminsky simaoamorim snowgoer540
> spike Steffen M�ller sundtek Sync Tim Blume Tinic Uro Toni Laiho Tr?n
> Ng?c Qu�n TRothfelder Ulices whatawhiz yohsuke zz912 ?
>  ??? ??? ??? ??
> 
> 
> 
> --
> atp
> "A motorcycle is a bicycle