Kodi Community Forum
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) (/showthread.php?tid=298461)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-10-13

(2017-10-12, 19:56)J_E_F_F Wrote: OK, this is really weird, if I comment out arm_freq and/or over_voltage, and reboot, Kodi just freezes, I cannot control it via remote (phone or usb/bluetooth)  if I set arm_freq=1200, the same thing, Kodi freezes and can't be controlled.  Is some other setting here linked/dependent on my arm_freq being 1300?

[pi3]
arm_freq=1300
core_freq=500
gpu_freq=500
dtparam=sd_overclock=83
over_voltage=2
sdram_freq=580
over_voltage_sdram=5
sdram_schmoo=0x02000020

over_voltage allows higher overclocks to be used (both arm side and gpu side).
You've shown that removing the over_voltage has made the gpu overclock unreliable.
Either reduce gpu overlock (core_freq / gpu_freq) or add the over_voltage back in (recommended as you only have a modest over_voltage).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - J_E_F_F - 2017-10-13

(2017-10-13, 14:41)popcornmix Wrote:
(2017-10-12, 19:56)J_E_F_F Wrote: OK, this is really weird, if I comment out arm_freq and/or over_voltage, and reboot, Kodi just freezes, I cannot control it via remote (phone or usb/bluetooth)  if I set arm_freq=1200, the same thing, Kodi freezes and can't be controlled.  Is some other setting here linked/dependent on my arm_freq being 1300?

[pi3]
arm_freq=1300
core_freq=500
gpu_freq=500
dtparam=sd_overclock=83
over_voltage=2
sdram_freq=580
over_voltage_sdram=5
sdram_schmoo=0x02000020

over_voltage allows higher overclocks to be used (both arm side and gpu side).
You've shown that removing the over_voltage has made the gpu overclock unreliable.
Either reduce gpu overlock (core_freq / gpu_freq) or add the over_voltage back in (recommended as you only have a modest over_voltage).

Even if I leave in the over_voltage, if I comment out arm_freq=1300 Kodi freezes upon reboot. Does anything else in there work off a divisor of the arm_freq that is requiring the 1300 to work?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - popcornmix - 2017-10-13

(2017-10-13, 15:07)J_E_F_F Wrote: Even if I leave in the over_voltage, if I comment out arm_freq=1300 Kodi freezes upon reboot. Does anything else in there work off a divisor of the arm_freq that is requiring the 1300 to work?

That makes no sense. The arm has its own PLL and its frequency will not affect any gpu clocks.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-13

New LibreELEC.tv Leia build #1013: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.13.6 #1 Fri Oct 13 21:28:36 BST 2017 armv6l GNU/Linux

# vcgencmd version
Oct 11 2017 23:27:47
Copyright (c) 2012 Broadcom
version e5ad4a8e9f183413eb4f7fc4a7687886c715f739 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171013212730-#1013-g6ad1b5f [Build #1013]

