masterluke wrote:Can this be updated to more recent openelecs? Any thoughts on how?
Compile OpenELEC on your normal computer.
Afterwards you will have a file with a name like OpenELEC-RPi.arm-devel-20120623213722-r1.system in the subdirectory /target
Transfer that file to your Pi and extract there.
- Code: Select all
sudo apt-get install squashfs-tools
sudo unsquashfs -d /opt/OpenELEC name-of-your-file.system
(the startup script is in /usr/bin and will not be overwritten.)
Instead of compiling yourself, you can probably also download a precompiled version somewhere. Just search for the system file, which will most likely reside on the FAT partition if you download a SD card image.

