Kodi Community Forum

Full Version: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(2017-03-14, 14:50)J_E_F_F Wrote: [ -> ]I do:

Okay, that was key information. Everything now makes sense.
The PWR led is directly connected to the undervoltage detection circuit (PWR led going off is direct signal of under-voltage).
Forcing the PWR led means we can no longer detect under-voltage.
A commit yesterday means we avoid displaying the under-voltage signal when arm has forced the PWR led.
Sounds good, thank you.
(2017-03-14, 13:56)popcornmix Wrote: [ -> ]
(2017-03-14, 00:41)J_E_F_F Wrote: [ -> ]So far, no lightning bolt with 0313, perhaps this was a firmware issue that was resolved.

Not explicitly but there was a change to the gpio expander which is used by the under-voltage detection, but nothing that looks like it would fix your issue.
It may be something a little random that comes and goes with builds.

Can you confirm if the symbol ever disappears and reappears?
Or is it just spuriously on at boot and either stays on permanently or disappears, never to return?

It does sound like spurious reporting of under-voltage rather than an actual under-voltage condition.
Also if you see the symbol again, can you report output of "vcgencmd get_throttled"

as posted before, it definitely is an erroneous under-voltage reporting, which happens right after rainbow screen on bootup or reboot and goes away after 2 seconds. The ac (original pi hut brand) was measured with a multimeter and is 100% providing stable 5v.

It is gone with 313, for now...

Different issue since ... any build going back to v17, the display calibration is always lost/slightly deplaced (a few pixel) on bootup and more so on upgrades (a few more pixels). nothing that bothers anyone much i guess.
(2017-03-14, 21:27)nuwonda Wrote: [ -> ]Different issue since ... any build going back to v17, the display calibration is always lost/slightly deplaced (a few pixel) on bootup and more so on upgrades (a few more pixels). nothing that bothers anyone much i guess.

Ae you able to narrow down when this issue started (likely to be very tedious, I know).
New LibreELEC.tv Leia build #0314: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.2 #1 Wed Mar 15 01:54:08 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar 13 2017 20:38:22
Copyright (c) 2012 Broadcom
version 9e38ec4b6d95d3a769dc6f8d3d78ee2f9d043850 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170315015305-#0314-g1b38cb9 [Build #0314]

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

Based on tip of LibreELEC.tv master (1b38cb92, changelog) and tip of XBMC master (93e9d695, changelog) with the following modifications: Build Highlights:
  1. Reorganise project hierarchy, support devices
  2. Drop LibreSSL, switch back to OpenSSL (this will break some addons until updates are available, but should fix DAZN/post-2038 cert expiry etc.)
  3. Remove all kodi project and arch specific patches (note: I'll continue including them as long as I'm able)
  4. tvheadend42 and vdr-addon updated (see addons)
Build Details:
  1. LibreELEC.tv:
    • linux: update to linux-4.10.2 (PR:1440, 8 commits, 7 files changed)
    • libfmt: add package, add as a new kodi dependency (PR:1426, 2 commits, 2 files changed)
    • pycryptodome: add package, remove pycrypto (PR:1404, 4 commits, 3 files changed)
    • kodi: adjust cputemp/gputemp script (PR:1348, 1 commit, 1 file changed)
    • $DEVICE naming changes (PR:1356, 2 commits, 2 files changed)
    • merge xml files during installation of kodi (PR:1347, 2 commits, 13 files changed)
    • virtio-gpu support (qemu/kvm) (PR:1287, 2 commits, 4 files changed)
    • move back to openssl (PR:1312, 4 commits, 31 files changed)
    • kodi: update to 93e9d69 (PR:1443, 1 commit, 3 files changed)
    • RPi add RPi and RPi2 devices (PR:1358, 3 commits, 11 files changed)
    • RPi add Slice and Slice3 devices (PR:1357, 9 commits, 57 files changed)
    • remove all kodi project and arch specific patches (PR:1317, 7 commits, 20 files changed)
    • linux: Fix slice patch - needed rebase (PR:1444, 1 commit, 1 file changed)
    • openssl: remove $ROOT prefix (PR:1445, 1 commit, 1 file changed)
    • buildystem: Cleanup fixes (PR:1449, 2 commits, 2 files changed)
    • tools: fixup RPi gen scripts after devices (PR:1448, 1 commit, 2 files changed)
  2. XBMC:
    • [settings] revert default of epg.selectaction back to show info (PR:11848, 1 commit, 1 file changed)
    • Adding keyboard layout: Thai Kedmanee (#11844) (85d866eb)
  3. newclock5:
    • New commits in this build:
      • MMAL: Remove periodic prime calls and handle from buffer destructor (87083871)
      • MMALCodec: Include a timeout of GetPicture in default debug logging (26611de3)
  4. kernel 4.10.y:
    • New commits in this build:
      • BCM270X_DT: Add lm75 to i2c-sensor overlay (ec8d93b9)
      • bcm2835-gpio-exp: Copy/paste error adding base twice (bb0ff9d0)
(2017-03-15, 00:03)Milhouse Wrote: [ -> ]
(2017-03-14, 21:27)nuwonda Wrote: [ -> ]Different issue since ... any build going back to v17, the display calibration is always lost/slightly deplaced (a few pixel) on bootup and more so on upgrades (a few more pixels). nothing that bothers anyone much i guess.

Ae you able to narrow down when this issue started (likely to be very tedious, I know).

Going to be tricky, not even sure i can downgrade back far enough due to db changes. Are there any logs that might help?
latest update....

while playing a movie, hit info, and the local time and end time of the movie, that's on the top right of the screen is no longer there anymore
(2017-03-15, 09:59)MidKnight Wrote: [ -> ]latest update....

while playing a movie, hit info, and the local time and end time of the movie, that's on the top right of the screen is no longer there anymore

Here everything seems OK.

Image
hrmmm. must of been a hiccup, I rebooted it and its ok now... Smile
New LibreELEC.tv Leia build #0315: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.2 #1 Wed Mar 15 21:03:29 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar 13 2017 20:38:22
Copyright (c) 2012 Broadcom
version 9e38ec4b6d95d3a769dc6f8d3d78ee2f9d043850 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170315210225-#0315-g1b38cb9 [Build #0315]

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

Based on tip of LibreELEC.tv master (1b38cb92, changelog) and tip of XBMC master (77f3bff1, changelog) with the following modifications: Build Highlights:
  1. libcec updates
  2. RenderManager: Force frames to output when reconfiguring renderer
Build Details:
  1. XBMC:
    • [PVR] Fix trac17374: Settings deinitialized too early on app exit. (PR:11849, 1 commit, 3 files changed)
  2. libcec:
    • added: log a warning when we detect that RPi's CEC service is used by something else, blocking libCEC. issue #191 (5469da23)
    • changed: const IAdapterCommunication::GetLogicalAddresses(), making the mutex mutable for now without changing the platform lib. closes #259 (0cf3f0fe)
    • fixed: cross compile includes (50f1179d)
    • fixed: detect debian based distros properly when installing python. closes #314 (f4e2ed77)
    • fixed: don't filter out broadcast in HandleDeviceVendorCommandWithId(). issue #309 (e1df683b)
    • fixed: send an active source message when a routing change has been received with libCEC's address as new route and no active source message has been sent yet. issue #309 #205 #233 (67d444dd)
    • fixed 67d444dd944192a31ab07637a4b57d27c890ede4 (d1a708b9)
    • fixed: vs2015 c++ redistributables (8563411d)
  3. newclock5:
    • New commits in this build:
      • RenderManager: Force frames to output when reconfiguring renderer (ccb2d792)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] PR:1450: create_addon: add device support