# Kodi version
(18.0-ALPHA1 Git:04c6f03). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (6ad1b5f, changelog) and tip of XBMC master (04c6f03, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.13.y
  • Includes latest bcm2835-driver master (478d637)
  • Includes latest kodi-platform master (36fb493)
  • Includes latest libcec master (8adc786, ahead +26)
  • Includes latest libnfs master (2911afe, ahead +103)
  • Includes latest p8-platform master (a822e19)
  • Includes latest addons: inputstream.adaptive (dde3921), inputstream.rtmp (26260c9), peripheral.joystick (a5cc154, +5), pvr.argustv (23cc0e8), pvr.demo (122dedd), pvr.dvblink (816f90c), pvr.dvbviewer (9765663, +1), pvr.filmon (7a9af25, +1), pvr.hdhomerun (ddfe2cb, +1), pvr.hts (0530971, +15), pvr.iptvsimple (ac4f4bd), pvr.mediaportal.tvserver (fa1069d, +1), pvr.mythtv (8965048), pvr.nextpvr (5b7caa2, +1), pvr.njoy (cc1cb56), pvr.octonet (e9b4c05), pvr.pctv (549f690), pvr.stalker (e15edca), pvr.teleboy (1cf8e96, +2), pvr.vbox (56052da, +1), pvr.vdr.vnsi (2b95ba3, +2), pvr.vuplus (c53478d, +1), pvr.wmc (02edba6, +1), pvr.zattoo (e941bae, +6)
  • Include [env] compare: dmidecode: initial package
  • Include [env] compare: kodi updates
  • Include [env] compare: RTL8812AU: switch repo to aircrack-ng, build RTL8814AU
  • Include [env] patch: RPi/RPi2: enable Broadcom WiFi debugging (see details)
  • Include [env] patch: libcec: don't link non-existant libtinfo
  • Include [env] patch: rev hack for kodi
  • Include [env] patch: tvheadend42: fix makefile patch
  • Include [env] patch: media_build: disable due to conflicts
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Add kodi binary addons (pvr, adsp, inputstream, vfs, other)
  • Include [env] patch: pvr addons: disable broken addons
  • Include [env] PR:1776: Don't cause system to hang on halt/reboot when net-booting
  • Include [env] PR:1791: nss/nspr: include in main image [rfc]
  • Include [env] PR:1978: linux: update to linux-4.13.6
  • Include [env] PR:2002: linux: include HBR and ELD fixes for Intel
  • Include [env] PR:2055: boost: update to 1.65.1, add chrono, date_time, python and random
  • Include [env] PR:2080: buildsystem: more optimisations
  • Include [env] PR:2099: zstd: update to zstd-1.3.2
  • Include [pkg] patch: pvr.vdr.vnsi: fix typos (pvr.vdr.vnsi)
  • Include [pkg] patch: skin.estuary: reduce system info font size (kodi)
  • Include [pkg] PR:234: implement intensity compensation for VC-1 decoding for Ivybridge and better (intel-vaapi-driver)
  • Include [pkg] PR:260: Fix Seeking with VC1 after 6702b01ee3598017f05374bfc7956493f790361c (intel-vaapi-driver)
Build Highlights:
  1. New 4.13.6 kernel
  2. ffmpeg: hevc: Reduce memory a little
  3. RPi UART fixes
  4. pvr.vdr.vsni adapt to OpenGL >= 3.2, with fixes
Build Details:
  1. LibreELEC.tv:
    • RTL8188EU: update to c5113ff (PR:2096, 1 commit, 1 file changed)
    • xorg-server: update to xorg-server-1.19.5 (PR:2097, 1 commit, 1 file changed)
    • fix amlogic and imx install path issues after PR1835 (PR:2098, 3 commits, 5 files changed)
  2. XBMC:
    • VideoPlayer: move addon interface to dedicated folder (PR:12917, 1 commit, 64 files changed)
    • [cmake] allow reading GIT_REV from a VERSION file again (PR:12921, 1 commit, 1 file changed)
  3. pvr.vdr.vnsi:
  4. newclock5:
    • New commits in this build:
      • ffmpeg: hevc: Reduce memory a little (e9afeff1)
    • Updated commits in this build:
      • Revert "[omxplayer] Add ability to dump out audio/video data for later debugging" (0a42074f => d42d73fe)
    • Commits no longer in build:
      • [3DBD] Added support of 3D-BluRay playback. (4bc8ef6a)
  5. kernel 4.13.y:
    • New commits in this build:
      • brcmfmac: add CLM download support (e58d2a77)
      • brcmfmac: request_firmware_direct is quieter (bb112ea6)
      • amba_pl011: Add cts-event-workaround DT property (32a5653e)
      • amba_pl011: Insert mb() for correct FIFO handling (f86df1e8)
      • amba-pl011: Report AUTOCTS capability to framework (c7bd92e5)
      • GPIO and gpio-poweroff clarifications (1e16a536)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2099: zstd: update to zstd-1.3.2
    • Added: [pkg] patch: pvr.vdr.vnsi: fix typos (pvr.vdr.vnsi)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-15

New LibreELEC.tv Leia build #1014: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.13.6 #1 Sat Oct 14 21:04:17 BST 2017 armv6l GNU/Linux

# vcgencmd version
Oct 11 2017 23:27:47
Copyright (c) 2012 Broadcom
version e5ad4a8e9f183413eb4f7fc4a7687886c715f739 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171014210309-#1014-g3739066 [Build #1014]

# Kodi version
(18.0-ALPHA1 Git:59e7ac4). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (3739066, changelog) and tip of XBMC master (59e7ac4, changelog) with the following modifications: Build Highlights:
  1. Python2: update to Python-2.7.14
Build Details:
  1. LibreELEC.tv:
    • Python: support simultaneous Python2 and Python3 (PR:2083, 5 commits, 67 files changed)
    • Python2: aarch64 patch was left behind (PR:2102, 1 commit, 1 file changed)
    • Cmake ninja (PR:782, 11 commits, 11 files changed)
    • move minizip to it's own package (PR:2086, 3 commits, 2 files changed)
    • zstd: update to zstd-1.3.2 (PR:2099, 2 commits, 2 files changed)
    • hyperion: fix protobuf cmake patch (PR:2103, 1 commit, 1 file changed)
    • libcec: add cec framework support (PR:2104, 2 commits, 5 files changed)
    • addons: fix some addons after ninja (PR:2105, 1 commit, 67 files changed)
    • config/functions: call show_distro_config (PR:2078, 1 commit, 1 file changed)
    • scripts/unpack: apply more patches (PR:2079, 2 commits, 1 file changed)
    • alsa-lib: remove HdmiLpeAudio patch (PR:2106, 1 commit, 1 file changed)
  2. XBMC:
    • [depends] bump libgcrypt to 1.8.1 (PR:12910, 3 commits, 7 files changed)
  3. pvr.vdr.vnsi:
    • fix include of GL headers (6b0e5d1)
    • fix include of GL headers 2 (bf48938)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Sahadrian - 2017-10-15

I am having an issue with the Netflix add-on, can someone confirm it is workin?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-15

(2017-10-15, 06:33)Sahadrian Wrote: I am having an issue with the Netflix add-on, can someone confirm it is workin?

Yep, working fine (UK).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Sahadrian - 2017-10-15

(2017-10-15, 06:45)Milhouse Wrote:
(2017-10-15, 06:33)Sahadrian Wrote: I am having an issue with the Netflix add-on, can someone confirm it is workin?

Yep, working fine (UK).

It was working fine here, i had kodi reinstalled  and after that it didn't work anymore. When i log it says "Can not complete your request at this moment" and when i try to play something it says it failed to play. Tried multiple things, without luck.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-15

(2017-10-15, 15:47)Sahadrian Wrote: It was working fine here, i had kodi reinstalled  and after that it didn't work anymore. When i log it says "Can not complete your request at this moment" and when i try to play something it says it failed to play. Tried multiple things, without luck.

Try rebooting, that often clears up connection issues. Otherwise please post a debug log (wiki).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Sahadrian - 2017-10-15

(2017-10-15, 18:38)Milhouse Wrote:
(2017-10-15, 15:47)Sahadrian Wrote: It was working fine here, i had kodi reinstalled  and after that it didn't work anymore. When i log it says "Can not complete your request at this moment" and when i try to play something it says it failed to play. Tried multiple things, without luck.

Try rebooting, that often clears up connection issues. Otherwise please post a debug log (wiki).

Tried rebooting, uninstalling, reeinstaling.. formating the OS, reinstalling. Setting a static IP.. nothing.

Here is the Debug you asked for: http://paste.ubuntu.com/25747226/.

Oddly enough, when i reinstaled the OS the first time, i got some issues trying to reach Samba, maybe its network related.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-15

(2017-10-15, 19:43)Sahadrian Wrote: Tried rebooting, uninstalling, reeinstaling.. formating the OS, reinstalling. Setting a static IP.. nothing.

Here is the Debug you asked for: http://paste.ubuntu.com/25747226/.

Oddly enough, when i reinstaled the OS the first time, i got some issues trying to reach Samba, maybe its network related.

Code:
17:24:00.567 T:1522340752   ERROR: AddOnLog: InputStream Adaptive: Unable to load widevine shared library (/storage/.kodi/cdm/libwidevinecdm.so)

See note #6 in the OP.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Sahadrian - 2017-10-15

(2017-10-15, 19:57)Milhouse Wrote:
(2017-10-15, 19:43)Sahadrian Wrote: Tried rebooting, uninstalling, reeinstaling.. formating the OS, reinstalling. Setting a static IP.. nothing.

Here is the Debug you asked for: http://paste.ubuntu.com/25747226/.

Oddly enough, when i reinstaled the OS the first time, i got some issues trying to reach Samba, maybe its network related.

Code:
17:24:00.567 T:1522340752   ERROR: AddOnLog: InputStream Adaptive: Unable to load widevine shared library (/storage/.kodi/cdm/libwidevinecdm.so)

See note #6 in the OP.

I'll give that a go, but shouldn't that already come with the repository? I don't recall doing that last time i got this thing working.

@Edit
That did the trick, thanks Mill.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-15

(2017-10-15, 20:08)Sahadrian Wrote: but shouldn't that already come with the repository?

Not at this time.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2017-10-15

New LibreELEC.tv Leia build #1015: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.13.6 #1 Sun Oct 15 21:04:08 BST 2017 armv6l GNU/Linux

# vcgencmd version
Oct 11 2017 23:27:47
Copyright (c) 2012 Broadcom
version e5ad4a8e9f183413eb4f7fc4a7687886c715f739 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20171015210257-#1015-g8bde37f [Build #1015]

# Kodi version
(18.0-ALPHA1 Git:4ca79b9). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (8bde37f, changelog) and tip of XBMC master (4ca79b9, changelog) with the following modifications: Build Highlights:
  1. libnfs fixes
  2. ncurses, libgcrypt updates
Build Details:
  1. LibreELEC.tv:
    • buildsystem: more optimisations (PR:2080, 5 commits, 9 files changed)
    • linux: update to linux-4.13.6 (PR:1978, 16 commits, 6 files changed)
    • slice: update master with 8.2 changes (PR:2051, 1 commit, 13 files changed)
    • linux: bump amlogic-3.14 to 70b711b (PR:2112, 1 commit, 1 file changed)
  2. XBMC:
    • VideoPlayer: fix edl, it depends on video, hence read file when video (PR:12925, 1 commit, 1 file changed)
  3. libnfs:
    • Add a check if S_IRWXG is already defined (PR:229, 0 commits, 0 files changed)
    • set rpc_queue tails to NULL after removing last item in rpc_timeout_scan (PR:230, 0 commits, 0 files changed)
  4. pvr.teleboy:
    • Fix time zone handling (51cf8ef)
    • Fix race conditions while closing the addon (365e92d)
    • Update version and changelog (f773076)
  5. pvr.zattoo:
    • Sync. time handling with pvr.teleboy (ab84e18)
    • Update version and changelog (cc4378f)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:2109: ncurses: update to ncurses-6.0-20171007
    • Added: [env] PR:2110: libgcrypt: update to libgcrypt-1.8.1



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - cableant - 2017-10-16

I am currently on the latest build #1015. I noticed that the “Install from zip file” button, on the Add-ons section of the home page, does not work for me. If I go into the Add-on browser the “install from zip file” works fine. Not a big issue but thought I would mention it.