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) - Milhouse - 2019-03-16

(2019-03-16, 00:38)HiassofT Wrote: Thanks a lot for the logs! popcornmix just commited a fix for the issue to the RPi kernel which should be in today's (or tomorrow's) build.

so long,

Hias

Will be in #0316 tonight.


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2019-03-16

(2019-03-16, 10:35)Milhouse Wrote:
(2019-03-16, 00:38)HiassofT Wrote: Thanks a lot for the logs! popcornmix just commited a fix for the issue to the RPi kernel which should be in today's (or tomorrow's) build.

Will be in #0316 tonight.
Thanks!

I've opened a Kodi issue here: https://github.com/xbmc/xbmc/issues/15757

Kodi's ALSA device enumeration code is a bit convoluted and hard to understand, hopefully one of the Kodi devs can take a look at it and fix it, then we don't need to workaround it in the kernel / config.txt.

so long,

Hias


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - JohnnyL - 2019-03-16

Hope these aren't too late:

RPi3B+ with CLAC

Using build #0311

aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=RPiCirrus
    RPi-Cirrus,
    Default Audio Device
sysdefault:CARD=RPiCirrus
    RPi-Cirrus,
    Default Audio Device
iec958:CARD=RPiCirrus,DEV=0
    RPi-Cirrus,
    IEC958 (S/PDIF) Digital Audio Output


Using build #0315

aplay -L

null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device
sysdefault:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device

Using build #0315

journalctl -a | pastebinit
http://ix.io/1DFR


John


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - HiassofT - 2019-03-16

(2019-03-16, 16:35)JohnnyL Wrote: Using build #0315

aplay -L

null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device
sysdefault:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device

Using build #0315

journalctl -a | pastebinit
http://ix.io/1DFR
There's an odd spi timeout message in the log
Code:
Jun 22 12:11:51 LibreELEC kernel: arizona spi0.1: Polling reg 0xd23 timed out: 0
Jun 22 12:11:51 LibreELEC kernel: arizona spi0.1: Device failed initial boot: -110
Jun 22 12:11:51 LibreELEC kernel: arizona: probe of spi0.1 failed with error -110

This could have been a one-off error, can you try booting build #0315 again? Just tested here and the Cirrus Logic Audio Card was detected fine.
Code:
le9:~ # aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device
sysdefault:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device
default:CARD=RPiCirrus
    RPi-Cirrus,
    Default Audio Device
sysdefault:CARD=RPiCirrus
    RPi-Cirrus,
    Default Audio Device
iec958:CARD=RPiCirrus,DEV=0
    RPi-Cirrus,
    IEC958 (S/PDIF) Digital Audio Output

so long,

Hias


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - JohnnyL - 2019-03-16

It does look different - maybe I entered aplay -L too early in the update process due to the Rpi being in another room and me not bothering to watch the process.

Anyway, Build #0315 again.

aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device
sysdefault:CARD=ALSA
    bcm2835 ALSA, bcm2835 ALSA
    Default Audio Device
default:CARD=RPiCirrus
    RPi-Cirrus,
    Default Audio Device
sysdefault:CARD=RPiCirrus
    RPi-Cirrus,
    Default Audio Device
iec958:CARD=RPiCirrus,DEV=0
    RPi-Cirrus,
    IEC958 (S/PDIF) Digital Audio Output


 journalctl -a | pastebinit
http://ix.io/1DG8


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - JohnnyL - 2019-03-17

Can confirm that build #0316 fixes the CLAC audio problem.
Thanks.

John


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - gsg2000 - 2019-03-17

Just updated to #0316
IQaudIO DAC working again

You Guys are Brilliant!
thanks for fixing so quick

Cheers


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2019-03-17

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

SHA256 Checksum: a530ee9c2fd3cfa75a55e2a2d528b2e600c2bd332f03cf5277024edc7f923ade (RPi)
SHA256 Checksum: 36eaa2c9f6fe3c2e4cc5291bed8843c8a91e067ccd7475bdc19e03d379e32103 (RPi2)

