sprocket Posted January 21, 2017 Posted January 21, 2017 Ive just gotten a orange pi zero, fairly inexperienced with linux too. Ive been trying to get a distributed.net client running on it. Does anyone know if this is even possible? I tried a few differnt versions (ARMEL, ARM/eabi and ARM/ELF) always get a no such file or directory when trying to run them using ./dnetc Cheers
zador.blood.stained Posted January 21, 2017 Posted January 21, 2017 always get a no such file or directory when trying to run them using ./dnetc This means that you have binary files for the wrong architecture - you need ARM hard float ones or you need to compile them manually from sources.
sprocket Posted January 24, 2017 Author Posted January 24, 2017 Thanks for the help, looks like they dont provide the full source code, but i did manage to get the linux x86 version to work after following this: http://orange314.com/Run_x86_code_on_OPI
Recommended Posts