• 1
  • 149
  • 150
  • 151(current)
  • 152
  • 153
  • 156
OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)
Hello,
I tried to install the last 2 versions versions (7. and 8. Dec.) but it failed. During boot I see:
Kernel OK
System OK
Checking size FAILED
Starting after 30 seconds...
My current test build is "rc2".
Any hintsHuh
Hello,
I tried to install the last 2 versions versions (7. and 8. Dec.) but it failed. During boot I see:
Kernel OK
System OK
Checking size FAILED
Starting after 30 seconds...
My current test build is "rc2".
Any hintsHuh
(2014-12-09, 15:00)Dinos52 Wrote: Hello,
I tried to install the last 2 versions versions (7. and 8. Dec.) but it failed. During boot I see:
Kernel OK
System OK
Checking size FAILED
Starting after 30 seconds...
My current test build is "rc2".
Any hintsHuh

What is the output from "df" in ssh? Chances are your FAT partition is too small - how did you create your initial system, from an image or using the create_sd script?
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! Here we are:

Filesystem 1K-blocks Used Available Use% Mounted on
devtmpfs 185420 0 185420 0% /dev
/dev/mmcblk0p1 123634 113184 10450 92% /flash
/dev/mmcblk0p2 7405496 3920768 3085476 56% /storage
/dev/loop0 103552 103552 0 100% /
tmpfs 190532 0 190532 0% /dev/shm
tmpfs 190532 4692 185840 2% /run
tmpfs 190532 0 190532 0% /sys/fs/cgroup
tmpfs 190532 4 190528 0% /tmp
tmpfs 190532 224 190308 0% /var

Initial system was done with an image (XBMC 13.2). Update worked until "rc2". SD is 8GB. Sorry but I'm a Linux newbie.


UPDATE:
***Success: I've added 1GB to the FAT partition with "Paragon Festplattenmanager": Now it's ok. Many thanks for that hint!
(2014-12-09, 17:08)Dinos52 Wrote: Thanks! Here we are:
...
Initial system was done with an image (XBMC 13.2). Update worked until "rc2". SD is 8GB. Sorry but I'm a Linux newbie.

Your FAT partition, which is where the boot files and firmware is stored, is only 128MB in size - this is now insufficient given the size of the boot files. You need to resize your primary partition to something more reasonable, eg. 256MB or 384MB. Normally I'd suggest using something like gparted/parted on Linux to resize the partitions but if you're a newbie this is probably not something you're familiar with.

Reformatting the SD card with a new OpenELEC 5.x disk image is probably the solution as I think the more recent OE builds create a larger FAT partition. Note however you will lose all your existing data unless you back it up.
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.
Hyperion is broken in latest builds. Last good build is #1204. Starting with #1205 hyperion is not working.
After changing the SYSTEM-partition size with a Live-CD everything is working in #1207, as far as I can tell
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
(2014-12-09, 21:35)gandharva Wrote: Hyperion is broken in latest builds. Last good build is #1204. Starting with #1205 hyperion is not working.

Can you try adding "device_tree=" to config.txt? This will disable the device tree support and indicate roughly whether this is a DT-related problem or something else.
(2014-12-09, 21:46)Solo0815 Wrote: After changing the SYSTEM-partition size with a Live-CD everything is working in #1207, as far as I can tell

Excellent. However the Intel wireless firmware that bloated SYSTEM starting with #1207 has in the last couple of hours been moved to a separate package that will only be built for Generic platforms (x86 etc., not R-Pi) so the SYSTEM file should fit more comfortably once again in small partitions.

Fresh installations with builds from tonight will also create a 256MB FAT partition rather than 128MB.
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 OpenELEC Helix build: #1209
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 3.18.0 #1 PREEMPT Tue Dec 9 22:43:59 GMT 2014 armv6l GNU/Linux

# vcgencmd version
Dec  9 2014 13:55:08
Copyright (c) 2012 Broadcom
version 4fafe14800a0516477d59d50c8396c61266c4b54 (clean) (release)

