Open main menu

Changes

X950 software

10 bytes removed, 18:57, 15 June 2021
==[http://openelec.tv/get-openelec OpenElec]==
* Download Stable Openelec 6.0.3 image from http://releases.openelec.tv/OpenELECRPi2.arm-6.0.3.img.gz * Write image to SD card * Boot Openelec * SSH into the Raspberry PI and edit config.txt to include the device tree * mount -o remount,rw /flash * nano /flash/config.txt
<pre>
# audio interfaces
dtparam=i2s=on
</pre>
* Once above changes have been made, then ctrl+x to save. * mount -o remount,ro /flash * reboot 
<!--Add review function! -->