ARM 64bit

Questions on Installation
Post Reply
dertester
Posts: 2
Joined: Sun Sep 18, 2016 4:08 pm

ARM 64bit

Post by dertester »

Hi,
got myself an odroid C2 that is running a 64bit Linux. I basically followed the rpi instructions and cant start the programms because i get "no such file or directory".

Code: Select all

odroid@odroid-jessie64:~$ uname -a
Linux odroid-jessie64 3.14.78+ #1 SMP PREEMPT Sun Sep 11 13:16:51 CEST 2016 aarch64 GNU/Linux
Anything i can do?
zedonet
Site Admin
Posts: 2156
Joined: Fri Oct 06, 2006 8:02 am

Re: ARM 64bit

Post by zedonet »

Hello,

probably we would have to compile a version for ARM64. Can you please enter the commands

file setup
ldd setup
lscpu

in a "Terminal" window (change directory to the TurboPrint installation directory) and post the results?
dertester
Posts: 2
Joined: Sun Sep 18, 2016 4:08 pm

Re: ARM 64bit

Post by dertester »

Thanks!

it would be awesome to get an arm64 package. Im dont think the arm64 rep has packages for 32bit support like desktop versions available.

Code: Select all

odroid@odroid-jessie64:~/dev/turboprint-2.37-1$ file setup
setup: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 2.6.26, BuildID[sha1]=cb99a4b8cae974973ff2ecf78baa676115ac974f, stripped


odroid@odroid-jessie64:~/dev/turboprint-2.37-1$ ldd setup
        not a dynamic executable
        

odroid@odroid-jessie64:~/dev/turboprint-2.37-1$ lscpu
Architecture:          aarch64
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    1
Core(s) per socket:    1
Socket(s):             4
CPU max MHz:           1536.0000
CPU min MHz:           100.0000
carsten
Posts: 2
Joined: Wed Apr 21, 2021 6:07 pm

Re: ARM 64bit

Post by carsten »

+1 for an arm64 version.
zedonet
Site Admin
Posts: 2156
Joined: Fri Oct 06, 2006 8:02 am

Re: ARM 64bit

Post by zedonet »

TurboPrint for ARM64 is now available on the TurboPrint download page - select "ARM64" as processor architecture.
Post Reply