• 1
  • 63
  • 64
  • 65(current)
  • 66
  • 67
  • 86
v19 LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)
New LibreELEC.tv Matrix build #0417: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: 88a8c40cab77d3770d1410bde3e83aa28e1fad9916df9cc08428150bee649ad7 (RPi)
SHA256 Checksum: 1eb3bf701c2f7f68b70b5b938a41966ecea38f2bc8bf09760f49404ca33e587d (RPi2)
SHA256 Checksum: 6e29ecceac1e5bbed47f991c1ada36e11a5b13658ee26fba1c21900a9abfea47 (RPi4)

text:
# uname -a
Linux rpi512 5.4.32 #1 Fri Apr 17 23:27:23 BST 2020 armv6l GNU/Linux

# vcgencmd version
Apr 15 2020 11:58:12
Copyright © 2012 Broadcom
version 1103ec16df2571274600b377411499bf5aed6d0d (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200417232601-#0417-g34ae240 [Build #0417]

# Kodi version

Based on tip of LibreELEC.tv master (34ae240, changelog) and tip of XBMC master (1d32bb2, changelog) with the following modifications: Build Highlights:
  1. New firmware (register clk device)
  2. New 5.4.32 kernel
  3. [GUI] bump xbmc.gui to 5.15.0
  4. Use spdlog for logging - add spdlog-1.5.0 package, update libfmt-6.2.0
  5. Infomanager cleanup
  6. [ProfileManager] Save changes when they happen
  7. Remove Pause from Inputstream API and PauseStream from Inputstream Addons
  8. RPi3+/RPi4: Updated coexistence param for post-176 firmware (should improve WiFi/BT stability)
  9. RPi4 only:
    • Configure CMA memory size via DT in distroconfig.txt not kernel command line (PR4288)
    • Update rpi-eeprom beta firmware (Revert PLL analog changes)
    • DVDVideoCodecDRMPRIME: Always use best_effort_timestamp
    • hack: Ignore edid for audio features supported
Build Details:
  1. Firmware (Apr 15):
    • firmware: raspberrypi: register clk device
  2. LibreELEC.tv:
    • Allwinner: Remove panfrost patch which causes instability (PR:4328, 1 commit, 1 file changed)
    • libva: update to libva-2.7.0 (PR:4289, 2 commits, 3 files changed)
    • openssl: update to openssl-1.1.1f (PR:4292, 1 commit, 1 file changed)
    • samba: update to samba-4.12.1 (PR:4301, 1 commit, 1 file changed)
    • RTL8812AU: update to RTL8812AU-3ec2947 (PR:4302, 2 commits, 1 file changed)
    • xf86-video-nvidia: update to xf86-video-nvidia-440.82 (PR:4303, 1 commit, 3 files changed)
    • glm: update to glm-0.9.9.8 (PR:4323, 1 commit, 1 file changed)
    • iptables: fix helper script (PR:4324, 1 commit, 1 file changed)
    • WireGuard package cleanup and updates (PR:4321, 5 commits, 6 files changed)
    • buildsystem: ignore custom host Python installations (PR:4331, 1 commit, 1 file changed)
    • kernel-firmware: pick BT firmware for USB/QCA9377 cards (PR:4327, 2 commits, 2 files changed)
    • librespot: drop system.d (PR:4316, 1 commit, 17 files changed)
  3. XBMC:
    • gtest: remove lib/gtest and add as library (PR:17489, 2 commits, 215 files changed)
    • Remove Pause from Inputstream API and PauseStream from Inputstream Addons (PR:17633, 5 commits, 15 files changed)
    • CUDFFile: switch to using libudfread (PR:17612, 3 commits, 20 files changed)
    • Disable VAAPI/VDPAU MPEG-2 hwaccel by default (PR:17682, 1 commit, 1 file changed)
    • [Windows] Improve build performance on windows (PR:17671, 2 commits, 1 file changed)
    • Remove F-Droid badge from README.md (PR:17686, 1 commit, 1 file changed)
    • Tidy up PVR as per clang-tidy report (PR:17685, 3 commits, 9 files changed)
    • [GUI] bump xbmc.gui to 5.15.0 (PR:17645, 2 commits, 3 files changed)
    • Use spdlog for logging (PR:17498, 21 commits, 129 files changed)
    • IBufferObject: allow creating by size (PR:17641, 1 commit, 12 files changed)
    • [clang-format] disable for all arrays in LangCodeExpander.cpp (PR:17669, 1 commit, 1 file changed)
    • Fix missing cast to void* in %p format (PR:17683, 1 commit, 1 file changed)
    • Infomanager cleanup (PR:17667, 7 commits, 2 files changed)
    • [ProfileManager] Save changes when they happen (PR:17687, 1 commit, 2 files changed)
  4. inputstream.ffmpegdirect:
    • Proxy support and Inputstream API 2.2.0 (PR:34, 4 commits, 30 files changed)
  5. inputstream.rtmp:
    • Rtmp read pause timer - Inputstream API 2.2.0 (PR:64, 4 commits, 8 files changed)
  6. pvr.iptvsimple:
    • Add support for terminating catchup streams property for ffmpegdirect (PR:356, 4 commits, 9 files changed)
  7. kodi gbm (RPi4):
    • Commits no longer in build:
      • DVDVideoCodecDRMPRIME: Always use best_effort_timestamp (62fefdc7)
  8. kernel kodi/rpi4-kms (RPi4):
    • New commits in this build:
      • hack: Ignore edid for audio features supported (70d18d47)
  9. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4255 (perma): kodi: next update (end of March 2020?)
    • Updated: [env] PR:4285 (perma): xorg-server: update to xorg-server-1.20.8 (and friends)
    • Updated: [env] PR:4286 (perma): linux (RPi): update to linux-5.4.34
    • Updated: [env] PR:4242 (perma): rpi-eeprom: update to rpi-eeprom-<next>
    • Updated: [env] PR:4288 (perma): RPi4: switch to KMS driver and enable v4l2 HEVC decoding
    • Updated: [env] PR:4291 (perma): linux (Generic/Allwinner): update to linux-5.6.6
    • Added: [env] PR:4326 (perma): MarkupSafe: bump to 1.1.1
    • Added: [env] PR:4329 (perma): kernel-firmware: use copy-firmware.sh
    • Added: [env] PR:4330 (perma): bison: update to bison-3.5.4; nano-4.9.2
    • Updated: [pkg] PR:159 (perma): PIN cleanup (service.libreelec.settings)
    • Added: [pkg] PR:13 (perma): Updated coexistence param for post-176 firmware (brcmfmac_sdio-firmware-rpi)
    • Added: [pkg] PR:420 (perma): Matrix API change to v2.2.0 - Allows upto 256 streams, useful for netflix etc. (inputstream.adaptive)
    • Added: [pkg] PR:17684 (perma): [python] Support multi-line text in dialogs
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
* deleted - fat fingers *
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Hello @Milhouse

First, thanks for this effort. I'm here for any test that you want. 
Second, be careful with #0417 RPi4 release. It's broken for me with looping restart. Im in #0414 again and everything works ok (everything possible of course Wink)

I attach my log for your interest:
https://paste.kodi.tv/ocuguzeqaf.kodi
(2020-04-18, 14:01)hoksilato Wrote: Hello @Milhouse

First, thanks for this effort. I'm here for any test that you want. 
Second, be careful with #0417 RPi4 release. It's broken for me with looping restart. Im in #0414 again and everything works ok (everything possible of course Wink)

I attach my log for your interest:
https://paste.kodi.tv/ocuguzeqaf.kodi

Thanks, although it's probably not RPi4 specific - looks like you need to contact the script.skin.helper.widgets add-on maintainer for an update, or disable script.skin.helper.widgets until it is updated (looks like it might be broken by the logging change).

If kodi continues to restart-loop in #0417 even after script.skin.helper.widgets is removed, can you upload a crash log with pastecrash and post the URL.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
New LibreELEC.tv Matrix build #0418: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: 3f769e4f4ab902a108f18f67e342f2c23a84f850ce3e88350dddba69fdadf778 (RPi)
SHA256 Checksum: 1240e7c4682535d9d52f741feddee7f6b9e4cf3c85ccbfbd14f8b285b8e87e42 (RPi2)
SHA256 Checksum: 817c1e46bced7fc3df596f250cffa6fa7599615710108fd66a85c14f9fe933da (RPi4)

text:
# uname -a
Linux rpi512 5.4.32 #1 Sat Apr 18 22:29:32 BST 2020 armv6l GNU/Linux

# vcgencmd version
Apr 15 2020 11:58:12
Copyright © 2012 Broadcom
version 1103ec16df2571274600b377411499bf5aed6d0d (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200418222816-#0418-g34ae240 [Build #0418]

# Kodi version
Starting Kodi (19.0-ALPHA1 Git:dea904b). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (34ae240, changelog) and tip of XBMC master (dea904b, changelog) with the following modifications: Build Highlights:
  1. kodi: disable testing
Build Details:
  1. XBMC:
    • [ios] Runtime fix after spdlog merge (PR:17690, 1 commit, 1 file changed)
    • [windows] enable libdav1d in the ffmpeg build (PR:17643, 4 commits, 10 files changed)
    • [depends] add googletest & disable auto fallback to internal build (PR:17693, 2 commits, 8 files changed)
    • [python] masking support for numeric input (PR:17661, 2 commits, 6 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4255 (perma): kodi: next update (end of March 2020?)
    • Updated: [env] PR:4329 (perma): kernel-firmware: use copy-firmware.sh
    • Added: [env] PR:4333 (perma): libva: update to libva-2.7.1
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Hy, tried first time the nightly build…
Installed a Fresh Image 9.2.1 on RPI 4, first tests on TV SONY 65AG8 worked well.
Then I updated to the latest Development Build #418 via the SMB Update Folder and reboot.

The Update itsself seemed to work well, but after the reboot I just got a black screen, no matter what HDMI I use.

I also tried a earlier build, for example #414, the same issue.
Access via SSH was working still well, just no HDMI outpout.

Any Idea what I´m doing wrong?
Thanks
Hi Milhouse,
first of all a big thank you for compiling the RPi4 Testbuilds. Using your builds since v17 and mostly without problems.
I am using #0415 now for 2 or 3 days on a RPi4 and experience problems with the Hyperion-addon.
The addon was installed from the Repo not from the Hypercon.jar from the developersite.
During the LE startup i have the nice rainbow running around the screen and i can set colors via Hypercon addon.
so far so good but when starting any kind of media (tv series or movie) Hyperion stays black.
i tried internal grabber and external (v4l2) but nothing changes.

Here are my log-files maybe i just missed a tiny thing:

Kodi.log

Hyperion.log
(2020-04-19, 12:56)Puschl Wrote: I am using #0415 now for 2 or 3 days on a RPi4 and experience problems with the Hyperion-addon.
The internal (dispmanx) Hyperion grabber won't work, until Hyperion developers implement an internal grabber thtat works with V4L2/gbm your only option is to use an external (USB/HDMI) grabber.

so long,

Hias
Cheers Hias,
youre everywhere i believe Big Grin

so nothing wrong with config but just an addon that has no internal grabber that works with Kodi 19.
i never looked into an external USB/HDMI grabber so i am not familiar with them. Do you have any recommendations for those?

Greets and thanks for the fast information
(2020-04-19, 14:10)Puschl Wrote: i never looked into an external USB/HDMI grabber so i am not familiar with them. Do you have any recommendations for those?
I haven't used any of these myself and the ones supporting 4k are really expensive (a few hundred bucks), seeming to target Xbox/PS/... console gaming streamers.

so long,

Hias
(2020-04-19, 12:44)TryBuy Wrote: Hy, tried first time the nightly build…
Installed a Fresh Image 9.2.1 on RPI 4, first tests on TV SONY 65AG8 worked well.
Then I updated to the latest Development Build #418 via the SMB Update Folder and reboot.

The Update itsself seemed to work well, but after the reboot I just got a black screen, no matter what HDMI I use.

I also tried a earlier build, for example #414, the same issue.
Access via SSH was working still well, just no HDMI outpout.

Any Idea what I´m doing wrong?
Thanks
For now I tried severall Dev. builds. #0122, #0201 and #407 -> There I got at least a Kodi Desktop!

On any other from #0408 till today I only get a black screen....
So how to log and what logfiles can I collect to help there out?
Thanks
(2020-04-19, 12:44)TryBuy Wrote: Hy, tried first time the nightly build…
Installed a Fresh Image 9.2.1 on RPI 4, first tests on TV SONY 65AG8 worked well.
Then I updated to the latest Development Build #418 via the SMB Update Folder and reboot.

The Update itsself seemed to work well, but after the reboot I just got a black screen, no matter what HDMI I use.

I also tried a earlier build, for example #414, the same issue.
Access via SSH was working still well, just no HDMI outpout.

Any Idea what I´m doing wrong?
Thanks


For now I tried different Dev. builds. #0122, #0201 and #407 -> There I got at least a Kodi Desktop, so an Output on HDMI

On any other from #0408 till today I only get a black screen....
So how to log and what logfiles can I collect to help there out?
Thanks
Sorry for last double Post, wrong button Sad
did you try this?
Post #935
(2020-04-19, 19:58)Puschl Wrote: did you try this?
Post #935

Hy Puschl,
No I didn´t try this, I think this works only for 4k Source Playback??
But I will never get a GUI anymore after update, just the Rainbow Boot Splash, then Blackscreen....
  • 1
  • 63
  • 64
  • 65(current)
  • 66
  • 67
  • 86

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)8