You are here

Vesc_tool running error

1 post / 0 new
kwlimm
Offline
Last seen: 4 years 2 months ago
VESC Original
Joined: 2020-01-19 08:54
Posts: 1
Vesc_tool running error

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]