I am trying to install teamviewer on an NVIDIA Jetson NX. I have read a lot of posts from the past few years about using the armhf version etc, but now that it looks like there is a version for arm64(not officially supported) I was wondering if anyone had success with this. When I download the package and run the installer I get the following:
Error: Unsupported Architecture:
Could not find /lib/ld-linux.so.2
Could not find lib64/ld-linux-x86-64.so.2
Could not find lib/ld-linux-armhf.so.3.
The Xavier is ARMv8 v8l 64bit.
Has anyone had any luck trying something similar? I can see that there isnt a lib64 folder for it to point at but there is lib/ld-linux-aarch64.so.1. Could I potentially update the scripts to point at this file instead?
Thanks