Skip to content

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

@edrozenberg

Description

@edrozenberg

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions