• 1
  • 50
  • 51
  • 52(current)
  • 53
  • 54
  • 86
v19 LibreELEC Testbuilds for RaspberryPi (Kodi 19.0)
(2020-02-20, 01:02)Milhouse Wrote: From the full #0216 dmesg it's clear the hardware is not being initialised correctly:
text:
[ 7.546951] ------------[ cut here ]------------
[ 7.546978] WARNING: CPU: 2 PID: 302 at drivers/regulator/core.c:2044 _regulator_put.part.0+0x164/0x16c

@popcornmix @HiassofT, any ideas? 

Odd, never seen this yet. The warning suggests an unbalanced regulator enable/disable operation but from a quick glance the code in sound/soc/pcm512x.c looks fine.

Just did a quick test here with an IQaudio DAC+ (also using pcm5122) and it worked fine with build #0117 on RPi3B+.

Could maybe be related to the DT changes in build #0117 (that also touched clocks node, the hifiberry dac+ registers a clock, the iqaudio dac+ doesn't) - just a wild guess though.

@fichtennadel it might be best if you ask the Hifiberry folks on their forum, maybe they can do a quick test with latest 5.4 kernel and check what might have gone wrong.

so long,

Hias
(2020-02-20, 02:00)HiassofT Wrote:
(2020-02-20, 01:02)Milhouse Wrote: From the full #0216 dmesg it's clear the hardware is not being initialised correctly:
text:
[ 7.546951] ------------[ cut here ]------------
[ 7.546978] WARNING: CPU: 2 PID: 302 at drivers/regulator/core.c:2044 _regulator_put.part.0+0x164/0x16c

@popcornmix @HiassofT, any ideas? 

@fichtennadel it might be best if you ask the Hifiberry folks on their forum, maybe they can do a quick test with latest 5.4 kernel and check what might have gone wrong. 

Done: https://support.hifiberry.com/hc/en-us/c...nel-5-4-18 , lets see what they think.
(2020-02-20, 12:33)fichtennadel Wrote:
(2020-02-20, 02:00)HiassofT Wrote:
(2020-02-20, 01:02)Milhouse Wrote: From the full #0216 dmesg it's clear the hardware is not being initialised correctly:
text:
[ 7.546951] ------------[ cut here ]------------
[ 7.546978] WARNING: CPU: 2 PID: 302 at drivers/regulator/core.c:2044 _regulator_put.part.0+0x164/0x16c

@popcornmix @HiassofT, any ideas? 

@fichtennadel it might be best if you ask the Hifiberry folks on their forum, maybe they can do a quick test with latest 5.4 kernel and check what might have gone wrong.  

Done: https://support.hifiberry.com/hc/en-us/c...nel-5-4-18 , lets see what they think. 

I had a closer look at the pcm512x driver today and noticed a bug in the pcm512x probe error path that I missed yesterday: on clock errors the regulators were not disabled, leading to the kernel warning message and splat.

I've asked milhouse to create a test build with a potential fix for that, please do a test with that and post the dmesg output.

so long,

Hias
(2020-02-20, 19:00)HiassofT Wrote:
(2020-02-20, 12:33)fichtennadel Wrote:
(2020-02-20, 02:00)HiassofT Wrote: @fichtennadel it might be best if you ask the Hifiberry folks on their forum, maybe they can do a quick test with latest 5.4 kernel and check what might have gone wrong.  

Done: https://support.hifiberry.com/hc/en-us/c...nel-5-4-18 , lets see what they think.   

I had a closer look at the pcm512x driver today and noticed a bug in the pcm512x probe error path that I missed yesterday: on clock errors the regulators were not disabled, leading to the kernel warning message and splat.

I've asked milhouse to create a test build with a potential fix for that, please do a test with that and post the dmesg output. 

Great! Let me know when it's available, I'll be happy to test.
New LibreELEC.tv Matrix build #0220: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: fe311ca2fcf22a6323654c0f9e2e3cf8c8df06eb89b014abc4d188b4903bd23a (RPi)
SHA256 Checksum: 8d7c9790e552b89dfac60e267c7df65d25c7dda19fb8b1645a60320954ac986b (RPi2)

