Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-04 Thread Sebastian Kuzminsky
On 8/4/23 14:09, gene heskett wrote: On 8/4/23 14:14, marcus.bow...@visible.eclipse.co.uk wrote: I have just managed to buy an 8Gb Pi 4 and had hoped to run LinuxCNC into my 7i96S for my small CNC lathe. I would be disappointed if LinuxCNC on the Pi is not currently being supported.

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-04 Thread gene heskett
...@gmail.com] Sent: August 3, 2023 1:20 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] LinuxCNC build on BeagleBoneBlack On Wed, 2 Aug 2023 at 17:51, Thomas J Powderly wrote: > Is there an explanation of gpiod? It's a replacement for the sysfs interface for gpio (wh

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-04 Thread andy pugh
On Fri, 4 Aug 2023 at 17:50, John Dammeyer wrote: > I ask because I also have a 1GB Pi4 with a MESA 7i92H as a desktop play toy. > I think the 1GB is a bit small for LinuxCNC but so far it has worked. I'm > not sure whether support for LinuxCNC on the PI4 has also gone by the wayside? 1GB

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-04 Thread marcus . bowman
pugh [mailto:bodge...@gmail.com] Sent: August 3, 2023 1:20 AM To: Enhanced Machine Controller (EMC) Subject: Re: [Emc-users] LinuxCNC build on BeagleBoneBlack On Wed, 2 Aug 2023 at 17:51, Thomas J Powderly wrote: > Is there an explanation of gpiod? It's a replacement for the sysfs interf

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-04 Thread Chris Albertson
e...@gmail.com] >> Sent: August 3, 2023 1:20 AM >> To: Enhanced Machine Controller (EMC) >> Subject: Re: [Emc-users] LinuxCNC build on BeagleBoneBlack >> >> On Wed, 2 Aug 2023 at 17:51, Thomas J Powderly wrote: >> >>> Is there an explanation of gpiod? &

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-04 Thread John Dammeyer
3 1:20 AM > To: Enhanced Machine Controller (EMC) > Subject: Re: [Emc-users] LinuxCNC build on BeagleBoneBlack > > On Wed, 2 Aug 2023 at 17:51, Thomas J Powderly wrote: > > > Is there an explanation of gpiod? > > It's a replacement for the sysfs interface for gpio (w

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-03 Thread Thomas J Powderly
Thx Andy hahhaha 1st I see 'sysfs is deprecated' notice, so I need background fer sure/ I see in and out lists parsed to argv[n] (i suppose_. I went a different route and parsed the hal to generate a config file. In the net section, i put in a begin and end token in comments surrounding

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-03 Thread andy pugh
On Wed, 2 Aug 2023 at 17:51, Thomas J Powderly wrote: > Is there an explanation of gpiod? It's a replacement for the sysfs interface for gpio (which hal_pi_gpio uses, for example). There is an article about it here: https://lloydrochester.com/post/hardware/libgpiod-intro-rpi/ I have a

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-02 Thread Thomas J Powderly
Andy , hello Is there an explanation of gpiod? I've been working on a generic module for anything that Arduino IDE talks to serially. I use the net section of the .hal to config everything, Only DI DO AI AO and PO ( pwm out ) pins are respected. thx TomP On 8/2/23 20:40, andy pugh wrote:

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-02 Thread alanmthomason--- via Emc-users
ble 19.09.1-3 all -Original Message- From: andy pugh Sent: Wednesday, August 2, 2023 9:40 AM To: Enhanced Machine Controller (EMC) Cc: alanmthoma...@icloud.com Subject: Re: [Emc-users] LinuxCNC build on BeagleBoneBlack On Wed, 2 Aug 2023 at 02:13, alanmthomason--- via Emc-users wrote:

Re: [Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-02 Thread andy pugh
On Wed, 2 Aug 2023 at 02:13, alanmthomason--- via Emc-users wrote: > 2. When I perform the configure, is there a way to specify the BBB? > I'm trying to figure out how the compile process would bring in > src/hal/driver/hal_bb_gpio.c It might be automatic, the modules should be built for

[Emc-users] LinuxCNC build on BeagleBoneBlack

2023-08-01 Thread alanmthomason--- via Emc-users
Hi All. I am working on building LinuxCNC on the BeagleBone Black. It does build, but the test sequence does not complete and I see some fails in the output, and the test sequence hangs. Questions 1. Do these test fails indicate known issues or point to problems that I need to