From 0cab4ec777565b5118114b0d5c648e19cf2472b1 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sun, 28 Feb 2021 19:31:55 +0100 Subject: [PATCH] pastekodi: include get_throttled output on RPi This will quickly tell us if the RPi is suffering from undervoltage or overtemperature issues. Signed-off-by: Matthias Reichl --- packages/mediacenter/kodi/scripts/pastekodi | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mediacenter/kodi/scripts/pastekodi b/packages/mediacenter/kodi/scripts/pastekodi index dafbb93ef6..1c183a6eaa 100755 --- a/packages/mediacenter/kodi/scripts/pastekodi +++ b/packages/mediacenter/kodi/scripts/pastekodi @@ -65,6 +65,7 @@ fi fi if [ "${LIBREELEC_PROJECT}" = "RPi" ]; then echo "RPi Hardware Revision: $(vcgencmd otp_dump | grep 30: | cut -d: -f2)" + echo "RPi $(vcgencmd get_throttled)" fi cat_file "${LOG_FILE}"