text:
# uname -a
Linux rpi512 5.4.21 #1 Thu Feb 20 23:08:24 GMT 2020 armv6l GNU/Linux

# vcgencmd version
Feb 20 2020 16:45:54
Copyright © 2012 Broadcom
version 1614a1ded604d11f395044be137350df84e3d8ee (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200220230737-#0220-g85b21f7 [Build #0220]

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

Based on tip of LibreELEC.tv master (85b21f7, changelog) and tip of XBMC master (1ab50b9, changelog) with the following modifications: Build Highlights:
  1. New firmware (loader: 4-byte align initramfs blocks)
  2. New 5.4.21 kernel
  3. [addons] move binary addon interface functions to own files / cleanups
Build Details:
  1. Firmware (Feb 20):
    • firmware: Add the ability to export labels from overlays
    • firmware: loader: 4-byte align initramfs blocks. See: link
    • firmware: vd3/video_decode: Do not add 16 lines of context when video is 1920 tall. See: link
  2. LibreELEC.tv:
    • packages: bump devel packages (PR:4160, 37 commits, 49 files changed)
    • binutils: fix build without texinfo (PR:4217, 1 commit, 1 file changed)
  3. XBMC:
    • [addons] move binary addon interface functions to own files / cleanups (PR:17294, 8 commits, 75 files changed)
  4. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4183 (perma): linux (RPi): update to linux-5.4.22
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-02-20, 22:44)fichtennadel Wrote: Great! Let me know when it's available, I'll be happy to test.

@fichtennadel: Please test build #0220b and post a link to the full dmesg: RPi2 - it probably doesn't fix the issue, but one step closer...

@hiassoft: Thanks!
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-02-21, 01:47)Milhouse Wrote:
(2020-02-20, 22:44)fichtennadel Wrote: Great! Let me know when it's available, I'll be happy to test.

@fichtennadel: Please test build #0220b and post a link to the full dmesg: RPi2 - it probably doesn't fix the issue, but one step closer...

@hiassoft: Thanks! 

FYI: This is the pcm512x patch included in this build https://patchwork.kernel.org/patch/11394967/ and it's already on it's way into upstream kernels.

I'm pretty sure now the actual error is with the clock driver of the Hifiberry card, it doesn't seem to be loaded/loading which then triggers the bug in the pcm512x driver that leads to the regulator warning - the patch will make the regulator warning and stacktraces go away, but the issue with the clock driver will very likely still be there.

so long,

Hias
(2020-02-21, 02:31)HiassofT Wrote:
(2020-02-21, 01:47)Milhouse Wrote:
(2020-02-20, 22:44)fichtennadel Wrote: Great! Let me know when it's available, I'll be happy to test.

@fichtennadel: Please test build #0220b and post a link to the full dmesg: RPi2 - it probably doesn't fix the issue, but one step closer...

@hiassoft: Thanks!       


I'm pretty sure now the actual error is with the clock driver of the Hifiberry card, it doesn't seem to be loaded/loading which then triggers the bug in the pcm512x driver that leads to the regulator warning - the patch will make the regulator warning and stacktraces go away, but the issue with the clock driver will very likely still be there.

       
Yep, exceptions are gone but still no hifiberry module loaded: https://paste.kodi.tv/sasuxiqure

Don't get misled by the snd-rpi-hifiberry-dacplus soc: sound: ASoC: failed to init link HiFiBerry DAC+: -517 messages, they are also there when successfully loading the module, the difference is in the last line, which is missing when failing:
[    6.829712] snd-rpi-hifiberry-dacplus soc: sound: ASoC: failed to init link HiFiBerry DAC+: -517
[    7.112002] snd-rpi-hifiberry-dacplus soc: sound: ASoC: failed to init link HiFiBerry DAC+: -517
[    7.429348] snd-rpi-hifiberry-dacplus soc: sound: ASoC: failed to init link HiFiBerry DAC+: -517
[    7.632537] snd-rpi-hifiberry-dacplus soc: sound: pcm512x-hifi <-> 3f203000.i2s mapping ok



