-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Core Dumped #3
Comments
@martinkersner encountered the same error on TX2. Is there something that can be done about it? |
@ankitdhall |
@martinkersner The output on TX2 platform is shown below, hope it helps. no privilege
sudo privilege
|
Hi. I also using jetson TX2 and found the solution for this problem. case TX2:
get_cpu_stats_tx2(ts, stats.at(5));
get_gpu_stats(ts, stats.at(13)); // this part causes the error!
break; Since the output from the case TX2:
get_cpu_stats_tx2(ts, stats.at(5));
get_gpu_stats(ts, stats.at(11)); // changed this part
break; |
I've created a pull request that fixes these issues. The problem is that we're trying to automatically identify the board type based on the argument structure. Now, you can specify on the command line, and it should work. Still needs testing on the TX1 and TK1. |
@zlacelle Did you also include Jetson AGX support ? |
I unfortunately do not have an AGX, so I did not. |
I've created a PR for Xavier. I have some doubts w/ this :
I let You check. anyway it works well now. |
For a minit device I had to change the fields in order to get it working. I think it is a NVIDIA AGX card, but the suggested settings of @MI-LA01 do not work for me. I change the field numbers from 5,9 to 9 and 13: https://github.com/MI-LA01/gtop/compare/master...mdehollander:minit?expand=1 The output of tegrastats is:
|
I compiled gtop for jetson tx2 and I'm getting this output:
The text was updated successfully, but these errors were encountered: