• 1
  • 61
  • 62
  • 63(current)
  • 64
  • 65
  • 86
v19 LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)
(2020-04-08, 08:13)querty1000 Wrote: [RPi4 - UHD deepcolor HDMI]
After updating, i see the rainbow quadrat and than the device remains black. With installing the official nightlys the GUI is visible back again.

LibreELEC:/sys/devices/virtual/graphics/fbcon # /opt/vc/bin/tvservice -s
state 0x120009 [HDMI CEA (97) RGB lim 16:9], 3840x2160 @ 60.00Hz, progressive

I had the same problem here during testing, modes >= 1920x1080p60 don't work yet. You can work around that by configuring the RPi4 to 1080p60:

First, with previous build and working GUI configure kodi to 1920x1080 60Hz (as usual in Settings->Systems->Display). Also remove the 4k modes from the whitelist. Whitelisting modes <= 1920x1080 should be fine, it's only the 4k modes that cause issues.

In config.txt set the firmware to 1920x1080 as well
Code:
hdmi_group=1
hdmi_mode=16
and in cmdline.txt set 1920x1080 too, add this to the end:
Code:
video=HDMI-A-1:1920x1080M@60

so long,

Hias
(2020-04-08, 10:36)HiassofT Wrote:
(2020-04-08, 08:13)querty1000 Wrote: [RPi4 - UHD deepcolor HDMI]
After updating, i see the rainbow quadrat and than the device remains black. With installing the official nightlys the GUI is visible back again.

LibreELEC:/sys/devices/virtual/graphics/fbcon # /opt/vc/bin/tvservice -s
state 0x120009 [HDMI CEA (97) RGB lim 16:9], 3840x2160 @ 60.00Hz, progressive
OK, that worked for me to see the GUI
I had the same problem here during testing, modes >= 1920x1080p60 don't work yet. You can work around that by configuring the RPi4 to 1080p60:

First, with previous build and working GUI configure kodi to 1920x1080 60Hz (as usual in Settings->Systems->Display). Also remove the 4k modes from the whitelist. Whitelisting modes <= 1920x1080 should be fine, it's only the 4k modes that cause issues.

In config.txt set the firmware to 1920x1080 as well
Code:
hdmi_group=1
hdmi_mode=16
and in cmdline.txt set 1920x1080 too, add this to the end:
Code:
video=HDMI-A-1:1920x1080M@60

so long,

Hias 
(2020-04-08, 14:08)querty1000 Wrote:
(2020-04-08, 10:36)HiassofT Wrote:
(2020-04-08, 08:13)querty1000 Wrote: [RPi4 - UHD deepcolor HDMI]
After updating, i see the rainbow quadrat and than the device remains black. With installing the official nightlys the GUI is visible back again.

LibreELEC:/sys/devices/virtual/graphics/fbcon # /opt/vc/bin/tvservice -s
state 0x120009 [HDMI CEA (97) RGB lim 16:9], 3840x2160 @ 60.00Hz, progressive
OK, that worked for me to see the GUI
I had the same problem here during testing, modes >= 1920x1080p60 don't work yet. You can work around that by configuring the RPi4 to 1080p60:

First, with previous build and working GUI configure kodi to 1920x1080 60Hz (as usual in Settings->Systems->Display). Also remove the 4k modes from the whitelist. Whitelisting modes <= 1920x1080 should be fine, it's only the 4k modes that cause issues.

In config.txt set the firmware to 1920x1080 as well
Code:
hdmi_group=1
hdmi_mode=16
and in cmdline.txt set 1920x1080 too, add this to the end:
Code:
video=HDMI-A-1:1920x1080M@60

so long,

Hias 

OK, that worked for me to see the GUI
New LibreELEC.tv Matrix build #0408: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: c200c44affdad68076a6ff94e65808cd9bfb633552ae73a59d38f3642fabc518 (RPi)
SHA256 Checksum: 8267ef8c14a7724880746e921b4ae3e85e08f65ba03dbdae8fce232cca557d0b (RPi2)
SHA256 Checksum: ad7189ea110e263e00f3421eb8dafe4c5d59eb475da8df9c377270f7b2c17cce (RPi4)

text:
# uname -a
Linux rpi512 5.4.29 #1 Wed Apr 8 21:26:21 BST 2020 armv6l GNU/Linux

