We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reporting success with the fork https://github.com/zlacelle/gtop on my Jetson Nano with sudo gtop --tx2
sudo gtop --tx2
Installation steps for that fork:
gtop.hh
const std::string TEGRASTATS_PATH = "/usr/bin/tegrastats"; const std::string TEGRASTATSFAKE_PATH = "/usr/local/bin/tegrastats_fake";
sudo cp tegrastats_fake /usr/local/bin
make
sudo chown root: gtop; sudo mv gtop /usr/local/bin
alias gt='sudo gtop --tx2'
The text was updated successfully, but these errors were encountered:
Also got success on the Jetson Nano, though I had to install ncurses first with apt install libncurses5.
ncurses
apt install libncurses5
Sorry, something went wrong.
No branches or pull requests
Reporting success with the fork https://github.com/zlacelle/gtop on my Jetson Nano with
sudo gtop --tx2
Installation steps for that fork:
gtop.hh
as follows:sudo cp tegrastats_fake /usr/local/bin
make
sudo chown root: gtop; sudo mv gtop /usr/local/bin
alias gt='sudo gtop --tx2'
The text was updated successfully, but these errors were encountered: