From 46d0d5396c38581dd3084c57ba7c325f79aabd1e Mon Sep 17 00:00:00 2001 From: jetsonhacks Date: Sat, 11 Jul 2020 21:10:39 -0700 Subject: [PATCH] Cleanup readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f9c7c7e..2308211 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Get information about the NVIDIA Jetson OS environment on NVIDIA Jetson Developm The information about the NVIDIA Jetson Development Kit operating system is spread over a few files. This is a handy tool to use for reference. The Python script jetsoninfo.py will list the hardware, version of L4T that is running, Ubuntu version, and the Linux kernel revision. To execute: - +``` $ python jetsonInfo.py - +``` or - +``` $ ./jetsonInfo.py - +``` The hardware designator is derived from the file: '/proc/cpuinfo' The L4T version is derived from the file: '/etc/nv_tegra_release'