(2017-03-15, 08:52)nuwonda Wrote: [ -> ]Going to be tricky, not even sure i can downgrade back far enough due to db changes. Are there any logs that might help?

Unfortunately I don't think there's anything relevant that is written to the logs.

Do you need databases to test if calibration settings are saved? Try with a clean .kodi (rename your existing .kodi folder), identify the first build with the calibration saving issue, then you can restore your old .kodi folder and return to latest builds.
After some time i have tested the build on pi and i have found two problems.
First one is that since 0211 back button and exit does not work on some addons. For example it does not work on libreelec dev updater. I assume that this https://github.com/xbmc/xbmc/pull/11645 commit has change that behaviour.

The other one is with Confluence skin. I know it is not official one anymore but will there be an update for the problem reported here http://forum.kodi.tv/showthread.php?tid=...pid2546644

TNX
(2017-03-16, 00:20)Milhouse Wrote: [ -> ]
(2017-03-15, 08:52)nuwonda Wrote: [ -> ]Going to be tricky, not even sure i can downgrade back far enough due to db changes. Are there any logs that might help?

Unfortunately I don't think there's anything relevant that is written to the logs.

Do you need databases to test if calibration settings are saved? Try with a clean .kodi (rename your existing .kodi folder), identify the first build with the calibration saving issue, then you can restore your old .kodi folder and return to latest builds.

I may have some time for this during the weekend, i'll try a fresh install first with latest build and if the issue persists start with 17 and do boundary testing from there.
New LibreELEC.tv Leia build #0316: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.2 #1 Thu Mar 16 21:10:36 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar 13 2017 20:38:22
Copyright (c) 2012 Broadcom
version 9e38ec4b6d95d3a769dc6f8d3d78ee2f9d043850 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170316210756-#0316-g1b38cb9 [Build #0316]

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

Based on tip of LibreELEC.tv master (1b38cb92, changelog) and tip of XBMC master (25de4115, changelog) with the following modifications: Build Highlights:
  1. Python error (eg. plugin.video.youtube) caused by PR11814 - notified on github
Build Details:
  1. XBMC:
    • [win] use 64-bit toolset if available (PR:11845, 1 commit, 5 files changed)
    • RenderManager: Force frames to output when reconfiguring renderer (PR:11855, 1 commit, 1 file changed)
    • [bluray] Improve Blu-ray playback (PR:11836, 10 commits, 8 files changed)
    • Fix allocation of 0-length array (PR:11814, 3 commits, 2 files changed)
  2. newclock5:
    • Commits no longer in build:
      • Build add-ons with jom to speed up the windows binary add-ons builds (cf2272ff)
      • RenderManager: Force frames to output when reconfiguring renderer (ccb2d792)
Just installed #0316 (over #0315) and Tvheadend HTSP Client, CU LRC Lyrics and Backup addons all recorded a failure to start on 1st and subsequent reboot

Kodi.log on 1st boot after installation of #0316
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