Jetson: Difference between revisions

From 太極
Jump to navigation Jump to search
Line 75: Line 75:
* [https://wiki.luxcorerender.org/LuxMark_v3 LuxMark]
* [https://wiki.luxcorerender.org/LuxMark_v3 LuxMark]


== Tegrastats Utility ==
== System monitor ==
=== '''jtop''' ===
[https://jetsonhacks.com/2023/02/07/jtop-the-ultimate-tool-for-monitoring-nvidia-jetson-devices/ jtop: The Ultimate Tool for Monitoring NVIDIA Jetson Devices]
<syntaxhighlight lang='bash'>
sudo pip3 install -U jetson-stats
jtop
</syntaxhighlight>
 
=== Tegrastats Utility ===
* [https://docs.nvidia.com/jetson/archives/r34.1/DeveloperGuide/text/AT/JetsonLinuxDevelopmentTools/TegrastatsUtility.html tegrastats]
* [https://docs.nvidia.com/jetson/archives/r34.1/DeveloperGuide/text/AT/JetsonLinuxDevelopmentTools/TegrastatsUtility.html tegrastats]
* [https://docs.nvidia.com/jetson/archives/r34.1/DeveloperGuide/text/AT/JetsonLinuxDevelopmentTools.html Jetson Linux Development Tools]
* [https://docs.nvidia.com/jetson/archives/r34.1/DeveloperGuide/text/AT/JetsonLinuxDevelopmentTools.html Jetson Linux Development Tools]
Line 82: Line 90:
* [https://forums.developer.nvidia.com/t/hardware-decoding-in-mpv-player/75872 Hardware decoding in mpv player]. '''totem''' is gstreamer based.  
* [https://forums.developer.nvidia.com/t/hardware-decoding-in-mpv-player/75872 Hardware decoding in mpv player]. '''totem''' is gstreamer based.  
* https://github.com/jocover/jetson-ffmpeg
* https://github.com/jocover/jetson-ffmpeg
== '''jtop''' ==
[https://jetsonhacks.com/2023/02/07/jtop-the-ultimate-tool-for-monitoring-nvidia-jetson-devices/ jtop: The Ultimate Tool for Monitoring NVIDIA Jetson Devices]
<syntaxhighlight lang='bash'>
sudo pip3 install -U jetson-stats
jtop
</syntaxhighlight>


== swap ==
== swap ==

Revision as of 19:22, 18 May 2023

General information

More

ARMv8, ARMv9

  • https://en.wikipedia.org/wiki/ARM_architecture_family
  • ARMv8 is an ARM instruction set architecture announced in 2011. It brought a large number of fundamental changes to the instruction set, including the introduction of 64-bit operating capabilities. ARMv8 architecture uses two execution states, AArch32 and AArch64. As the names imply, one is for running 32-bit code and one for 64-bit.
  • After ARMv8, which was introduced in 2011, ARM introduced ARMv9 architecture.
  • According to ARM, some of the major new features of the ARMv9-A architecture include Realm Management Extension (RME) and Embedded Trace Extension (ETE) and Trace Buffer Extension (TRBE).
  • Apple M1 chip or M2 chip is based on ARMv8.5-A instruction set architecture.

Vs Raspberry Pi 4

The two motherboard are similar:new Raspberry Pi has the same arch and almost the same processor (nvidia one is older). VLC doesn’t work on Nvidia Jetson Nano

Get started

Hello AI World

* https://github.com/dusty-nv/jetson-inference

Ubuntu 20.04

Install Ubuntu 20.04 on Jetson Nano

Tips

Boot from USB

Low memory problem in Jetson nano

* Low memory problem in Jetson nano

GPU benchmark

* Nvidia Jetson Nano Review and Benchmark * Glmark2. Glmark2 is an OpenGL 2.0 and ES 2.0 benchmark. glmark2 is a cross-platform tool that can be used to test the performance of the GPU on both platforms with and without CUDA cores. ** sudo apt-get install glmark2 * LuxMark

System monitor

jtop

jtop: The Ultimate Tool for Monitoring NVIDIA Jetson Devices

sudo pip3 install -U jetson-stats
jtop

Tegrastats Utility

Hardware acceleration

swap

Alternative OS

https://forums.developer.nvidia.com/t/alternative-os/75649

LineageOS

ARES: aurora retro entertainment system