From 7c3bf4aaa48482cec23e5db9ab637d082ff6dfd3 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Fri, 11 Feb 2022 14:53:10 -0500 Subject: [PATCH] adding the 19th bit --- scripts/extra_info.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/extra_info.sh b/scripts/extra_info.sh index 6ef5661..dce9466 100755 --- a/scripts/extra_info.sh +++ b/scripts/extra_info.sh @@ -33,6 +33,9 @@ if echo $binary | grep 1 ;then if [ ${revbinary:18:1} -eq 1 ];then echo "Throttling has occurred" fi + if [ ${revbinary:19:1} -eq 1 ];then + echo "Soft temperature limit has occurred" + fi fi echo "....................................Clock Speeds................................" for i in arm core h264 isp v3d uart pwm emmc pixel vec hdmi dpi;do