Posts by IceBear

    IceBear Afaik the official LE repo is not populated for RK yet.

    I have ADDON_SERVER_URL overwritten in my ~/.libreelec/.options

    otherwise it will default to LE repo.

    I rebuilt LibreELEC from your master branch and changed

    In file http://LibreELEC.tv/distributions/LibreELEC/options

    ADDON_SERVER_URL="http://raybuntu.libreelec.tv/addons/"

    My packages/mediacenter/kodi/config/repository.rbrepo/addon.xml file also shows

    Code
    <addon id="repository.rbrepo"
    name="RB Add-ons"
    version="9.0.6"
    provider-name="Raybuntu">
    <extension point="xbmc.addon.repository"
    name="RB Add-ons">
    <info>http://raybuntu.libreelec.tv/addons//9.0.6/RK3328/arm/addons.xml.gz</info>
    <checksum>http://raybuntu.libreelec.tv/addons//9.0.6/RK3328/arm/addons.xml.gz.md5</checksum>
    <datadir zip="true">http://raybuntu.libreelec.tv/addons//9.0.6/RK3328/arm</datadir>
    </extension>

    But I still can't connect to RB Add-ons repo.

    Tried compiling RK3328 z28 and trn9.

    I can only open this link with a double '9.0.6' on a web browser - Index of /addons/9.0.6/9.0.6/RK3328/arm/

    Any further help?

    GDPR-1

    If I build LibreELEC for other RK3328 devices from your repo like

    Code
    PROJECT=Rockchip DEVICE=RK3328 ARCH=arm UBOOT_SYSTEM=box make imagePROJECT=Rockchip DEVICE=RK3328 ARCH=arm UBOOT_SYSTEM=box-trn9 make imagePROJECT=Rockchip DEVICE=RK3328 ARCH=arm UBOOT_SYSTEM=box-z28 make image

    then I can't connect to the RB Repo.

    Also building from LibreELEC main branch, the LibreELEC Repo can't connect even if Rockchip support has recently been merged into the main branch.

    Your RK3328 Rock64 images can connect correctly to repo's but how to do it for the other devices if I build myself?

    Thanks