Hi,
I compiled successfully LibreELEC 8.02 source code for GIT using the following commands:
Code
$ git clone https://github.com/LibreELEC/LibreELEC.tv.git
$ git checkout 8.0.2
$ PROJECT=Generic ARCH=x86_64 make image
After several hours, I got the image ("LibreELEC-Generic.x86_64-8.0.2.img.gz") in the target directory and created a usb with LibreELEC USB-SD Creator v1.3.
When I tried to install it on my Intel NUC5i5RYH, I can only see the Kodi splash screen and my NUC is rebooting. This sequence is repeated indefinitely and I cannot have access to the installation screens...
If I'm downloading the 8.0.2 image from the Download page, it works without any problem and I can install LibreELEC.
Can someone tell me if I've done something wrong or a parameter is missing for the compilation?
BR