[Machinekit] HM2 Clocking

2020-07-18 Thread Cameron McQuinn
Hi all, I am looking to gain a better understanding of how the clocking for the Hostmot2 firmware works in mksocfpga. In the Vivado block diagram, the hostmot2_ip_wrap module has 3 clock ports: clklow, clkmed, and clkhigh. The TCL scripts to generate the Vivado projects all connect clklow and c

Re: [Machinekit] Travis CI builds of machinekit-cnc

2020-04-09 Thread Cameron McQuinn
llow along with what I have been doing at cmcquinn/machinekit-hal <https://github.com/cmcquinn/machinekit-hal> and cmcquinn/machinekit-cnc <https://github.com/cmcquinn/machinekit-cnc>. Regards, Cameron McQuinn On Sunday, March 22, 2020 at 8:00:20 AM UTC-6, ce...@tuta.io wrote: &

[Machinekit] Travis CI builds of machinekit-cnc

2020-03-21 Thread Cameron McQuinn
What is the status of Travis CI builds for machinekit-cnc? I would love to help get this going if needed. Let me know how I can help :) Thanks, Cameron McQuinn -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this

[Machinekit] Machinekit on Snickerdoodle: Joint Following Error

2018-12-31 Thread Cameron McQuinn
I am trying to get MachineKit with hm2-soc running on the Snickerdoodle. So far, I have a bitstream for the FPGA and a configuration for Machinekit and for QtQuickVcp. I can launch qtquickvcp on the Snickerdoodle, and then connect to it with MachinekitClient. However, any attempt to home the sy

Re: [Machinekit] mklauncher "Can not find -sec DISPLAY -var INTRO_GRAPHIC"

2018-08-11 Thread Cameron McQuinn
Thanks for your help in pointing out the cause of the error. I changed back to kernel 4.9 and that fixed the issue. Cameron On Wednesday, August 8, 2018 at 1:38:19 AM UTC-6, Schooner wrote: > > > On 08/08/18 03:43, Cameron McQuinn wrote: > > ..was able to successfully s

[Machinekit] mklauncher "Can not find -sec DISPLAY -var INTRO_GRAPHIC"

2018-08-07 Thread Cameron McQuinn
Hi everyone, I am trying to run a qtquickvcp-based config on my Snickerdoodle, but the launch fails. The linuxcnc_debug.txt file records the error "Can not find -sec DISPLAY -var INTRO_GRAPHIC". The config I am using is based of the ones created by MIchael Brown, and can be found in this

[Machinekit] Re: Zynq uSD Image Generation

2018-02-21 Thread Cameron McQuinn
Hi Doc, I also have a Snickerdoodle, and am working on getting Machinekit running on it. It still has a long ways to go before it is functional, but I am making progress. I wrote up some instructions for how I built my rootfs, and posted them in a gist

[Machinekit] Re: RTAPI app terminates on startup

2017-11-11 Thread Cameron McQuinn
address in the bitfile design. > > Thanks for the awesome work. > > Regards, > > -automata > > On Friday, November 3, 2017 at 1:23:34 AM UTC+5:30, Cameron McQuinn wrote: >> >> Hi automata, >> >> With regards to Linux, I have actually switched f

Re: [Machinekit] RTAPI app terminates on startup

2017-11-11 Thread Cameron McQuinn
r kbuild configuration for > CONFIG_PREEMPT_RT? > > John > > > On 11/02/2017 02:39 PM, Cameron McQuinn wrote: > > In order to avoid having to deal with compiling from source, I made a > > Debian Jessie rootfs using qemu-debootstrap, and got it up and running > > o

[Machinekit] Re: RTAPI app terminates on startup

2017-11-02 Thread Cameron McQuinn
and read > back the data sent. So I think hm2 fpga i.e., mksocfpga is working. > > Further I want to fall inline with the machinekit way of doing things. > i.e., use the mainline kernel and debian jessie or stretch filesystems and > U-boot-spl instead of Xilinx fsbl for the first

Re: [Machinekit] RTAPI app terminates on startup

2017-11-02 Thread Cameron McQuinn
rsday, November 2, 2017 at 9:57:23 AM UTC-6, John Morris wrote: > > > > On 10/20/2017 12:51 PM, Cameron McQuinn wrote: > [...] > > > > I managed to compile MachineKit from source, and am trying to start it > > using the 5i25-zynq configuration (I don't actuall

[Machinekit] RTAPI app terminates on startup

2017-10-20 Thread Cameron McQuinn
Hi everyone, I am trying to get MachineKit running on a Snickerdoodle Black dev board from Krtkl. My goal is to eventually get mksocfpga running and build a 3D printer controlled remotely via MachineFace. I managed to compile MachineKit from source, and am trying to start it using the 5i25-zyn