LibreELEC self compiled
Update:
Since there are test images available on https://test.libreelec.tv/ , I won't provide any images myself any longer.
If you want to try these test images, please see the guide in the third post.
The instructions on compiling will stay in the next post, alternatively you could follow the official guide on https://wiki.libreelec.tv/compile , but use
PROJECT=Amlogic DEVICE=AMLGX ARCH=arm UBOOT_SYSTEM=box make image
and flash following the instructions in the third post.
Original Post:
removed
Tagged:
Comments
Instruction on how to compile LibreELEC for LaFrite
Install needed software
Get the code
Necessary modifications
In scripts/uboot_helper lafrite isn't yet present. Run the following to add it or add the lines starting with a "+" (without the "+" itself) before "lepotato"Compile
Flash
Flash either to USB or eMMC connected via USB after running in u-boot. I used Etcher.
Install test image
Unmount and you should be good to go.
What happens on start up of your image? I'm getting the boot text from uboot, then a yellow/orange band at the bottom that flashes up briefly then the screen goes blank...
I'm really excited by this!
Also had a thought, I'm using a 512MB model, what are other people using successfully?
The video out certainly works, I can use other images (like ubuntu) which get proper video display from within linux.
From ssh'ing into libreelec I can see no clear indication that RAM size is the issue, and kodi.log isn't giving me any failure messages to follow up - I expected 512 to be tight for modern libreelec and possibly require a custom build, but this issue where it works without output is weird.
I've rolled back to the same commit as your image quotes to see if I can build the same working image, which will hopefully allow some debugging to be turned on for the build.
This image is 100% stable after full use these days. I have only kept 1 addon for movies, 1 addon for sports, YouTube and twitch add-ons, and Destiny addon as a back up in case something from the above does not work. It runs smooth as a charm, is perfect!! Nice job mate!
Using your image it reliabily seems to boot, resize, reboot, then bring kodi up (can ping, get to the web interface, and if I edit the `extlinux.conf` file I can enable and then use SSH to connect - all while still having a blank screen.
Secondly, the image size is also different for my build, though I suspect, like the sha256 it's quite possible for them not to match and still behave the same when used, so I don't really consider that a fault.
I was thinking a potential point of difference would be/is package versions, as obviously the libreelec code is identical when I'm using the same commit.
I haven't dug out my serial cable to see if there's anything useful sent out the serial port, which is probably the next step.