# lsb_release
OpenELEC (Milhouse) - Version: devel-20141209224248-r19774-g94cea79 [Build #1209]

Based on tip of OpenELEC master (94cea790, changelog) and tip of XBMC master (f4576be7, changelog) with the following modifications:
  • Includes newclock4 patches
  • Excludes the OpenELEC fernetmenta patches due to conflicts with newclock4
  • Excludes the OpenELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-3.18.y
  • Excludes the OpenELEC xbmc-001-newclock4 patch in favour of sourcing these and possibly more recent patches directly from newclock4 branch
  • Default setting for "Show RSS Feed" changed to disabled (new installs only) [patch details]
  • Disabled "Total Duration" in Confluence (see build #0221 for details)
  • Adapted service.openelec.settings to take advantage of PR:5217 [patch details]
  • Includes latest libnfs master (9c1d3848)
  • Includes latest libcec master (9f000e43)
  • Includes latest xbmc-pvr-addons master (5eea1476)
  • Includes latest xbmc-addon-xvdr master (328fa653)
  • Includes additional ffmpeg codecs/muxers enabled for testing/benchmarking purposes (see patch)
  • Includes animated splash support (patch)
  • Includes commits from libcec-2.2.0 (popcornmix)
  • Disabled package RTL8812AU: Realtek 802.11ac driver doesn't currently build against kernel 3.18
  • Included pastebin: Add device tree kernel trailer
  • Included pastebin: Enable kernel device-tree support
  • Included pastebin: Add *.dtb files to firmware
  • Included PR:3657: [rfc] kodi crashlogs
  • Includes PR:5573: webserver: improved caching control (see discussion)
  • Includes PR:5747: [database] - add setting for hiding watched movies/episodes in recently added lists
  • Includes PR:5752: [jsonrpc] Allow retrieving empty TV shows via VideoLibrary.GetTVShows.
  • Includes PR:5894: [addons] display a more helpful message on python script error
Build Highlights:
  1. New firmware to fix problem decoding first audio packet
  2. New kernel 3.18 ((unofficial, upstream still on 3.17.y)
  3. PVR users should read PR:3673: kodi: revert upstream commit b6bec7a, as this introduces a regression with new PVR addons
  4. Create 256MB system partition on all platforms (new installs only)
  5. Add new package 'iwlwifi-firmware' (reduces size of SYSTEM by 10MB on non-Generic systems)
Build Details:
  1. Firmware (Dec 9):
    • firmware: audio_decode: Handle the case where STARTTIME flag is lost when first audio packet has decode error See: link
  2. OpenELEC:
    • kodi: revert upstream commit b6bec7a (PR:3673, 1 commit, 1 file changed)
    • Add package keyutils (PR:3668, 2 commits, 3 files changed)
    • addons: allow building addons with type different than xbmc.python.script / xbmc.service (9ee985b2)
    • scripts/create_addon: cosmetics. require icon.png and changelog.txt in PKG_DIR (3d012ab8)
    • scripts/create_addon: drop 'custom addon versions' (9606281c)
    • scripts/create_addon: drop PKG_ADDON_EXTENSIONS (1921d813)
    • scripts/create_addon: condider addon's own addon.xml as templates (5d175e61)
    • addons: introduce $PKG_ADDON_NAME. (2c64c37b)
    • scripts/mkimage: use 256MB system partition for all platforms (ae42436e)
    • freetype: update to freetype-2.5.4 (57cb091a)
    • projects/imx6/bootloader: use 16bit colorpalette for framebuffer (0369b385)
    • sqlite: update to sqlite-autoconf-3080703 (eedbead0)
    • add new package 'iwlwifi-firmware' (79649861)
    • wlan-firmware: update to wlan-firmware-0.0.27, this fixes #3677 (2ba191ab)
    • kodi-pvr-addons: update to kodi-pvr-addons-5eea147 (d6d95c68)
    • kodi: add PR5805 (f271226b)
    • sqlite: update to sqlite-autoconf-3080704 (40337610)
    • busybox: move keyutils dependency to package 'linux' (94cea790)
  3. XBMC:
    • [dvdplayer] calculate seekoffset when performing chapter seeks (PR:5919, 1 commit, 3 files changed)
    • [system colors.xml] correct wrong colors and spelling (PR:5920, 1 commit, 1 file changed)
    • [pvr] fix built-in PlayMedia with PVR channels and recordings (Trac #15164) (PR:5897, 2 commits, 3 files changed)
    • [linux] fix building libkodi.so (closes #14914) (PR:5925, 1 commit, 1 file changed)
  4. kernel 3.18.y:
    • Commits no longer in build (most likely squashed in new kernel branch):
      • ASoC: BCM2708: Add 24 bit support (912d59f2)
      • bcm2708-i2s: Update bclk_ratio to more correct values (260917b5)
      • soc-core: Fix volsw_range funcs so SOC_DOUBLE_R_RANGE_TLV works. (7bab98bf)
      • Move GPIO setup to hw_params. (29b46fbb)
      • BCM2708: DT: change 'axi' nodename to 'soc' (376fe2d1)
      • Configure GPIOs for I2S based on revision/card settings (d3f30731)
      • bcm2708_fb : Implement blanking support using the mailbox property interface (65094004)
      • bcm2708_fb: Add pan and vsync controls (9fa3b127)
      • bcm2708: Eliminate i2s debugfs directory error (5e1a1f4f)
      • config: Remove CONFIG_REGULATOR - we don't have a regulator driver (31c2b855)
      • bcm2835-camera: stop_streaming now has a void return (bc1b3e1e)
      • pinctrl-bcm2708: pinmux_ops no longer includes disable (c3c8f67b)
      • config: squash: remove stack usage (87761b97)
      • bcm2708_fb: Add fb_set_par call during init so fb is usable without fbcon (d223f288)
      • Remove "console=ttyAMA0" from the base device tree files (82ec92a4)
      • fdt: Take more care with the CMDLINE_EXTEND option (a09dd088)
  5. Additional commits/pull requests not yet merged upstream:
    • Disabled package RTL8812AU: Realtek 802.11ac driver doesn't currently build against kernel 3.18
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.
(2014-12-09, 22:16)popcornmix Wrote:
(2014-12-09, 21:35)gandharva Wrote: Hyperion is broken in latest builds. Last good build is #1204. Starting with #1205 hyperion is not working.

Can you try adding "device_tree=" to config.txt? This will disable the device tree support and indicate roughly whether this is a DT-related problem or something else.
I did and it didn't help. Checked #1209 and afterwards #1205. After reverting to #1204 hyperion/lightberry is working again.
(2014-12-10, 19:10)gandharva Wrote: I did and it didn't help. Checked #1209 and afterwards #1205. After reverting to #1204 hyperion/lightberry is working again.

Can you give some details of what your hyperion/lightberry setup involves? E.g. link to the setup instructions you followed.
If you are using any different GPIO pins, then specify.
What do you do to a clean OE image to enable it? (e.g. any config.txt, cmdline.txt, or config files in /storage?)
All I do is to follow this instructions: https://github.com/tvdzwan/hyperion/wiki...h-OpenELEC
Plus my own hyperion config. I also have some scripts to enable/disable hyperion with my logitech harmony, but that should not matter here.
No special pin layout or anything else.

/edit
Here you can see (page 4) the used pin layout from lightberry: http://img.lightberry.eu/download/doc/Li...ual_EN.pdf
(2014-12-09, 23:27)Milhouse Wrote:
(2014-12-09, 21:46)Solo0815 Wrote: After changing the SYSTEM-partition size with a Live-CD everything is working in #1207, as far as I can tell

Excellent. However the Intel wireless firmware that bloated SYSTEM starting with #1207 has in the last couple of hours been moved to a separate package that will only be built for Generic platforms (x86 etc., not R-Pi) so the SYSTEM file should fit more comfortably once again in small partitions.

Fresh installations with builds from tonight will also create a 256MB FAT partition rather than 128MB.
How can I make a fresh installation?
(2014-12-10, 20:15)lantz69 Wrote:
(2014-12-09, 23:27)Milhouse Wrote:
(2014-12-09, 21:46)Solo0815 Wrote: After changing the SYSTEM-partition size with a Live-CD everything is working in #1207, as far as I can tell

Excellent. However the Intel wireless firmware that bloated SYSTEM starting with #1207 has in the last couple of hours been moved to a separate package that will only be built for Generic platforms (x86 etc., not R-Pi) so the SYSTEM file should fit more comfortably once again in small partitions.

Fresh installations with builds from tonight will also create a 256MB FAT partition rather than 128MB.
How can I make a fresh installation?
Download the current Diskimage ([Diskimage] OpenELEC RC - Raspberry Pi ARM Version:4.97.2) and follow this instructions.
  • 1
  • 149
  • 150
  • 151(current)
  • 152
  • 153
  • 156

Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 3 (Kodi 14.0)8