# vcgencmd version
Apr 7 2020 18:52:12
Copyright © 2012 Broadcom
version 6ab498ee82102a9669a1909ae90341e3ecc2128f (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200408212526-#0408-g2a3a8d1 [Build #0408]

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

Based on tip of LibreELEC.tv master (2a3a8d1, changelog) and tip of XBMC master (90e22fb, changelog) with the following modifications: Build Highlights:
  1. pi4: hack: Try to hide pixel wrap issue
  2. Add support for the AudioInjector.net Isolated sound card
  3. Various other RPi4 kernel fixes; enable UDMABUF
  4. New stable SPI bootloader with HDMI diagnostics
  5. Inputstream API update, and updated inputstream addons
Build Details:
  1. LibreELEC.tv:
    • wlan-firmwate: Update package (PR:4304, 1 commit, 1 file changed)
    • linux (Generic): enable Marvell SDIO and USB WiFi support as module (PR:4305, 1 commit, 1 file changed)
  2. XBMC:
    • [depends] refresh patches (PR:17630, 5 commits, 7 files changed)
    • Remove unused Inputstream addon functions and increase max props (PR:17620, 4 commits, 2 files changed)
    • Enable UTF-8 for JumpLetter and cleanup need for KEY_ASCII (PR:17627, 2 commits, 9 files changed)
    • [Addons] Remove noicon/nofanart and old fallback paths to the root of (PR:17479, 1 commit, 1 file changed)
    • CDMAHeapBufferObject: add /dev/dma_heap/linux,cma path (PR:17605, 1 commit, 1 file changed)
  3. inputstream.adaptive:
    • Ensure seeking to zero does not wrap around (PR:382, 2 commits, 1 file changed)
    • Fix for manual stream changing (PR:375, 1 commit, 1 file changed)
    • Update strings.po (PR:380, 1 commit, 1 file changed)
    • WebVTT fix for multiple rlm lrm in the same string (PR:383, 1 commit, 3 files changed)
    • Fixed nextEmpty on replaceAll (PR:384, 1 commit, 1 file changed)
    • Create slovak translation (PR:399, 1 commit, 1 file changed)
    • Added Romanian strings (PR:404, 1 commit, 1 file changed)
    • Create strings.po (PR:410, 1 commit, 1 file changed)
    • [HLS] EXT-X-DISCONTINUITY (multiple periods) (#374) (fe54cc5)
    • [Widevine] DecodeVideo: fix unencrypted packets (2de39b3)
    • Filled #30161 (greek) (#401) (88d7716)
    • Various translation fixes (#402) (86c62aa)
    • Updated Russian translation (#403) (c9518c2)
    • Update to Croatia translation (hr_hr) (#406) (558e264)
    • Add spanish translation [es_ES] (#407) (4cbd61b)
    • Add missing string in german translation (#409) (74c5f96)
    • [HLS] Fix double slash when using effective_url (0062b9e)
    • [Android] check for SecurityLevel exceptions (f5dfed0)
    • HLS Widevine (#395) (3963502)
    • Merge branch 'master' into Matrix (22bd9fd)
    • Matrix Inputstream API change to v2.1.0 - Adaptive version 2.5.5 (#414) (0979290)
  4. inputstream.ffmpegdirect:
    • Live pause - Matrix API change (PR:27, 4 commits, 10 files changed)
  5. inputstream.rtmp:
    • Inputstream API change to v2.1.0 - RTMP version 3.0.2 (PR:63, 1 commit, 3 files changed)
  6. pvr.zattoo:
    • Fix Zattoo login (73b3111)
    • Merge remote-tracking branch 'origin/Leia' into Matrix (167bab2)
  7. vfs.sftp:
    • change XFILE::EIoControl to VFS_IOCTRL on IoControl and some cleanups (PR:51, 12 commits, 13 files changed)
  8. kodi gbm (RPi4):
    • New commits in this build:
      • pi4: hack: Try to hide pixel wrap issue (76b9fdc0)
  9. kernel 5.4.y:
    • New commits in this build:
      • configs: FS_ENCRYPTION replaces EXT4_ENCRYPTION (11dfd606)
      • Add support for the AudioInjector.net Isolated sound card (aef5a17f)
      • overlays: Fix dtc warnings in i2c-gpio (e788cbbd)
      • kbuild: Disable gcc plugins (5c08b6e7)
  10. kernel kodi/rpi4-kms (RPi4):
    • New commits in this build:
      • vc4_hdmi: Reduce max pixel rate to hide 4k modes (7278c9e7)
      • vc4_hdmi: Set channel mapping as expected by kodi (7b73dc00)
      • vc4_hdmi: Set channel_allocation to something plausible (24dd23c0)
      • vc4_hdmi: Increase pixel clock to 162MHz for 1920x1200@60 (35344e57)
  11. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4242 (perma): rpi-eeprom: update to rpi-eeprom-<next>
    • Updated: [env] PR:4286 (perma): linux (RPi): update to linux-5.4.34
    • Updated: [env] PR:4288 (perma): RPi4: switch to KMS driver and enable v4l2 HEVC decoding
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.
(2020-04-08, 23:23)Milhouse Wrote:  
      • vc4_hdmi: Reduce max pixel rate to hide 4k modes (7278c9e7)
OK ,works. Instead a black screen on playing UHD it was now played as 1080p.
@Milhouse just want to first thank you and your team for the great work you doing. I know the pi 4 build is new but just want know what works and what don’t work. I have tested the build but my system comes back black screen no splash boot screen hence no video output. Tried a different sd card with brand new install of 9.2.1 update it with first build and it booted , 1080P works but no hevc video plays only audio. Updated with second build back to no video. I am still able to communicate with the device via ssh and samba I will continue trying the builds has they come . Thanks again
@bdreams for the "no video" problem did you try the suggestion in the posts above yours (see posts from @querty1000 and @hiassoft)?

Also, for HEVC make sure you have "Direct To Plane" configured in Settings > Player > Videos > PRIME Render Method - it should be the default, but if it's been set to EGL then HEVC won't work.
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 #0409: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: 2bfa1564d1b1e45bd3f8dc2e192767547c765d292aadf0adcff3dff35d30e619 (RPi)
SHA256 Checksum: 1ea64a596c26a44c67e0d03b15fd6b16fb652111c850414a08e8243601909ef7 (RPi2)
SHA256 Checksum: a76f27525e1d7c1a3824a04b3d92f206b6bd19ef68027fb32f5853b21ea66bbf (RPi4)

text:
# uname -a
Linux rpi512 5.4.29 #1 Thu Apr 9 21:09:37 BST 2020 armv6l GNU/Linux

# vcgencmd version
Apr 7 2020 18:52:12
Copyright © 2012 Broadcom
version 6ab498ee82102a9669a1909ae90341e3ecc2128f (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200409210838-#0409-g5f24de0 [Build #0409]

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

Based on tip of LibreELEC.tv master (5f24de0, changelog) and tip of XBMC master (16d3339, changelog) with the following modifications: Build Highlights:
  1. RPi4: New beta SPI firmware (experimental fixes for slower silicon). See Testing Note #11 in first post for update details.
  2. inputstream adaptive and ffmpegdirect updates
Build Details:
  1. LibreELEC.tv:
    • intel_nuc_led: remove package (PR:4307, 1 commit, 3 files changed)
  2. XBMC:
    • [RetroPlayer] allow using wayland with CRPRendererDMA (PR:17544, 5 commits, 9 files changed)
  3. inputstream.adaptive:
  4. inputstream.ffmpegdirect:
    • Suppress verbose logging on libxml2 on osx that causes travis builds to fail (PR:30, 1 commit, 3 files changed)
  5. pvr.nextpvr:
    • Changes for Matrix API changes (#115) (f7d488d)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4242 (perma): rpi-eeprom: update to rpi-eeprom-<next>
    • Added: [env] PR:4271 (perma): Support cross-compile on aarch64 platform
    • Updated: [pkg] PR:17612 (perma): CUDFFile: switch to using libudfread
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.
(2020-04-09, 22:11)Milhouse Wrote: @bdreams for the "no video" problem did you try the suggestion in the posts above yours (see posts from @querty1000 and @hiassoft)?

Also, for HEVC make sure you have "Direct To Plane" configured in Settings > Player > Videos > PRIME Render Method - it should be the default, but if it's been set to EGL then HEVC won't work.

So in other words no 4K output at this time I remove the hdmi_enable_4kp60=1 in configtext and no more black screen but no 4K resolution output . Hevc playback not smooth with recommended settings thanks for the info. I will keep testing the builds and let you know when things improve thanks.
Just want to thank you for supporting RPI4.
(2020-04-10, 01:40)bdreams Wrote:
(2020-04-09, 22:11)Milhouse Wrote: @bdreams for the "no video" problem did you try the suggestion in the posts above yours (see posts from @querty1000 and @hiassoft)?

Also, for HEVC make sure you have "Direct To Plane" configured in Settings > Player > Videos > PRIME Render Method - it should be the default, but if it's been set to EGL then HEVC won't work.

So in other words no 4K output at this time I remove the hdmi_enable_4kp60=1 in configtext and no more black screen but no 4K resolution output . Hevc playback not smooth with recommended settings thanks for the info. I will keep testing the builds and let you know when things improve thanks. 
Yes, this are the first alpha's so:

- no 4k
- no 3D
- no HD sound (Atmos; Dolby-HD etc.)
at this time. But anyway - something to test so a big thank you to milhouse

BTW, you don't need hdmi_enable_4kp60=1 since regular movies are always 24p. Only if you have special youtube rips.
Thanks figure that much.
New LibreELEC.tv Matrix build #0410: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: 6b413a7815f415143cfedb3447c5571e6eec9632713c4188a68ca34b5e7acb32 (RPi)
SHA256 Checksum: 39e6127c16f79d7a60a2e9b0c1de4fa726d5c9e1795e09569f334bd7f0a719df (RPi2)
SHA256 Checksum: b574a22ad336bf283921f1bd4a209696728b52cef00d7bb81bdc6a7ef3103b9a (RPi4)

text:
# uname -a
Linux rpi512 5.4.29 #1 Fri Apr 10 21:08:42 BST 2020 armv6l GNU/Linux

# vcgencmd version
Apr 7 2020 18:52:12
Copyright © 2012 Broadcom
version 6ab498ee82102a9669a1909ae90341e3ecc2128f (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200410210450-#0410-gc38ffcf [Build #0410]

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

Based on tip of LibreELEC.tv master (c38ffcf, changelog) and tip of XBMC master (5e105da, changelog) with the following modifications: Build Highlights:
  1. Added additional RTL8821 devices
  2. Added the option to pass arguments to add-on menu callbacks
Build Details:
  1. LibreELEC.tv:
    • lirc: add patch to fix zotac driver (PR:4312, 1 commit, 1 file changed)
    • Allwinner: Add support for OrangePi Lite2 (PR:4300, 3 commits, 6 files changed)
  2. XBMC:
    • Added the option to pass arguments to add-on menu callbacks (PR:17631, 2 commits, 3 files changed)
  3. inputstream.adaptive:
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4285 (perma): xorg-server: update to xorg-server-1.20.8 (and friends)
    • Updated: [env] PR:4302 (perma): RTL8812AU: update to RTL8812AU-3ec2947
    • Updated: [pkg] PR:17612 (perma): CUDFFile: switch to using libudfread
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.
Big Grin 
@Milhouse and your team of wizards, thanks so much for all your hard work on getting the PRi4 support!  Big Grin

Unfortunately the COVID-19 lockdown has got me stuck away from my Pi for the next 3 weeks, but soon as I'm back, I'll start testing.

Thanks again everyone involved with the PRi4 builds..!
LibreELEC on RPi4 on Samsung 55" Frame TV
New LibreELEC.tv Matrix build #0411: RPi / RPi2 / RPi4
(Supercedes previous build)

SHA256 Checksum: 1b355d56ab2ff7ac190e154634f582a91c1b234db6b85939bfe529b3013bc481 (RPi)
SHA256 Checksum: 1a3ef235ee404c6685e919f97d359c1ca91a76797fed8855196d2985579cbde4 (RPi2)
SHA256 Checksum: e2d51eb7b2fa566b58e524a3eaf7a91babd3527a451b31b3eb2333507a5ae7b0 (RPi4)

text:
# uname -a
Linux rpi512 5.4.29 #1 Sat Apr 11 21:06:02 BST 2020 armv6l GNU/Linux

# vcgencmd version
Apr 7 2020 18:52:12
Copyright © 2012 Broadcom
version 6ab498ee82102a9669a1909ae90341e3ecc2128f (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200411210501-#0411-g0365c1e [Build #0411]

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

Based on tip of LibreELEC.tv master (0365c1e, changelog) and tip of XBMC master (7a9d5fc, changelog) with the following modifications: Build Highlights:
  1. kernel: CMA updates
  2. inputstream.adaptive: [ISM] support HEVC
  3. Drop PR17579 (addon updates)
Build Details:
  1. LibreELEC.tv:
    • sapphire: remove package (PR:4315, 1 commit, 7 files changed)
  2. XBMC:
    • [Music] Add NODE_TYPE_DISC to CMusicDatabaseDirectory::ContainsSongs() (PR:17589, 1 commit, 1 file changed)
    • [Android] Add WisePlay DRM (PR:17649, 1 commit, 6 files changed)
    • Trigger render when scrolling (smartredraw) (PR:17654, 1 commit, 1 file changed)
  3. inputstream.adaptive:
  4. peripheral.joystick:
    • [darwinEmbedded] Controller support for Extended and Micro gamepads (PR:178, 1 commit, 2 files changed)
  5. kernel 5.4.y:
    • New commits in this build:
      • arm64: mm: reserve CMA and crashkernel in ZONE_DMA32 (2c754be6)
      • arm64: mm: Fix initialisation of DMA zones on non-NUMA systems (7ea9f458)
      • ARM: dts: bcm283x: Unify CMA configuration (df688cb8)
      • dma-contiguous: CMA: give precedence to cmdline (76775193)
      • ARM: dts: Use upstream CMA configuration (09dafe2e)
      • ARM: dts: overlays: Unify overlay CMA handling (a3a0f651)
      • configs: add MA120X0P codec (079ec51a)
      • ASoC: ma120x0p: Add 96KHz rate support (b3a581c0)
  6. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [pkg] PR:17612 (perma): CUDFFile: switch to using libudfread
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.
  • 1
  • 61
  • 62
  • 63(current)
  • 64
  • 65
  • 86

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