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) - 3DBuff - 2018-03-31

(2018-03-31, 11:58)popcornmix Wrote: Turbo mode can be requested by arm (when any core is > 50% busy) or by GPU (for certain harder use cases, like advanced deinterlace, 60fps, HEVC or MVC).
Previously the logic was more basic and either side requesting turbo would result in turbo on the other side.
But, that may not be required. Simpler HEVC files don't require a turbo arm. Similarly for HW decoded 60fps files.
So we have separated the two sides and they can be in turbo mode independently. That generally results in lower temperatures.
But you may be running slightly closer to the edge in terms of performance, and as there is a little lag between arm becoming busy and getting turbo mode the performance can be lower.

So the plan was to see if the new scheme was sufficient. If not it's fairly simple to request arm_turbo for specific GPU tasks (like MVC) which would give the previous performance.
It may make sense to request the moderate turbo mode on arm (1200MHz on 3B+) which is probably sufficient for your problem but has lower voltage and temperature.
 Can you point at a sample file that shows this issue? Do the drops show up in the OSD when playing the video? 
Thank you for looking into this. Dropped frames are during continuous 3D MVC without going into OSD. It takes a while to see it. Movie has to run for a bit. After an hour it's really noticeable with the temperature around 60 deg. C. without turbo. It's an ISO file from my Bat v Sup 3D movie and probably others.
My current settings in config.txt:

[pi3]
arm_freq=1300
gpu_freq=500
over_voltage=4
sdram_freq=580
over_voltage_sdram=5
sdram_schmoo=0x02000020

[pi3+]
arm_freq=0
gpu_freq=0
over_voltage=0
force_turbo=1  #this was added recently to helped with MVC stutter


There are some other problems with B+. I'm getting frozen screen stuck with loud sound almost like it is repeating 2 frames over and over paying sound the same fraction of a second all the time. It happened multiple times on 3D MVC ISO files without the Turbo and with the Turbo on. Probably more than half an hour into the movie. I ended up pulling the power out to reboot the Pi.

Yesterday I got to the end of the 3D MVC movie that I've been watching for a while in parts (no time to do it in one shot). I let the credits to scroll to the end listening to the music. At the very end I got black screen. No way out. Moving cursor showed overlay with time 0:00 and nothing. Power out and reboot. I got error message telling me about issues with mounting partition.

I put this SD chip into Ubuntu on RPi3 (not +). I can see 2 partitions with files and no issues. Booting on RPi3 I get following errors:

Image


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - thent - 2018-03-31

Since #0329 the GUI (using default estuary) is very choppy during audio playback, for both local files and streaming on a RPi3 (non-plus). #0328 is the last working build for me.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2018-03-31

Had someone noticed except that Spectrum visualization moves in slow motion when playing MP3? But if I press "OK" button (so that the bottom bar appears) Spectrum moves normally. The problem is present since build #0329

Another bug is when mp3 plays and you go to libreelec addon, kodi crashes and restarts. With which build that had begun I do not know.

Crashlog - http://ix.io/14WM


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Ralf Jahns - 2018-03-31

Sorry, wrong thread. Can't find how to fully delete my post.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - 3DBuff - 2018-03-31

(2018-03-31, 14:30)3DBuff Wrote: ...
I let the credits to scroll to the end listening to the music. At the very end I got black screen. No way out. Moving cursor showed overlay with time 0:00 and nothing. Power out and reboot. I got error message telling me about issues with mounting partition.

I put this SD chip into Ubuntu on RPi3 (not +). I can see 2 partitions with files and no issues. Booting on RPi3 I get following errors:
....
 
  
My SD chip is defective. I'm getting I/O error and write protect.

OK, new chip and we try again Smile


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - hbbs - 2018-04-02

@Milhouse 

Now that this thread reappeared. 

Could you post the changelog of the last two daily builds? (31 March and 01 April)

Thanks.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - sammutd88 - 2018-04-02

(2018-04-02, 01:53)hbbs Wrote: @Milhouse 

Now that this thread reappeared. 

Could you post the changelog of the last two daily builds? (31 March and 01 April)

Thanks.

I would’ve assumed they’ll be skipped due the Easter break.....Huh?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-04-02

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

SHA256 Checksum: af9ce881cc44750a07faaca2b3334e7aab9a2f1530c5f5d177007d51d2b674ea (RPi)
SHA256 Checksum: ba3b5369e3973751910e33b877435d7020d6f6d210e3e4216f1d5a02d87243c6 (RPi2)

text:
# uname -a
Linux rpi512 4.14.31 #1 Sun Apr 1 10:28:43 BST 2018 armv6l GNU/Linux

# vcgencmd version
Mar 23 2018 16:35:52
Copyright © 2012 Broadcom
version d92349b3d22c277e44d508a2aae6af2b1e5bb224 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180401100127-#0331-gb252c76 [Build #0331]

# Kodi version
(18.0-ALPHA2 Git:72f69fc). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (b252c76, changelog) and tip of XBMC master (72f69fc, changelog) with the following modifications: Build Highlights:
  1. AE, VideoPlayer, Binary Addon fixes
Build Details:
  1. XBMC:
    • AE: go from error state to play after re-configure (PR:13716, 1 commit, 1 file changed)
    • [Binary Addon] Generic interface provider callback (PR:13706, 1 commit, 11 files changed)
    • VideoPlayer: add non discarded streams to map, rework to cc189f12e751 (PR:13718, 1 commit, 1 file changed)
    • [application][pvr][estuary] Fixes after #13699 (PR:13715, 2 commits, 3 files changed)
    • [GUI] DialogNetworkSetup: fix impossibility to edit network source. (PR:13714, 1 commit, 2 files changed)
    • [CPACK] Package Kodi - add depends for Ubuntu Bionic 18.04 (PR:13719, 1 commit, 1 file changed)
  2. pvr.zattoo:
    • Use service region country for epg (ac0da38)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:2615 (perma): kodi: update for early April 2018



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-04-02

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

