XBMC: Difference between revisions

155 bytes added ,  6 years ago
Line 118:
== LibreElec Shutdown Button ==
[[File:Pi shutdown switch.png|thumb|right]]
Source: [https://forum.libreelec.tv/thread/1754-problem-installing-pi-tools-addon/ libreelec.tv], [https://lowpowerlab.com/forum/atxraspi/libreelec-python-script/ lowpowerlab.com], [https://wiki.libreelec.tv/config.txt libreelec.tv]
 
*Install Raspberry Pi Tools from libreELEC UI:
Line 165:
chmod +x shutdown_pi.py
chmod +x autostart.sh
 
* Enable UART for the Status LED:
mount -o remount,rw /flash
nano /flash/config.txt
enable_uart=1
 
* Reboot