Skip to content
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

Report: fork zlacelle/gtop works fine, also with Jetson Nano #8

Open
edrozenberg opened this issue Apr 14, 2019 · 1 comment
Open

Comments

@edrozenberg
Copy link

edrozenberg commented Apr 14, 2019

Reporting success with the fork https://github.com/zlacelle/gtop on my Jetson Nano with sudo gtop --tx2

Installation steps for that fork:

  • Clone from git
  • Modify gtop.hh as follows:
const std::string TEGRASTATS_PATH     = "/usr/bin/tegrastats";
const std::string TEGRASTATSFAKE_PATH = "/usr/local/bin/tegrastats_fake";
  • Copy "fake" bin from source code to local: sudo cp tegrastats_fake /usr/local/bin
  • Compile code with make
  • Copy binary to local with sudo chown root: gtop; sudo mv gtop /usr/local/bin
  • Add alias to .bashrc: alias gt='sudo gtop --tx2'
@vielmetti
Copy link

Also got success on the Jetson Nano, though I had to install ncurses first with apt install libncurses5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants