I got an error while running vesc_tool_2.00. I downloaded vesc_tool_free_linux.zip on jetson tx2, and tried to run the files, but it failed. Is there any solutions?
nvidia@tegra-ubuntu:~/vesc-tool$ ./vesc_tool_2.00
bash: ./vesc_tool_2.00: cannot execute binary file: Exec format error
nvidia@tegra-ubuntu:~/vesc-tool$ sudo bash ./vesc_tool_2.00
./vesc_tool_2.00: ./vesc_tool_2.00: cannot execute binary file
nvidia@tegra-ubuntu:~/vesc-tool$ file vesc_tool_2.00
vesc_tool_2.00: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/l, for GNU/Linux 2.6.32, BuildID[sha1]=e85c27f943e0a32d513c7deb6b412982b422812e, not stripped
nvidia@tegra-ubuntu:~/vesc-tool$ readelf -l vesc_tool_2.00 | grep interpreter
[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]