Hi,
I accidentally delete the ./tegrastats file on my TX2, so I can not use sudo ./tegrastats to profile some basic information about GPU when using the TX2. When I use “sudo ./tegrastats”, it just indicates: “sudo: ./tegrastats: command not found”. I don’t know how to solve this problem, how can I download the proper version of the tegrastats file.
When I enter: head -n 1 /etc/nv_tegra_release
It displays: # R28 (release), REVISION: 2.1, GCID: 11272647, BOARD: t186ref, EABI: aarch64, DATE: Thu May 17 07:29:06 UTC 2018
When I enter: cat /etc/lsb-release
The information is:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION=“Ubuntu 16.04.6 LTS”
Does anyone can tell me how to solve this problem? Thank you so much!