text:
# uname -a
Linux rpi512 5.0.2 #1 Sat Mar 16 21:07:02 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Mar 6 2019 14:47:17
Copyright © 2012 Broadcom
version b403ee6ed819f9ac7a96834ac437b6cfdd4512ad (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190316210402-#0316-g0fa0712 [Build #0316]

# Kodi version
Kodi (18.2-RC1 Git:a207946). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (0fa0712, changelog) and tip of XBMC master (a207946, changelog) with the following modifications: Build Highlights:
  1. kernel: Fix audio card issues
  2. videoplayer: Update stereo flag processing
Build Details:
  1. XBMC:
    • [Doxygen] Include github markdown file for code guidelines (PR:15756, 1 commit, 5 files changed)
    • [GUIControllerWindow] Correctly subscribe to RepositoryUpdated events (PR:15755, 1 commit, 1 file changed)
    • [estuary] fix reversed episode / tvshow title (PR:15741, 1 commit, 1 file changed)
    • [pyton] update docs for artwork functions (PR:15711, 1 commit, 1 file changed)
  2. linux/rpi-5.0.y (raspberrypi):
    • New commits in this build:
      • Revert "staging: bcm2835-audio: Drop DT dependency" (709198a0)
  3. newclock5:
    • New commits in this build:
      • Revert "VideoPlayerVideo: Invert stereo flags from codec when option is enabled" (280c202a)
      • BaseRenderer: Respect m_StereoInvert flag (93b69aa7)



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - nojoe - 2019-03-17

Hi,

my PVR IPTV Simple Client v3.5.7.2 doesn't start at boot:
ERROR: UpdateAddons: Failed to create add-on PVR IPTV Simple Client, status = 5

Pi3 with LibreElec 9.1 Milhouse #0316 - log: http://ix.io/1DKB

Tried: Waiting for network in LibreElec Settings= 30s
Starting manually the addon works.

Any help would be appreciated! ^^


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2019-03-17

(2019-03-17, 12:35)nojoe Wrote: Hi,

my PVR IPTV Simple Client v3.5.7.2 doesn't start at boot:
ERROR: UpdateAddons: Failed to create add-on PVR IPTV Simple Client, status = 5

Pi3 with LibreElec 9.1 Milhouse #0316 - log: http://ix.io/1DKB

Tried: Waiting for network in LibreElec Settings= 30s
Starting manually the addon works.

Any help would be appreciated! ^^

Your log is full of literally hundreds of errors. Can you test with a "clean" .kodi folder? This would mean you do not have any third party add-ons or skins installed - test only with Estuary skin, and PVR IPTV Simple Client add-on.

Assuming a "clean" installation has the same problem, can you identify the first build with this issue?


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2019-03-18

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

SHA256 Checksum: 95997aa2d6472d3e4fda66d5ad2e0ca69898367414ad8e31b621b0479f6008c1 (RPi)
SHA256 Checksum: 10e1f433c93e1d9e729a564fe012445600998cd6cefc902bcfd281edb2809e67 (RPi2)

text:
# uname -a
Linux rpi512 5.0.2 #1 Sun Mar 17 21:07:54 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Mar 6 2019 14:47:17
Copyright © 2012 Broadcom
version b403ee6ed819f9ac7a96834ac437b6cfdd4512ad (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190317210321-#0317-g7b4ff68 [Build #0317]

# Kodi version
Kodi (18.2-RC1 Git:4ecc969). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (7b4ff68, changelog) and tip of XBMC master (4ecc969, changelog) with the following modifications: Build Highlights:
  1. Minors
Build Details:
  1. LibreELEC.tv:
    • dotnet-runtime: update to 2.2.3 (PR:3371, 1 commit, 2 files changed)
  2. XBMC:
    • Fix ios9 (PR:15658, 4 commits, 5 files changed)
    • Delete ProBot triage config (84498a1)
  3. peripheral.joystick:
    • [debian] add libtinyxml-dev after a9489ea (910bd3d)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:3218 (perma): linux (RPi/Generic): update to linux-5.0.2



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2019-03-19

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

SHA256 Checksum: 388771c5fa367e44cffac9a6213c5f79466d0181b2bea8ab6f0a13009136dd9b (RPi)
SHA256 Checksum: 18aabb3e97c78e324a6da921b555cc9d791fd433aecc23eaab6d9f3c864a2e9e (RPi2)

text:
# uname -a
Linux rpi512 5.0.2 #1 Tue Mar 19 01:33:33 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Mar 6 2019 14:47:17
Copyright © 2012 Broadcom
version b403ee6ed819f9ac7a96834ac437b6cfdd4512ad (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190319013223-#0318-g7b4ff68 [Build #0318]

# Kodi version
Kodi (18.2-RC1 Git:c7bac97). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (7b4ff68, changelog) and tip of XBMC master (c7bac97, changelog) with the following modifications: Build Highlights:
  1. Revert "Handle signals by setting atomic flag instead of pop-up thread" (kodi) - needs fix
Build Details:
  1. XBMC:
    • [JSON]Add "dynpath" as property returned by Player.GetItem (PR:15585, 1 commit, 3 files changed)
    • [estuary] fix title for non episodes (PR:15766, 1 commit, 1 file changed)
    • Handle signals by setting atomic flag instead of pop-up thread (PR:15730, 1 commit, 11 files changed)
  2. pvr.zattoo:
    • Fix image url for recordings and epg (PR:42, 1 commit, 4 files changed)
  3. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): kodi: fix patch, bump ffmpeg-4.0.3-Leia-18.2
    • Updated: [env] PR:3358 (perma): Python2: don't install 2to3, clashes with Python3 equivalent



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2019-03-20

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

SHA256 Checksum: 1299fd37793c5562055a09ec97ce6e357ae419df0082e30e886dae94ceadb816 (RPi)
SHA256 Checksum: 92c305d6d29f80c926537945aec90f9b8cf5b9cfbe2d97fcc23bdf02a0defdff (RPi2)

text:
# uname -a
Linux rpi512 5.0.2 #1 Tue Mar 19 22:00:50 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Mar 6 2019 14:47:17
Copyright © 2012 Broadcom
version b403ee6ed819f9ac7a96834ac437b6cfdd4512ad (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190319215819-#0319-ge192a8d [Build #0319]

# Kodi version
Kodi (18.2-RC1 Git:76db73d). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (e192a8d, changelog) and tip of XBMC master (76db73d, changelog) with the following modifications: Build Highlights:
  1. TEMP: bump connman to HEAD to test ntp fix
  2. AESinkALSA: fix enumeration of cards without front devices
  3. Fix curl build with linux 5.1-rc1 (kodi)
  4. Reload channels and tune async connection (pvr.vuplus)
  5. RetroPlayer: Move rendering calls to initialize/deinitialize methods
Build Details:
  1. LibreELEC.tv:
    • busybox/init: cleanup (PR:3302, 4 commits, 1 file changed)
    • mesa: update to mesa-19.0.0 (PR:3367, 2 commits, 2 files changed)
    • samba: update to samba-4.9.5 (PR:3365, 1 commit, 1 file changed)
    • Python2: don't install 2to3, clashes with Python3 equivalent (PR:3358, 3 commits, 3 files changed)
    • brcmfmac_sdio-firmware-rpi: fix delay on non-wifi enabled devices (PR:3356, 1 commit, 1 file changed)
    • linux (RPi/Generic): update to linux-5.0 (PR:3218, 49 commits, 18 files changed)
  2. XBMC:
    • use angle-bracket include form for FFmpeg headers (PR:15647, 1 commit, 77 files changed)
    • Reword roadmap item template to make its intent clearer (PR:15728, 1 commit, 1 file changed)
    • [Docs] Use docs.kodi.tv instead of the codedocs url (PR:15769, 1 commit, 1 file changed)
    • [windows] remove pragma lib (PR:15712, 4 commits, 9 files changed)
    • Decoderfilter implementation (PR:15744, 1 commit, 23 files changed)
  3. linux/rpi-5.0.y (raspberrypi):
    • New commits in this build:
      • vcsm: Fix makefile include on out-of-tree builds (8a171023)
      • vcsm: Remove set but unused variable (f7136f95)
      • vcsm: Reduce scope of local functions (fd13b5af)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] 1d80e18: TEMP: bump connman to HEAD to test ntp fix
    • Updated: [env] compare (perma): kodi: fix patch, bump ffmpeg-4.0.3-Leia-18.2
    • Updated: [env] PR:3375 (perma): linux (RPi/Generic): update to linux-5.0.3
    • Added: [pkg] patch: Fix curl build with linux 5.1-rc1 (kodi)
    • Added: [pkg] PR:198 (perma): Reload channels and tune async connection (pvr.vuplus)
    • Added: [pkg] PR:15771 (perma): RetroPlayer: Move rendering calls to initialize/deinitialize methods
    • Added: [pkg] PR:15774 (perma): AESinkALSA: fix enumeration of cards without front devices



RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - nojoe - 2019-03-21

(2019-03-17, 15:23)Milhouse Wrote:
(2019-03-17, 12:35)nojoe Wrote: Hi,

my PVR IPTV Simple Client v3.5.7.2 doesn't start at boot:
ERROR: UpdateAddons: Failed to create add-on PVR IPTV Simple Client, status = 5

Pi3 with LibreElec 9.1 Milhouse #0316 - log: http://ix.io/1DKB

Tried: Waiting for network in LibreElec Settings= 30s
Starting manually the addon works.

Any help would be appreciated! ^^

Your log is full of literally hundreds of errors. Can you test with a "clean" .kodi folder? This would mean you do not have any third party add-ons or skins installed - test only with Estuary skin, and PVR IPTV Simple Client add-on.

Assuming a "clean" installation has the same problem, can you identify the first build with this issue? 
Switched to another skin and voila. PVR is starting now! Shame on me.. thanks anyway. Tongue


RE: LibreELEC Testbuilds for RaspberryPi (Kodi 18.0) - Milhouse - 2019-03-21

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

SHA256 Checksum: e5bc58096d6261a85eefb2cf3b75e81a5fbb2b3d69deea000fbc98955f483f22 (RPi)
SHA256 Checksum: 22441ed813a2c2181c1782a406aa4a4dd54bbe5cae1a24e319aad5395ceaf4ae (RPi2)

text:
# uname -a
Linux rpi512 5.0.2 #1 Wed Mar 20 21:08:33 GMT 2019 armv6l GNU/Linux

# vcgencmd version
Mar 20 2019 12:20:45
Copyright © 2012 Broadcom
version 179398afa4f6b4cf91bc4887438a1d8357454642 (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20190320210318-#0320-g9ab3d68 [Build #0320]

# Kodi version
Kodi (18.2-RC1 Git:836ad54). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (9ab3d68, changelog) and tip of XBMC master (836ad54, changelog) with the following modifications: Build Highlights:
  1. New firmware
  2. Updated SIGTERM patch
  3. Move libcurl symbols out of namespace
Build Details:
  1. Firmware (Mar 20):
    • firmware: smservice: Avoid a double free
    • firmware: arm_loader/display: All the framebuffer allocation to be made on the ARM
    • firmware: isp_tuners: Fix memory leak in error path
    • firmware: testc: Fix dps parsing
    • firmware: camera_subsystem: Fix hardware sync pulses off disable_camera_led
    • firmware: Replace the remaining direct users of C(mask_gpu_interrupt[0|1])
    • firmware: arm_display: Kick transposer for the rainbow screen if required
    • firmware: dispmanx: Do not allow transpose if using Full KMS. See: link
  2. LibreELEC.tv:
    • dvb addon updates (PR:3369, 3 commits, 9 files changed)
  3. XBMC:
    • Quit instead of shutdown on signals (PR:15776, 1 commit, 4 files changed)
    • [PVR] Timers context menu 'Find similar' missing (PR:15779, 1 commit, 1 file changed)
    • [fix] installing binary addons from zip (and repo) (PR:15780, 1 commit, 1 file changed)
    • [curl] Accept all supported content encodings by default (PR:15644, 3 commits, 3 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] compare (perma): kodi: fix patch, bump ffmpeg-4.0.3-Leia-18.2
    • Updated: [pkg] PR:198 (perma): Reload channels and tune async connection (pvr.vuplus)
    • Added: [pkg] PR:15778 (perma): Move libcurl symbols out of namespace