@HiassofT, you mentioned "the actual error is with the clock driver of the Hifiberry card" , who could be addressed for that?
Over at https://support.hifiberry.com/hc/en-us/c...nel-5-4-18 hifiberry is asking to submit this as kernel bug at https://github.com/raspberrypi/linux/issues , is this the appropriate place from your point of view?
(2020-02-21, 11:26)fichtennadel Wrote:
(2020-02-21, 02:31)HiassofT Wrote:
(2020-02-21, 01:47)Milhouse Wrote: @fichtennadel: Please test build #0220b and post a link to the full dmesg: RPi2 - it probably doesn't fix the issue, but one step closer...

@hiassoft: Thanks!       


I'm pretty sure now the actual error is with the clock driver of the Hifiberry card, it doesn't seem to be loaded/loading which then triggers the bug in the pcm512x driver that leads to the regulator warning - the patch will make the regulator warning and stacktraces go away, but the issue with the clock driver will very likely still be there.

        
Yep, exceptions are gone but still no hifiberry module loaded: https://paste.kodi.tv/sasuxiqure

Don't get misled by the snd-rpi-hifiberry-dacplus soc: sound: ASoC: failed to init link HiFiBerry DAC+: -517 messages, they are also there when successfully loading the module, the difference is in the last line, which is missing when failing:
[    6.829712] snd-rpi-hifiberry-dacplus soc: sound: ASoC: failed to init link HiFiBerry DAC+: -517
[    7.112002] snd-rpi-hifiberry-dacplus soc: sound: ASoC: failed to init link HiFiBerry DAC+: -517
[    7.429348] snd-rpi-hifiberry-dacplus soc: sound: ASoC: failed to init link HiFiBerry DAC+: -517
[    7.632537] snd-rpi-hifiberry-dacplus soc: sound: pcm512x-hifi <-> 3f203000.i2s mapping ok



@HiassofT, you mentioned "the actual error is with the clock driver of the Hifiberry card" , who could be addressed for that?
Over at https://support.hifiberry.com/hc/en-us/c...nel-5-4-18 hifiberry is asking to submit this as kernel bug at https://github.com/raspberrypi/linux/issues , is this the appropriate place from your point of view? 

Thanks for testing and the logs! dmesg looks OK now (from pcm512x side) but the clk_hifiberry_dacpro module isn't listed in lsmod - so as expected quite likely the cause of the issue.

A couple of -517 errors are quite normal, they come from deferred probing. If some dependency is missing (mostly not loaded yet) the kernel will retry later, but eventually give up.

You can open an issue on RPi kernel github, may be a good idea to collect all info in one place, but in the end the Hifiberry folks will need to look into that as they wrote their clock driver.

so long,

Hias
New LibreELEC.tv Matrix build #0221: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 916f6cfb91b2698ce2d30c51d9b378eb5d6f07c0a713a52f2eec511b6da534a5 (RPi)
SHA256 Checksum: f1588d40ce1b7587f6a95ee303f7f327dc5f9f2db7e9eeb2a11c283a1ceb46e9 (RPi2)

text:
# uname -a
Linux rpi512 5.4.21 #1 Fri Feb 21 21:04:16 GMT 2020 armv6l GNU/Linux

