Stuck at LibreEelec Community 8.1.2 with LibreElec logo

  • Hi,

    When 8.0.2 released, I complied RPi3 LibreElec kodi skin to my liking and install work perfectly. Now, when I try to do the same with 8.1.2 beta, complied successful. I was able to see the first screen about "do not power off", then second screen w/rainbow boot screen for a second and finally LibreEelec Community 8.1.2 and I'm stuck at that part with LibreElec logo for like hour.

    How do I view debug log ? Will the logs store in SD card that I can plug to computer and view?

    Thanks

    Edited once, last by cat2115 (October 2, 2017 at 1:56 PM).

  • CvH

    Code
    sudo apt update && sudo apt upgrade
    git clean -xfd
    PROJECT=RPi2 ARCH=arm scripts/clean linux
    rm -rf /home/Eva/.ccache-libreelec
    PROJECT=RPi2 ARCH=arm make clean
    git fetch origin
    git reset --hard origin/master

    then git checkout 8.1.2

    finally compile PROJECT=RPi2 ARCH=arm make image


    My 2nd attempt was then delete LibreELEC.tv folder and then re-do the

    Code
    git clone https://github.com/LibreELEC/LibreELEC.tv.git

    but still get stuck at LibreEelec Community 8.1.2 with LibreElec logo.

    I'm using Desktop Ubuntu 16.04 LTS

  • Maybe I'm the editing the "master" version of skin.estuary instead of skin.estuary krypton that's why i'm stuck at at LibreEelec Community 8.1.2 with LibreElec logo?

  • You mean FTP way? What I been doing was create a kodi folder in \projects\RPi2\filesystem\usr\share\kodi

    and inside kodi folder I have 2 folders, addons and media. In addons folder, I have folder skin.estuary. The folder contain my changes.

    That's all I did for 8.0.2 but I guess it's not the same for 8.1.2?