How to install TeamViewer?

Hi.

I installed Teamview on Jetson TX2 in the following way.

sudo dpkg --add-architecture armhf

sudo apt-get update

sudo dpkg -i teamviewer-host_armhf.deb

sudo apt-get -f install

sudo teamviewer setup

I have confirmed that Team Viewer installation is working normally.

But I tried to run it remotely with TeamViewer, but the mouse and keyboard did not work.

Why?

Hi kangil86,

For TX2 is aarch64, you can’t install “sudo dpkg -i teamviewer-host_armhf.deb” version.
Check teamviewer download center, I don’t find the file support aarch64:
[url]TeamViewer: The Remote Desktop Software

Hi. carolyuu

What is aarch64?
Is not this the toolchain that Ubuntu uses?

Is the toolchain compatible with Jetson TX2 only aarch64?

armhf is the older 32-bit ARMv7-a with hardware floating point (arm32). The TX2 is 64-bit ARMv8-a (arm64/aarch64). There is a compatibility mode armhf possible with the ARMv8-a processors, but one would have to install a lot of compatibility software for it to work, and the performance would be miserable. armhf is not compatible without a lot of modification, and I doubt that modification is available without doing a lot of cross compiling and customization.