From e03e0d93605e10558825a149d9816978a377ba4e Mon Sep 17 00:00:00 2001 From: GDWR Date: Sat, 3 Feb 2024 15:58:12 +0000 Subject: [PATCH] Always use Orin model in emulation --- scripts/tegrastats | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/tegrastats b/scripts/tegrastats index 2e030e6..28dea52 100755 --- a/scripts/tegrastats +++ b/scripts/tegrastats @@ -134,6 +134,8 @@ main() IS_SUDO=true fi + JETSON_MODEL="Orin" + while true; do # Print output tegrastats if $IS_SUDO ; then