Posts by didi82

    Build finished, the error is still present but it only shows 2 times: CJNd

    dmesg is spammed with other errors now:

    Code
    [  141.207178@0] thermal thermal_zone0: temp:44000, hyst:5000, trip_temp:85000, hot:0
    [  141.207920@2] CPU2: Booted secondary processor
    [  142.204784@0] thermal thermal_zone0: temp:-1000, hyst:5000, trip_temp:85000, hot:1
    [  142.274881@1] CPU2: shutdown
    [  143.207151@0] thermal thermal_zone0: temp:44000, hyst:5000, trip_temp:85000, hot:0
    [  143.207862@2] CPU2: Booted secondary processor
    [  146.204764@0] thermal thermal_zone0: temp:-1000, hyst:5000, trip_temp:85000, hot:1
    [  146.274893@1] CPU2: shutdown
    [  147.207181@0] thermal thermal_zone0: temp:44000, hyst:5000, trip_temp:85000, hot:0
    [  147.207895@2] CPU2: Booted secondary processor

    I'll build with the updated amlogic kernel now to see if that gives me the error from post 1.

    I'm building from LE's repo.

    git fetch; git reset --hard origin/libreelec-8.0

    PROJECT=Odroid_C2 ARCH=aarch64 tools/download-tool

    time PROJECT=Odroid_C2 ARCH=aarch64 make release

    I looked through some older logfiles I found on the C2, the error start showing between 19-03-2017 (devel-20170311095253-r25473-g7948131) and 08-04-2017 (devel-20170407183152-r25538-gee22bb0).

    I'll go through the commit history, see if I can find something related.

    Update: I suspect commit linux: update amlogic-3.14 to eb7e852 linux: update amlogic-3.14 to eb7e852 · LibreELEC/LibreELEC.tv@bbdc495 · GitHub. I'm rebuilding now with the previous version. To be continued.

    Odroid C2

    LibreELEC (community) Version: devel-20170603191216-r25678-gf9bce9d

    LibreELEC git: f9bce9dd138544f8ee68e7f3d27f5669ee55baa7

    My dmesg gets spammed with:

    Code
    [  886.465860@0] i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
    [  886.465866@0] i2c i2c-1: token 1, master_no(1) 300K addr 0x51
    [  886.465916@0] i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
    [  886.465921@0] i2c i2c-1: token 1, master_no(1) 300K addr 0x51
    [  886.465970@0] i2c i2c-1: [aml_i2c_xfer] error ret = -5 (-EIO)
    [  886.465975@0] i2c i2c-1: token 1, master_no(1) 300K addr 0x51
    [  886.465980@0] rtc-pcf8563 1-0051: pcf8563_get_datetime: read error

    ZZZf

    kodi.log debug: MRUY

    I have this on both my C2's. I'm a little bit worried that my EMMC wears out

    I don't think it is related, but your SSL certifcate gives an error:

    Hi,

    I've been trying to compile the latest LE from git, but I get an error about missing kodi sources:

    --2017-05-24 09:39:18-- 4f53fb5.tar.gz

    Resolving github.com (github.com)... 192.30.253.113, 192.30.253.112

    Connecting to github.com (github.com)|192.30.253.113|:443... connected.

    HTTP request sent, awaiting response... 302 Found

    Location: 4f53fb5 [following]

    --2017-05-24 09:39:19-- 4f53fb5

    Resolving codeload.github.com (codeload.github.com)... 192.30.253.121, 192.30.253.120

    Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443... connected.

    HTTP request sent, awaiting response... 404 Not Found

    2017-05-24 09:39:19 ERROR 404: Not Found.

    --2017-05-24 09:39:19-- kodi-4f53fb5.tar.gz

    Resolving sources.libreelec.tv (sources.libreelec.tv)... 163.172.166.199

    Connecting to sources.libreelec.tv (sources.libreelec.tv)|163.172.166.199|:80... connected.

    HTTP request sent, awaiting response... 404 Not Found

    2017-05-24 09:39:19 ERROR 404: Not Found.


    Cant't get kodi sources : 4f53fb5.tar.gz

    Try later !!

    Could someone please check?

    I'm building with:

    Code
    git fetch; git reset --hard origin/libreelec-8.0
    PROJECT=Odroid_C2 ARCH=aarch64 tools/download-tool
    time PROJECT=Odroid_C2 ARCH=aarch64 make release