Messed up after updating Openelec
#1
Hi guys,

I'm very new to Raspberry Pi and Openelec, really hoping you can help me out.

My RP is connected to my tv, I usually control everything with my remote control, now I have attached a keyboard to it, so I can type commands if necessary.

So I've updated my system and now I don't get passed through this black screen with text I don't understand.

Please see
http://www.ground3d.nl/?attachment_id=9770

And

http://www.ground3d.nl/?attachment_id=9769

I'm not sure what info is needed to understand the issue, please let me know what information is missing, I really appreciate any help!

Thanks a lot.
Reply
#2
How did you update OpenELEC? It seems that it did not write correctly to your SD Card.
Reply
#3
Are you overclocking? If so, remove the overclocks.

It could also be a marginal* power supply, so try a different/more powerful power supply - you want at least 2A.

* More recent Raspberry Pi releases do more work in hardware, which means more power is used/needed. Your power supply might be OK when using an older release but doesn't provide enough power for a new release, resulting in system instability.
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.
Reply
#4
The error is sdcard related. What is make and model of sdcard?
Might be worth adding:
Code:
dtoverlay=sdhost
to config.txt which uses an alternative sdcard driver.
Reply
#5
Thanks for the replies.

- There was an option in my settings to update the OpenELEC, I just hit the button.
- I have no idea if I am overclocking, if so, not on purpose.
- Powersupply has worked fine for months, it's 3A
- SD card = microsd (SOS solutions) 8 GB
Reply
#6
(2016-02-23, 14:23)popcornmix Wrote: The error is sdcard related. What is make and model of sdcard?
Might be worth adding:
Code:
dtoverlay=sdhost
to config.txt which uses an alternative sdcard driver.

Where do I exactly add this text?

This is what's in the config.txt file:

################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright © 2009-2014 Stephan Raue ([email protected])
# Inspired and partly copied from:
# http://youresuchageek.blogspot.fr/2012/0...ec-on.html
#
# OpenELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# OpenELEC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################
# Bootloader configuration - config.txt
################################################################################

################################################################################
# Memory (System/GPU configuration )
################################################################################

# default GPU memory split (do not change if you do not know what you are doing)
gpu_mem=128

# SDRAM size based GPU memory split, uncomment and setup to override 'gpu_mem'
gpu_mem_256=112
gpu_mem_512=160
gpu_mem_1024=256

################################################################################
# Overclocking settings
# WARNING: Do not change/enable if you do not know what you are doing!
# The System may become unstable or you can have data corruption or
# you can loose your warranty if you set wrong settings
#
# please read: http://elinux.org/RPi_config.txt#Overclo...figuration
################################################################################

# Overclock mode settings.
#
# default recommended values are: arm_freq | core_freq | sdram_freq | over_voltage
# no overclocking : 700 | 250 | 400 | 0
# mode 'Modest' : 800 | 300 | 400 | 0
# mode 'Medium' : 900 | 333 | 450 | 2
# mode 'High' : 950 | 450 | 450 | 6
# mode 'Turbo' : 1000 | 500 | 500 | 6

arm_freq=900
core_freq=333
sdram_freq=450
over_voltage=2
max_usb_current=1

# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
force_turbo=1

# If you have any data corruption using Turbo Mode and overclocking
# try with this setting uncommented
# If this still fails, try to use Medium mode without "over_voltage=2"
# If it ultimately keeps failing, forget about this until it gets fixed
# Use a more conservative mode that will works fine in any cases:
# initial_turbo=30

################################################################################
# Overscan settings
################################################################################

# Make display smaller to stop text spilling off the screen
# see also http://www.raspberrypi.org/phpBB3/viewto...67&t=15700
# overscan_scale=1
disable_overscan=1

# Adapt overscan values to your needs
# overscan_left=57
# overscan_right=59
# overscan_top=20
# overscan_bottom=20

################################################################################
# various settings see also: http://elinux.org/RPi_config.txt
################################################################################

# Force HDMI even if unplugged or powered off
hdmi_force_hotplug=1

# Doesn't sent initial active source message.
# Avoids bringing CEC (enabled TV) out of standby and channel switch when
# rebooting.
hdmi_ignore_cec_init=1

################################################################################
# License keys to enable GPU hardware decoding for various codecs
# to obtain keys visit the shop at http://www.raspberrypi.com
################################################################################

# decode_MPG2=0x00000000
# decode_WVC1=0x00000000
# decode_DTS=0x00000000
# decode_DDP=0x00000000

################################################################################
# End of default configuration
# all values below this line were inserted from config.txt.bk (your old config)
# and can be merged with the above values
################################################################################
Reply
#7
(2016-02-23, 19:23)Napo Wrote: Where do I exactly add this text?

Anywhere you want. I'd suggest adding it to the end of the file.
Reply
#8
(2016-02-23, 20:22)popcornmix Wrote:
(2016-02-23, 19:23)Napo Wrote: Where do I exactly add this text?

Anywhere you want. I'd suggest adding it to the end of the file.


That didn't work I'm afraid. Maybe I should format the SD card and install all over again? What do you suggest, how to do this? A friend of mine bought this as a gift for me, it was already installed.
Reply

Logout Mark Read Team Forum Stats Members Help
Messed up after updating Openelec0