hey , I know LinuxCNC(Machinekit) can transplant to BeagleBoneBlack(Debian)和Raspberry Pi3(Debian),Now I want to transplant on i.MX6 board,but can’t find more information on internet. I know this is possible, but there is no more information, can you provide some information, thank you very much.
[LinuxCNC/linuxcnc Issue#352] Linuxcnc on i.MX6 board
-
![[gnea/grbl-Mega Issue#1] $ command extentions](https://www.grblhal.com/wp-content/themes/gitphp/timthumb.php?src=https://www.grblhal.com/wp-content/themes/gitphp/assets/img/pic/10.jpg&h=110&w=185&q=90&zc=1&ct=1)
[gnea/grbl-Mega Issue#1] $ command extentions -
![[gnea/grbl-Mega Issue#2] Better interrupt priorities](https://www.grblhal.com/wp-content/themes/gitphp/timthumb.php?src=https://www.grblhal.com/wp-content/themes/gitphp/assets/img/pic/3.jpg&h=110&w=185&q=90&zc=1&ct=1)
[gnea/grbl-Mega Issue#2] Better interrupt priorities -
![[gnea/grbl-Mega Issue#3] ATMega16U2 virtual com port on ATMega2560](https://www.grblhal.com/wp-content/themes/gitphp/timthumb.php?src=https://www.grblhal.com/wp-content/themes/gitphp/assets/img/pic/4.jpg&h=110&w=185&q=90&zc=1&ct=1)
[gnea/grbl-Mega Issue#3] ATMega16U2 virtual com port on ATMega2560 -
![[gnea/grbl-Mega Issue#4] Real-time adjustable feedrates](https://www.grblhal.com/wp-content/themes/gitphp/timthumb.php?src=https://www.grblhal.com/wp-content/themes/gitphp/assets/img/pic/1.jpg&h=110&w=185&q=90&zc=1&ct=1)
[gnea/grbl-Mega Issue#4] Real-time adjustable feedrates
- [gnea/grbl-Mega Issue#1] $ command extentions
- [gnea/grbl-Mega Issue#2] Better interrupt priorities
- [gnea/grbl-Mega Issue#3] ATMega16U2 virtual com port on ATMega2560
- [gnea/grbl-Mega Issue#4] Real-time adjustable feedrates
- [gnea/grbl-Mega Issue#5] question about the download zip contents
- [gnea/grbl-Mega Issue#6] Adding outputs for external state signals
- [gnea/grbl-Mega Issue#7] which g-code sender is being used in grbl-Mega testing?
- [gnea/grbl-Mega Issue#8] Frecuencia y velocidad de avance.
#1 – jepler 于 2017-11-21
This is a place for reporting bugs in the software, not requesting help compiling or using it. Please consider using https://forum.linuxcnc.org/ in the future.
I don’t have any experience with the specific ARM board you mention, but the workflow is the same: Build LinuxCNC from source on the target board or build a debian package on some other system with a compatible architecture and install it.
All ARM boards are incompatible as far as I/O is concerned, so you have to write your own hardware interface code as a HAL component. We welcome pull requests for such components, as long as the contributors are also going to maintain them.