machinekit / machinekit-hal

Universal framework for machine control based on Hardware Abstraction Layer principle
https://www.machinekit.io
Other
108 stars 62 forks source link

Latest hm2 hostmot2 firmware for mesanet cards #103

Open ArcEye opened 6 years ago

ArcEye commented 6 years ago

Issue by machinekoder Thu Jan 25 10:32:12 2018 Originally opened as https://github.com/machinekit/machinekit/issues/1351


What is the latest firmware (source) for the mesanet cards possibly with hardware threads synchronization (https://github.com/machinekit/machinekit/issues/687)?

I'm using the latest source tree from the mesanet website and it works, but I was not sure if there is anything newer as I will start to work on new features shortly.

ArcEye commented 6 years ago

Comment by ArcEye Thu Jan 25 10:49:14 2018


Linuxcnc have done a bit on smart serial recently plus some other fixes https://github.com/LinuxCNC/linuxcnc/commits/master/src/hal/drivers/mesa-hostmot2

Will need to check that all changes are relevant to us. You particularly need to be aware of the thread period stuff changing with multicore.

If you just copy the hostmot2.c file across, it will not work with Machinekit. https://github.com/machinekit/machinekit/commit/bd6c9a55ce610a5c73c97a49b7ba3eb3e1d106ad#diff-7d9da9f3383bdf41ad3e4e4163cd607f

ArcEye commented 6 years ago

Comment by ArcEye Thu Jan 25 10:56:44 2018


Just spotted firmware so ignore the above.

I am still using the original firmware on my cards because it works. :)