# vcgencmd version
Feb 20 2020 16:45:54
Copyright © 2012 Broadcom
version 1614a1ded604d11f395044be137350df84e3d8ee (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200221210330-#0221-g85b21f7 [Build #0221]

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

Based on tip of LibreELEC.tv master (85b21f7, changelog) and tip of XBMC master (a6e4569, changelog) with the following modifications: Build Highlights:
  1. Added kernel regulator fix
Build Details:
  1. XBMC:
    • Remove outdated distribute dependency (PR:17360, 1 commit, 2 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4210 (perma): packages: various updates (Q1 2020)
    • Added: [pkg] patch: regulator fix (linux)
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 #0222: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: ba1b7ec79d72d6ee082d7437b44453555714370b163a76cd599151176d978f38 (RPi)
SHA256 Checksum: b79c4313588cb12da20c9d68b9a07223ecc1a673e93fcfced5ffacbe74445eb3 (RPi2)

text:
# uname -a
Linux rpi512 5.4.21 #1 Sat Feb 22 21:04:37 GMT 2020 armv6l GNU/Linux

# vcgencmd version
Feb 20 2020 16:45:54
Copyright © 2012 Broadcom
version 1614a1ded604d11f395044be137350df84e3d8ee (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200222210352-#0222-ge49037d [Build #0222]

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

Based on tip of LibreELEC.tv master (e49037d, changelog) and tip of XBMC master (353d610, changelog) with the following modifications: Build Highlights:
  1. linux: initramfs: use initramfs config file(s) and directory structure
  2. ALSA: update to 1.2.2
Build Details:
  1. LibreELEC.tv:
    • gdb: fix expat search on some hosts (PR:4222, 1 commit, 1 file changed)
    • enable support for BPF IR decoders (PR:4196, 9 commits, 17 files changed)
  2. XBMC:
    • [macos] change Toggle Fullscreen shortcut to system default Cmd+Ctrl+F (PR:17161, 1 commit, 2 files changed)
    • [macos] fix warnings introduced in #17161 (PR:17389, 1 commit, 1 file changed)
  3. peripheral.joystick:
    • Set up CI with Azure Pipelines (1e96d24)
  4. pvr.argustv:
    • Set up CI with Azure Pipelines (9ef40cd)
    • remove AppVeyor for test build (7c8f647)
    • add Azure status badge to Readme.md (11b13a8)
  5. pvr.demo:
    • Set up CI with Azure Pipelines (bce3a7f)
    • add Azure status badge to Readme.md (c4a3410)
    • fix travis status badge on README.md (used master before) (6851da2)
  6. pvr.dvblink:
    • Set up CI with Azure Pipelines (9a84b57)
    • remove AppVeyor for test build (74e4f64)
    • add Azure status badge to Readme.md (3ce3db2)
  7. pvr.iptvsimple:
    • Set up CI with Azure Pipelines (041314f)
    • remove AppVeyor for test build (2ad1b78)
    • add Azure status badge to Readme.md (c05f11a)
  8. vfs.libarchive:
    • Set up CI with Azure Pipelines (c6d2704)
    • add Azure to Readme.md and prevent AppVeyor show (fa3f51b)
  9. vfs.rar:
    • Set up CI with Azure Pipelines (c07cb8e)
    • add Azure to Readme.md and prevent AppVeyor show (af8572b)
    • fix travis status badge on README.md (used master before) (01db5cf)
  10. vfs.sftp:
    • Set up CI with Azure Pipelines (55b3641)
    • add Azure to Readme.md and prevent AppVeyor show (c3d5a17)
    • fix travis status badge on README.md (used master before) (d1dc0a7)
  11. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4188 (perma): dvb-update
    • Added: [env] PR:4218 (perma): linux: initramfs: use initramfs config file(s) and directory structure
    • Added: [env] PR:4223 (perma): ALSA: update to 1.2.2
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-02-13, 13:51)popcornmix Wrote:
(2020-02-10, 07:24)Milhouse Wrote: @raoulbhatia the majority of your crashes are this:
I'm not sure why this is crashing. @popcornmix any ideas? If a debug-enabled build might help I can run one up...

It might do, there are a couple of missing lines in backtrace that may have more info in a debug build.
Confirming the build when it started would also help. I don't believe anything has deliberately changed in this area
(as far as partial backtrace goes, this isn't even in Pi specific code). 

@popcornmix @Milhouse I have shared the crash log from the debug build here https://forum.kodi.tv/showthread.php?tid...pid2924463

I also tried LibreELEC-RPi2.arm-9.80-Milhouse-20200220230737-#0220-g85b21f7.tar to see if there is anything new, however, playing a video in Amazon Prime still leads to a crash, check http://ix.io/2bDp

I tried to "bisect" to find the last stable version that has no such issues - I am currently able to use LibreELEC-RPi2.arm-9.80-Milhouse-20200129003814-#0128-g6a49b98.tar w/o issue.  I recall having crashes from #0129 onwards, and will try to confirm once more within the next days.

Let me know what else I can do to help figure this out!

Raoul
New LibreELEC.tv Matrix build #0223: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 50b2e4f2b51ec2272f7b25738828924116423662583716fe30c568eab809e115 (RPi)
SHA256 Checksum: 20beca65c17d1a8b54eb5a8a9ef15fa2c2279887628688a9719b31e350c8194e (RPi2)

text:
# uname -a
Linux rpi512 5.4.21 #1 Sun Feb 23 21:04:31 GMT 2020 armv6l GNU/Linux

# vcgencmd version
Feb 20 2020 16:45:54
Copyright © 2012 Broadcom
version 1614a1ded604d11f395044be137350df84e3d8ee (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200223210345-#0223-ge49037d [Build #0223]

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

Based on tip of LibreELEC.tv master (e49037d, changelog) and tip of XBMC master (353d610, changelog) with the following modifications: Build Highlights:
  1. PVR addon CI changes
Build Details:
  1. pvr.filmon:
    • Set up CI with Azure Pipelines (523b0ec)
    • remove AppVeyor for test build (d5e68f8)
    • add Azure status badge to Readme.md (ea5b360)
  2. pvr.freebox:
    • add kodi-platform, p8-platform and tinyxml to addon itself as depends (PR:27, 1 commit, 8 files changed)
  3. pvr.hdhomerun:
    • Set up CI with Azure Pipelines (4d9fbad)
    • remove AppVeyor for test build (89152c1)
    • bring status badges in different lines (easier view update) (2539d5f)
    • fix travis status badge on README.md (used master before) (d66ac83)
    • add Azure status badge to Readme.md (459eae9)
  4. pvr.hts:
    • Set up CI with Azure Pipelines (2362d87)
    • remove AppVeyor for test build (c655f8e)
    • fix travis status badge on README.md (used master before) (4688f55)
    • add Azure status badge to Readme.md (901187b)
  5. pvr.iptvsimple:
    • add p8-platform to addon itself as depends (PR:328, 1 commit, 2 files changed)
  6. pvr.mediaportal.tvserver:
    • add Azure status badge to Readme.md (4dc9cfe)
    • remove AppVeyor for test build (ded33b3)
    • add Azure status badge to Readme.md (bcf1dc0)
  7. pvr.nextpvr:
    • Set up CI with Azure Pipelines (151979a)
    • remove AppVeyor for test build (566fc74)
    • add Azure status badge to Readme.md (2ea18d3)
  8. pvr.njoy:
    • Set up CI with Azure Pipelines (e6bf14f)
    • remove AppVeyor for test build (26b2200)
    • add Azure status badge to Readme.md (c845d44)
  9. pvr.pctv:
    • Set up CI with Azure Pipelines (2741d40)
    • remove AppVeyor for test build (744815a)
    • add Azure status badge to Readme.md (a5acfdd)
  10. pvr.stalker:
    • add p8-platform to addon itself as depends (PR:130, 2 commits, 3 files changed)
    • Set up CI with Azure Pipelines (3ac1a8a)
    • remove AppVeyor for test build (a0b4cba)
    • add Azure status badge to Readme.md (6138cf9)
  11. pvr.teleboy:
    • add p8-platform to addon itself as depends (PR:44, 1 commit, 2 files changed)
  12. pvr.vbox:
    • Set up CI with Azure Pipelines (332db36)
    • remove AppVeyor for test build (90ef982)
    • add Azure status badge to Readme.md (3eae616)
  13. pvr.vdr.vnsi:
    • Set up CI with Azure Pipelines (6ab28ef)
    • add Azure status badge to Readme.md (18b2cc5)
    • fix travis status badge on README.md (used master before) (522e242)
  14. pvr.vuplus:
    • add kodi-platform, p8-platform and tinyxml to addon itself as depends (PR:273, 1 commit, 7 files changed)
    • Set up CI with Azure Pipelines (aa5a75f)
    • remove AppVeyor for test build (4828da0)
    • add Azure status badge to Readme.md (88e3591)
  15. pvr.waipu:
    • add p8-platform to addon itself as depends (PR:60, 1 commit, 2 files changed)
    • Migrate settings to new format (PR:59, 2 commits, 2 files changed)
  16. pvr.wmc:
    • Set up CI with Azure Pipelines (e794576)
    • remove AppVeyor for test build (e56f852)
    • add Azure status badge to Readme.md (b48c6c8)
  17. pvr.zattoo:
    • remove kodi-platform and add p8-platform to addon itself as depends (PR:75, 2 commits, 7 files changed)
  18. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [pkg] PR:17222 (perma): [url] skip parsing username:password@ for udp/rtp streams
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 #0224: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 2a5319380f7e8bc0f972b7f573adb9f5bbe8e5553bc5ebb00d789e197efa2251 (RPi)
SHA256 Checksum: d3f5cbde38551f4bfc4151d4b1256ef75a71a3eebfe90aabc36b292136606e08 (RPi2)

text:
# uname -a
Linux rpi512 5.4.21 #1 Mon Feb 24 21:04:42 GMT 2020 armv6l GNU/Linux

# vcgencmd version
Feb 20 2020 16:45:54
Copyright © 2012 Broadcom
version 1614a1ded604d11f395044be137350df84e3d8ee (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200224210353-#0224-ge49037d [Build #0224]

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

Based on tip of LibreELEC.tv master (e49037d, changelog) and tip of XBMC master (9cdb7d0, changelog) with the following modifications: Build Highlights:
  1. More PVR platform tweaks
Build Details:
  1. XBMC:
    • [depends] bump libjpeg-turbo to 2.0.4 (PR:17385, 2 commits, 8 files changed)
  2. pvr.dvblink:
    • add p8-platform to addon itself as depends (PR:127, 1 commit, 2 files changed)
  3. pvr.vbox:
    • add p8-platform to addon itself as depends (PR:232, 1 commit, 2 files changed)
  4. pvr.vuplus:
    • add string.po labels for en_gb (PR:272, 1 commit, 3 files changed)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [pkg] PR:17222 (perma): [url] skip parsing username:password@ for udp/rtp streams
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 #0225: RPi / RPi2
(Supercedes previous build)

SHA256 Checksum: 24e024d1bef43514df75d4f35628116bc2f84bcafefb032da45cf0fd60767a5c (RPi)
SHA256 Checksum: f51844bfa91da1cdf5d7a0e8f698da4309b5c23b7b861b6c66b87e358dfc5c34 (RPi2)

text:
# uname -a
Linux rpi512 5.4.22 #1 Tue Feb 25 21:04:37 GMT 2020 armv6l GNU/Linux

# vcgencmd version
Feb 20 2020 16:45:54
Copyright © 2012 Broadcom
version 1614a1ded604d11f395044be137350df84e3d8ee (clean) (release) (start_x)

# lsb_release
LibreELEC (Milhouse): devel-20200225210351-#0225-ge49037d [Build #0225]

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

Based on tip of LibreELEC.tv master (e49037d, changelog) and tip of XBMC master (17e8ace, changelog) with the following modifications: Build Highlights:
  1. New 5.4.22 kernel
Build Details:
  1. XBMC:
    • Estuary maps (PR:17398, 1 commit, 1 file changed)
    • Refactoring enum MediaLockState (PR:17381, 2 commits, 15 files changed)
  2. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] PR:4181 (perma): linux (Generic/Allwinner): update to linux-5.5.6
    • Updated: [env] PR:4183 (perma): linux (RPi): update to linux-5.4.22
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
  • 50
  • 51
  • 52(current)
  • 53
  • 54
  • 86

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