mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 23:17:50 +00:00
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 <hias@horus.com>
This commit is contained in:
parent
fa9da755a1
commit
0cab4ec777
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user