File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 11<div  align =" center " >
22  <img  height =" 100 "  src =" assets/logo.png " />
3-   <h2 > TUI monitoring tool (top like)  for Nvidia jetson boards </h2 >
3+   <h2 > TUI for monitoring  Nvidia jetson boards </h2 >
44  <img  src =" https://github.com/pythops/tegratop/assets/57548585/69663d3a-53df-4f3f-a89e-3ed4b1a1dca7 " />
55
66</div >
@@ -32,12 +32,6 @@ Run the following command:
3232cargo build --release
3333``` 
3434
35- Then run ` strip `  to reduce the size of the binary
36- 
37- ``` shell 
38- strip target/aarch64-unknown-linux-gnu/release/tegratop
39- ``` 
40- 
4135This will produce an executable file at ` target/release/tegratop `  that you can copy to a directory in your ` $PATH ` .
4236
4337#### Cross compilation  
@@ -46,20 +40,13 @@ Make sure you have those dependencies installed:
4640
4741-  [ cross] ( https://github.com/cross-rs/cross ) 
4842-  [ podman] ( https://github.com/containers/podman ) 
49- -  [ aarch64-linux-gnu-strip ] ( https://command-not-found.com/aarch64-linux-gnu-strip ) 
5043
5144then run the following command to build:
5245
5346``` shell 
5447CROSS_CONTAINER_ENGINE=podman cross build --target=aarch64-unknown-linux-gnu --release
5548``` 
5649
57- Finally, run ` strip `  to reduce the size of the binary
58- 
59- ``` 
60- aarch64-linux-gnu-strip target/aarch64-unknown-linux-gnu/release/tegratop 
61- ``` 
62- 
6350## 🪄 Usage  
6451
6552run ` tegratop `  with sudo to get full the stats, otherwise some information might not show
@@ -68,8 +55,6 @@ run `tegratop` with sudo to get full the stats, otherwise some information might
6855$ sudo tegratop 
6956``` 
7057
71- ℹ️ If certain information is not displayed, you can check the file ` /tmp/tegratop.log ` 
72- 
7358## ⚖️ License  
7459
7560GPLv3
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments