03-01-2015, 12:38 AM
(02-28-2015, 10:09 PM)worktycho Wrote: The raspberry pi build is aimed at the pi 1 which uses an ARMv7 processor. The pi 2 uses an ARMv9 processor which has proved in practise to not be backwards compatible to the ARMv7 processors. So the pre-built pi build does not work on pi twos. The current recommendation is that you build the server yourself.
I thought that ARMv6 (RPI1) and ARMv7 (RPI2) are compatible architectures and both can run the precompiled server without problem. So, I built the server on my RPI from github source, and everything works now. Lot of thanks!