Server Monitor + Armbian
Hi guys,
I have successfully installed the Repetier Server on my Orange Pi 5 (Linux 64 bit ARM). Unfortunately I am not able to install the Repetier Server Monitor on the device. When I click on the AppImage file nothing happens ...
I have successfully installed the Repetier Server on my Orange Pi 5 (Linux 64 bit ARM). Unfortunately I am not able to install the Repetier Server Monitor on the device. When I click on the AppImage file nothing happens ...
Comments
When you start it from terminal do you get any messages? Most likely you are just missing a dll file that is normally there. Or it will not work due to 64 bit version and not having any 32 bit libraries.
dpkg --add-architecture armhf
apt-get update
apt-get install libc6:armhf libstdc++6:armhf
cd /lib
ln -s arm-linux-gnueabihf/ld-2.23.so ld-linux.so.3
Source: https://forum.armbian.com/topic/4764-running-32-bit-applications-on-aarch64/
But now I'm getting the error: .AppImage error while loading shared libraries: libz.so: cannot open shared object file: No such file or directory
sudo apt-get install -y zlib1g-dev
and hope it also adds 32 bit version. But that is the package that would install it. Also there should be a non dev version as well.
Did you check if there is a 32 bit version of armbian for your board? 64 bit makes only sense if you have at least 4gb ram, so normally 32 bit is better for low ram boards even if they can run 64 bit.
I might just buy a used MS Surface tablet as it brings the tablet usability and handiness for people to control the printers. Currently got 5 MK3S running on one RPI4+Repetier, will add a 6th soon and couple of V-Cores will get their own Repetier Server soon and then I want a tablet for the workers to start released print files by their own.