Hi All,
Just to gather some feedback here. I would like to understand if anyone had tried to install OctaPrint with Oodriod's XU4 Single Board Computer?
https://wiki.odroid.com/odroid-xu4/odroid-xu4
I understand the mainstream is installing Octaprint with Raspberry Pi. Hence by using Oodriod XU4, will those plugins designed for Raspberry Pi will work with Oodriod XU4?
Thanks and Regards,
Jackson
Hi
OctoPrint works fine on the XU4.
I would recommend to install a debian or ubuntu based os and then simply run this installation script
The plugins which a specifically designed for a Raspberry Pi mostly won't work - but a lot of them could be adapted to work with the XU4 (for example by changing RPi.GPIO
to Odroid.GPIO
in the python source code of the plugin and modifying pins when necessary)
The rest of the plugins should work without any issues.
1 Like
Hi,
Thank you so much for your valuable input.