mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +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
|
fi
|
||||||
if [ "${LIBREELEC_PROJECT}" = "RPi" ]; then
|
if [ "${LIBREELEC_PROJECT}" = "RPi" ]; then
|
||||||
echo "RPi Hardware Revision: $(vcgencmd otp_dump | grep 30: | cut -d: -f2)"
|
echo "RPi Hardware Revision: $(vcgencmd otp_dump | grep 30: | cut -d: -f2)"
|
||||||
|
echo "RPi $(vcgencmd get_throttled)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat_file "${LOG_FILE}"
|
cat_file "${LOG_FILE}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user