SHA256 Checksum: b6a1e6b81e850bc3b65de85478f08ccf48a3b368071c4b996cf41a3320e01349 (RPi)
SHA256 Checksum: 3bbc5bde2ee350c5df967fbe84c6604f789671cf4c88f5ef1b3e658a6430dc2b (RPi2)

text:
# uname -a
Linux rpi512 4.14.31 #1 Sun Apr 1 21:09:17 BST 2018 armv6l GNU/Linux

# vcgencmd version
Mar 23 2018 16:35:52
Copyright © 2012 Broadcom
version d92349b3d22c277e44d508a2aae6af2b1e5bb224 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180401210722-#0401-g0f23407 [Build #0401]

# Kodi version
(18.0-ALPHA2 Git:72f69fc). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (0f23407, changelog) and tip of XBMC master (3848940, changelog) with the following modifications: Build Highlights:
  1. Minors - "kill global g_windowManager" reverted due to newclock5 conflicts
Build Details:
  1. LibreELEC.tv:
    • kodi: update for early April 2018 (PR:2615, 3 commits, 47 files changed)
  2. XBMC:
    • kill global g_windowManager (PR:13722, 2 commits, 221 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Reverted: [pkg] PR:13722: kill global g_windowManager (reason: breaks newclock5)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Aux_ - 2018-04-02

(2018-03-31, 17:52)Aux_ Wrote: Had someone noticed except that Spectrum visualization moves in slow motion when playing MP3? But if I press "OK" button (so that the bottom bar appears) Spectrum moves normally. The problem is present since build #0329

Another bug is when mp3 plays and you go to libreelec addon, kodi crashes and restarts. With which build that had begun I do not know.

Crashlog - http://ix.io/14WM
After update to #0401 no changes and additionally libreelec addon / system / update channel - is completely empty.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - doldi - 2018-04-02

confirm: after update to #0401 (and also before 1. April), libreelec addon / system / update channel - is completely empty.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - thent - 2018-04-02

(2018-04-02, 10:39)Aux_ Wrote:  and additionally libreelec addon / system / update channel - is completely empty. 
  same for me + the choppy GUI during audio playback. Guess it's the same like your slow visualization.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-04-02

(2018-04-02, 11:31)doldi Wrote: confirm: after update to #0401 (and also before 1. April), libreelec addon / system / update channel - is completely empty.

Our service provider, Digital Ocean, is having a problem in their data center with block storage: http://status.digitalocean.com/incidents/8sk3mbgp6jgl

Unfortunately this is affecting our services, and http://releases.libreelec.tv/releases.json is not currently available which is why the update channel and available versions lists are empty. You may also notice a longer than usual delay before the LibreELEC Settings addon is available as the addon service is blocking on the releases.json download which eventually times out. The Digital Ocean outage is also preventing the installation of addons from the LibreELEC repository at this time (so I can't currently investigate the Spectrum viz problem - I'll have to build a new version).


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - doldi - 2018-04-02

Thanks for your Info milhouse


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2018-04-03

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

SHA256 Checksum: 8e91a5418c23ea08356e175ca39053e7a55b26189e746c3d4695a23162743581 (RPi)
SHA256 Checksum: 540c895868e13cb9e887b857a11b8bd991e9ca6466bdd553b597ec50062588f3 (RPi2)

text:
# uname -a
Linux rpi512 4.14.31 #1 Mon Apr 2 23:50:29 BST 2018 armv6l GNU/Linux

# vcgencmd version
Mar 23 2018 16:35:52
Copyright © 2012 Broadcom
version d92349b3d22c277e44d508a2aae6af2b1e5bb224 (clean) (release)

# lsb_release
LibreELEC (Milhouse): devel-20180402234835-#0402-g20f9867 [Build #0402]

# Kodi version
(18.0-ALPHA2 Git:72f69fc). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (20f9867, changelog) and tip of XBMC master (45765e5, changelog) with the following modifications: Build Highlights:
  1. newclock5 rebased after g_windowManager removal, temp fix for splash issue
  2. Remove Audio DSP
Build Details:
  1. LibreELEC.tv:
    • buildsystem: support get handlers (archive, file, git) (PR:2529, 9 commits, 8 files changed)
    • config/functions: use Here doc for create_meson_conf (PR:2620, 1 commit, 1 file changed)
    • openssl: update to openssl-1.0.2o (PR:2621, 1 commit, 1 file changed)
    • xf86-video-nvidia: update to xf86-video-nvidia-390.48 (PR:2624, 1 commit, 2 files changed)
    • brcmfmac_sdio-firmware-rpi: update to brcmfmac_sdio-firmware-rpi-18d7c93 (PR:2599, 1 commit, 1 file changed)
    • buildsystem: cleanups, use sha256sum for stamp function (PR:2630, 3 commits, 6 files changed)
  2. XBMC:
    • [filesystem] don't change auths for an url if the auth is set explicitly (PR:13713, 2 commits, 2 files changed)
    • remove Audio DSP, it is unmaintained and not in a working state (PR:13723, 1 commit, 41 files changed)
  3. inputstream.adaptive:
  4. newclock5:
    • New commits in this build: