jetsonhacks / jetsonUtilities

Get information about the NVIDIA Jetson OS environment. Lists L4T and JetPack versions, along with major libraries.
Other
202 stars 60 forks source link

Update jetsonInfo.py #6

Closed mseth10 closed 4 years ago

mseth10 commented 4 years ago

Change JETSON_BOARD to JETSON_TYPE to get exact correct information about Jetson devices.

For Jetson Nano, it outputs TX1 which is confusing. NVIDIA Jetson TX1 L4T 32.1.0 [ JetPack 4.2 ] Ubuntu 18.04.2 LTS Kernel Version: 4.9.140-tegra CUDA 10.0.166

With this change, we get: NVIDIA Jetson NANO/TX1 L4T 32.1.0 [ JetPack 4.2 ] Ubuntu 18.04.2 LTS Kernel Version: 4.9.140-tegra CUDA 10.0.166

which is consistent.

mseth10 commented 4 years ago

@jetsonhacks please review