• 1
  • 72
  • 73
  • 74(current)
  • 75
  • 76
  • 495
v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
New LibreELEC.tv Leia build #0301: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.1 #1 Wed Mar 1 23:23:35 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar  1 2017 20:51:19
Copyright (c) 2012 Broadcom
version 4abe87af4ec05aad4f6333001af4cded6390b64b (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170301231901-#0301-g13a1abb [Build #0301]

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

Based on tip of LibreELEC.tv master (13a1abb2, changelog) and tip of XBMC master (b08e324f, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.10.y
  • Includes latest bcm2835-driver master (b1c9218f, ahead +8)
  • Includes latest kodi-platform master (c8188d82)
  • Includes latest libcec master (0a97062d, ahead +22)
  • Includes latest libnfs master (f95fa8ef, ahead +51)
  • Includes latest p8-platform master (2d90f986, ahead +9)
  • Includes latest addons: inputstream.adaptive (a347296e), inputstream.rtmp (df64b9b2, +6), peripheral.joystick (110ddb71, +2), pvr.argustv (5a36c586), pvr.demo (f2075086, +1), pvr.dvblink (a669273e, +1), pvr.dvbviewer (9fb34b3c), pvr.filmon (5c6432db, +1), pvr.hdhomerun (98cb8d40), pvr.hts (819129d5, +2), pvr.iptvsimple (53d63cce), pvr.mediaportal.tvserver (76ae28f6, +1), pvr.mythtv (a3e4a500, +12), pvr.nextpvr (cb1b5415), pvr.njoy (3d097117, +1), pvr.octonet (8549a31c), pvr.pctv (e0d9f175, +1), pvr.stalker (ea970851, +1), pvr.vbox (dea8335a), pvr.vdr.vnsi (7033621d), pvr.vuplus (6ff2eb28), pvr.wmc (5f1db43f)
  • Exclude [env] kodi-999.99-PR11662.patch: kodi: merged upstream
  • Include [env] afbd134f: linux: Enable Fair Queue packet scheduling (TEST)
  • Include [env] e533a8be: linux: Default to CONFIG_TCP_CONG_BBR (TEST)
  • Include [env] patch: ffmpeg: add extra RPi lib required when building ffmpeg command line with gpu service hevc patches
  • Include [env] patch: RBP: Add support for Dion Audio LOCO-V2 DAC-AMP
  • Include [env] patch: RBP: Add support for Fe-Pi audio sound card
  • Include [env] patch: linux: update to linux-4.10.1
  • Include [env] patch: repository.retroplayer.libreelec.addons: add temp repo for testing
  • Include [env] patch: iwlwifi-firmware: update to iwlwifi-firmware-ba301aa
  • Include [env] patch: Bump included addon versions to prevent online updates
  • Include [env] patch: linux: enable in-tree rtl8192cu for RPi/RPi2
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.* and os.*
  • Include [env] patch: Add kodi binary addons (pvr, adsp, other)
  • Include [env] PR:1287: virtio-gpu support (qemu/kvm)
  • Include [env] PR:1348: kodi: adjust cputemp/gputemp script
  • Include [env] PR:1401: libdrm: adjust default options
  • Include [env] PR:1404: pycryptodome: add package, remove pycrypto
  • Include [pkg] patch: alsa-lib: conf: Add card config for Intel HDMI/DP LPE audio (alsa-lib)
  • Include [pkg] PR:56: bluetooth: add missing 'Connect' option when device is Trusted (service.libreelec.settings)
  • Include [pkg] PR:11668: FFmpegImage: Document and change alignment
Build Highlights:
  1. New firmware (switch back to master; CEC redo; fix prog scan composite mode etc.)
  2. New 4.10.1 kernel
  3. Switch from pycrypto to pycryptodome
  4. Support Fe-Pi audio sound card
  5. AE fixes
Build Details:
  1. Firmware (Mar 1):
    • firmware: Redo CEC code cleanup 3: Removed CEC topology computation
    • firmware: Redo CEC code cleanup 4: Removed unused functions
    • firmware: Redo CEC code cleanup 5: Removed Rx processing
    • firmware: Redo CEC code cleanup 6: Logging changed to VCOS
    • firmware: Redo CEC code cleanup 7: Removed hdmi_state_machine_clock_changed
    • firmware: Redo CEC code cleanup 8: fixed hdmi state machine clk
    • firmware: Redo CEC code cleanup 10: misc cosmetic changes
    • firmware: Fixup CEC code cleanup 8: fixed hdmi state machine clk
    • firmware: hdmi: Add way of forcing logging for hdmi and cec from boot
    • firmware: Redo CEC code cleanup 11: cec_release_logical_addr
    • firmware: arm_loader: Respect smsc95xx.macaddr parameter. See: link
    • firmware: vec: Fix progressive scan composite mode. See: link
    • firmware: vec: PAL_M mode is 525/60. See: link
    • firmware: IL ISP: Support Bayer
    • firmware: IL ISP: Fix error in stride calcs for YUYV formats
    • firmware: video_render: buffer size fixup for ARGB888
    • firmware: video_render: Support per-pixel alpha on RGBA input. See: link
  2. LibreELEC.tv:
    • lcdd: update to 0.5.8 (PR:1275, 1 commit, 2 files changed)
    • port forward of #1402 (PR:1403, 5 commits, 8 files changed)
    • port forward of #1406 (PR:1407, 1 commit, 2 files changed)
  3. XBMC:
    • [PVR] fix timer type display for 'invalid' types (PR:11753, 1 commit, 1 file changed)
    • [depends] install pycryptodome under the alternative Cryptodome names… (PR:11763, 1 commit, 1 file changed)
    • display revision num. when building (PR:11758, 1 commit, 1 file changed)
    • [Fix] XBT: Fix string not null terminated and array delete (PR:11777, 2 commits, 2 files changed)
    • BitstreamParser: return success on Open() (PR:11784, 1 commit, 1 file changed)
    • [Fix]Skip TagLib trying to read tags from internet streams (PR:11759, 1 commit, 1 file changed)
    • Tag processing - add WRITER tag, correct BAND and ENSEMBLE (PR:11735, 1 commit, 1 file changed)
    • [Fix] XBTFReader: fix loading images from xbt files. (PR:11791, 1 commit, 1 file changed)
    • [Fix] VideoPlayer: Delete vob sub demuxer before opening a new one (memory leak). (PR:11731, 1 commit, 1 file changed)
    • [PVR] Fix CID 1401587: UNINIT_CTOR in CGUIEPGGridContainer. (PR:11779, 1 commit, 1 file changed)
    • [PVR] Cleanup: Get rid of raw pointer in signature of CPVRTimers::GetTimerRule (PR:11781, 1 commit, 4 files changed)
  4. pvr.hts:
    • fix install path (PR:290, 1 commit, 1 file changed)
  5. newclock5:
    • New commits in this build:
      • Insert one space between channel names (looks better in the AudioDSP OSD) (9ea2c264)
      • Remove AudioDSP from resampling buffer (31883061)
      • Remove AudioDSP (c96af239)
      • Improve thread safety, use int instead of unsigned int for m_activeProcessId, remove CSettings dependency, prepare adsp manager class for ActiveAE to keep track (ca939095)
      • Code cosmetics (920e58cc)
      • Improve mode handling, stream creation, fix broken ffmpeg layout configuration, simplify public API, improve debugging output, update modes during processing au (3b32417e)
      • Don't disable adsp when add-ons will be deinstalled (TODO: implement a proper way to handle on the fly binary add-on installation for adsp) (52f7c265)
      • Replace CAEFactory with CServiceBroker (3a809daf)
      • Drop CAEFactory (7428bca2)
      • AE: only expose interface to the public (d11e0258)
      • ADSP: temp changes for merge (c5b4a06e)
      • Fix RetroPlayer audio after AE updates (fe646156)
      • ActiveAEDSP: Fix incorrect case on log header includes (74cc5976)
      • OMXAudio: Update to use CServiceBroker instead of AEFactory (06213a0e)
  6. kernel 4.10.y:
    • New commits in this build:
      • Add support for Fe-Pi audio sound card. (#1867) (a1660a01)
      • Add overlay for ads1115 ADCs (#1864) (827ceb06)
      • clk-bcm2835: Correct the prediv logic (12880ef0)
      • amba_pl011: Round input clock up (670c9e74)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [env] patch: RBP: Add support for Fe-Pi audio sound card
    • Added: [env] patch: linux: update to linux-4.10.1
    • Added: [env] PR:1404: pycryptodome: add package, remove pycrypto
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.
(2017-02-18, 23:39)popcornmix Wrote: John Cox is back working on HEVC acceleration for Pi.
It should be a little better than the previous build

`A little better` must be an English understatement, it is quite an improvement,

3 cheers for popcornmix and john Cox and a chair for Millhouse.
This stream shows some weird distortion in lower part:

http://lb-at5-live.cdn.streamgate.nl/at5...ylist.m3u8
Since a few days the little icon (watched/unwatched/half played) is missing in most file views.

It is showing in the the movie marked content, but not in folders for which content is not set.

Standard Estuary skin. just updated.
(2017-03-02, 02:07)Milhouse Wrote:
  • firmware: Redo CEC code cleanup 3: Removed CEC topology computation
  • firmware: Redo CEC code cleanup 4: Removed unused functions
  • firmware: Redo CEC code cleanup 5: Removed Rx processing
  • firmware: Redo CEC code cleanup 6: Logging changed to VCOS
  • firmware: Redo CEC code cleanup 7: Removed hdmi_state_machine_clock_changed
  • firmware: Redo CEC code cleanup 8: fixed hdmi state machine clk
  • firmware: Redo CEC code cleanup 10: misc cosmetic changes
  • firmware: Fixup CEC code cleanup 8: fixed hdmi state machine clk
  • firmware: hdmi: Add way of forcing logging for hdmi and cec from boot
  • firmware: Redo CEC code cleanup 11: cec_release_logical_addr

CEC is fixed, and works for me (RPi3 & PanaTV) as it should.
New LibreELEC.tv Leia build #0302: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.10.1 #1 Thu Mar 2 21:03:35 GMT 2017 armv6l GNU/Linux

# vcgencmd version
Mar  2 2017 15:37:10
Copyright (c) 2012 Broadcom
version a867bcec14cd829107be1c03c0953a076919f4d7 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170302210234-#0302-g6cc9ecb [Build #0302]

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

Based on tip of LibreELEC.tv master (6cc9ecbe, changelog) and tip of XBMC master (5622a5b9, changelog) with the following modifications: Build Highlights:
  1. New firmware (Pi0W support; composite fixes)
  2. Update pycryptodome - add Cryptodome sym link
  3. RPi Bluetooth - use Raspbian udev rules and btuart
  4. Support driver for GPIO expander via mailbox service
Build Details:
  1. Firmware (Mar 2):
    • firmware: platform: Treat Pi0W like Pi0 w.r.t. clocks and voltages
    • firmware: platform: Add final Pi Zero W support
    • firmware: cmake: Expose all symbols from vchostif in bcm_host
    • firmware: vec: first field odd should be related to vertical resolution
    • firmware: vec: Avoid rolling display with progressive PAL. See: link
    • tvservice: Allow progressive composite modes to be chosen. See: link
  2. LibreELEC.tv:
    • kmod: ftp.kernel.org no longer working (PR:1408, 1 commit, 1 file changed)
    • fedorahosted.org closed down (PR:1410, 3 commits, 3 files changed)
  3. XBMC:
    • PVR: never cache pvr directories (PR:11761, 1 commit, 1 file changed)
    • [Fix] VideoPlayer: Don't correct start time external pgs subtitle streams. (PR:11795, 1 commit, 2 files changed)
    • [coverity] Fix CID 138589: Resource leak. (PR:11776, 1 commit, 1 file changed)
    • [xbmc][win32] Move to using unicode win32 api methods (PR:11780, 3 commits, 47 files changed)
  4. peripheral.joystick:
    • [debian] add libudev-dev to build-deps (PR:87, 1 commit, 1 file changed)
  5. newclock5:
    • Commits no longer in build:
      • [PVR] Fix crash in CPVRGUIActions:TonguerocessMenuHooks. (46a8a3e1)
      • [depends] fix taglib are boost removal (e9369ca3)
      • [addons] fix InstallUpdatesAndWait (1c24dc4b)
      • [binary add-ons] Const-correctness in xbmc_addon_cpp_dll.h (df6e96e2)
      • Peripheral API v1.3.1 - Expose rumble and power off capabilities (74f7c7e6)
      • Add setting to disable rumble notifications (7e1ab054)
      • [PVR] Fix inconsistent 'Enable/Disable' (ca80ffdc)
      • [PVR] Trac 17359: Fix crash in CPVRTimers::GetTimerRule(const CFileItem *item). (25ca017c)
      • Get rid of our emulated GetDiskFreeSpaceEx method (743b0e50)
      • Use statvfs64 on linux and some rearrangements (eb0de281)
      • Drop the idea of total space from GetDiskSpace. (88a9fb6a)
      • Drop kernel32 hooking as it's not needed. (2bff845b)
      • [Fix] VideoPlayer: DemuxMultiSource reads in lesser than order (regression). (9848a892)
      • [PVR] fix timer type display for 'invalid' types (d1071936)
      • [depends] install pycryptodome under the alternative Cryptodome namespace instead of Crypto (492a0c7e)
      • display revision num. when building (8adc0e0e)
      • [coverity] CID 1373316: String not null terminated. (5db3e087)
      • fixed, unpackedFrame is an array, delete it like one (c496362b)
      • BitstreamParser: return success on Open() (798d943b)
      • Skip trying to read tags from internet streams & shoutcasts (8fd05f1b)
      • Add processing of WRITER tag for Vorbis and APE formats, and correct use of BAND and ENSEMBLE (Vorbis) tags. (ffe23b25)
      • [Fix] XBTFReader: fix regression introduced by 06a781a1b4d1ee715887940e6c915a9c214a1fdc. (c9d51884)
      • [Fix] VideoPlayer: Delete vob sub demuxer before trying to open a new one (memory leak). (9347e8d4)
  6. kernel 4.10.y:
    • New commits in this build:
      • BCM2835-V4L2: Ensure H264 header bytes get a sensible timestamp (2c89aa5f)
      • BCM2835-V4L2: Correctly denote key frames in encoded data (6e1e6bf1)
      • bcm2835-gpio-exp: Driver for GPIO expander via mailbox service (09dcf793)
      • BCM270X_DT: Add bcm2708-rpi-0-w.dts (54ed9a99)
  7. Additional commits/pull requests/changes not yet merged upstream:
    • Updated: [env] patch: linux: update to linux-4.10.1
    • Added: [env] PR:1413: brcmfmac_sdio-firmware-rpi: Implement Raspbian udev rules and btuart
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.
(2017-02-27, 12:51)Aux_ Wrote: I wanted to update RPi2 from # 0210 to # 0226, but had to realize that tvheadend works only to # 0212, with higher versions as # 0212, HTSP always comes no connectivity.
If necessary I will make a log but later.


Now crazy # 0212 also still

Crashlog this morning: http://pastebin.com/Evrsp7xb

EDIT:

Problem solved, Have official Libreelec 8.0 on it, now all goes perfectly.
I can not do the stress my wife Wink

Have been able to find something about this phenomenon on the Internet.
The issue seems to be the new kernel (more than 4.8.13?) The DVB C / T stick MN88473 (dvb-demod-mn88473-01.fw) does not seem to work properly.
Under this link I had found help -->> https://forum.libreelec.tv/thread-5537.h...ht=MN88473
Now all is well again.

Is that known? If yes, I am reassured.
But if it does not, maybe someone would like to pass it on to the right place?

Thanks for the attention!
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
FYI DVB-T (RTL2832) and TVHeadend just working fine here with latest builds
(2017-03-03, 11:56)ElectricPim Wrote: FYI DVB-T (RTL2832) and TVHeadend just working fine here with latest builds
DVB-C but not, and I did not necessarily talk about nightbuilds, official 8.0.0 does not seem to work either on RPI2 no RPi3
[3x RPi3]#[ AV Receiver - Marantz NR1506 ]#[ TV Panasonic TX-50EXW784 ]#[ NAS - OMV 4.1.xx (Arrakis) @ NanoPI M4 ]#[ Nextcloud 17.0.3 @ ODROID C2 ]
(2017-03-02, 21:08)ElectricPim Wrote: This stream shows some weird distortion in lower part:

http://lb-at5-live.cdn.streamgate.nl/at5...ylist.m3u8

Code:
Width                                    : 1 920 pixels
Height                                   : 1 536 pixels

This is not supported. 1920x1080 is the max supported resolution.
(2017-03-03, 13:07)popcornmix Wrote:
(2017-03-02, 21:08)ElectricPim Wrote: This stream shows some weird distortion in lower part:

http://lb-at5-live.cdn.streamgate.nl/at5...ylist.m3u8

Code:
Width                                    : 1 920 pixels
Height                                   : 1 536 pixels

This is not supported. 1920x1080 is the max supported resolution.

Thx, is it safe to play though? Can't find a lower quality stream for this channel.
build 302, first time I noticed a yellow flash icon top right corner of the screen when booting up.

Also, BeautifulSoup4 and LifeResolver failed to update just now, could be server down for those though.

Something I always notice from each build to build is that the video calibration is slightly changing every single time, sometimes its more and noticeable other times it's just a few pixels. Since the resolution doesn't change, can't we just use saved calibrated settings? Or why do I have to readjust every time I update?
(2017-03-03, 11:40)Aux_ Wrote: Have been able to find something about this phenomenon on the Internet.
The issue seems to be the new kernel (more than 4.8.13?) The DVB C / T stick MN88473 (dvb-demod-mn88473-01.fw) does not seem to work properly.
Under this link I had found help -->> https://forum.libreelec.tv/thread-5537.h...ht=MN88473
Now all is well again.

Is that known? If yes, I am reassured.
But if it does not, maybe someone would like to pass it on to the right place?

Thanks for the attention!

Yes, it's known that 4.9.y and later kernels are causing some issues - @CvH has been producing builds in an effort to narrow down the regression.
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.
(2017-03-03, 19:06)nuwonda Wrote: build 302, first time I noticed a yellow flash icon top right corner of the screen when booting up.

The yellow flash icon means your PSU is not providing enough voltage, which might result in instability.

(2017-03-03, 19:06)nuwonda Wrote: Also, BeautifulSoup4 and LifeResolver failed to update just now, could be server down for those though.

Possibly, please post a debug log if it continues.

(2017-03-03, 19:06)nuwonda Wrote: Something I always notice from each build to build is that the video calibration is slightly changing every single time, sometimes its more and noticeable other times it's just a few pixels. Since the resolution doesn't change, can't we just use saved calibrated settings? Or why do I have to readjust every time I update?

Calibration settings should be saved. If the settings are not being saved then you should open a trac ticket. If this is a new issue then identifying when the problem started will help. Do you have this problem if you simply reboot the system without upgrading?
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.
thanks for the quick answer millhouse. re PSU it's rather weird though as I never had any indication in the past, plus it's the pihut certified one, bundled with the rp3. i just rebooted and right after the rainbow screen i get the flash icon for a second then it disappears. as this was not happening before #302 or any other build before that I guess there are 2 options: 1) the readout is faulty or 2) the PSU just decided today to crap out on me. although Kodi is running fine 24/7 without any problems whatsoever (power wise).

reboot didn't change video calibration
shutting off, unplugging and rebooting did, though. had to recalibrate slightly after that.
also seemed to have lost some other settings, related to UI sounds, was silent before now default sounds are back active.

edit: i just checked the psu with my multimeter and the psu is fine (5.2v stable reading). on this second cold reboot then I was expecting to lose settings again but this time only the lower right corner was slightly changed and I had to make it larger again by a few pixel (not that you would notice but still the blue arrow was not at the exact same position as before the cold reboot), upper left and subtitle position (1025) was the same and no other settings were lost. weird.
  • 1
  • 72
  • 73
  • 74(current)
  • 75
  • 76
  • 495

Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24