denis213
Posts: 3
Joined: Thu Feb 02, 2017 4:25 pm

Cant overclock Raspberry Pi B+ OpenELEC

Sat Feb 25, 2017 2:16 pm

Hi

Im trying to overclock my Raspberry Pi B+ but cant figure out why it doesnt work. I have OpenELEC on my SD card.

my settings in config looks like this:

# 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 | 600 | 6
# mode 'Pi2' : 1000 | 500 | 500 | 2

# arm_freq=950
# core_freq=450
# sdram_freq=450
# over_voltage=6

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


I tried both force turbo 0 and 1 but in system info my Raspberry Pi still running at 700mhz.
I change those settings with notepad++ and ofcourse saved them before i put sd card in Raspberry Pi :D


Thanks for help

Ernst
Posts: 1334
Joined: Sat Feb 04, 2017 9:39 am
Location: Germany

Re: Cant overclock Raspberry Pi B+ OpenELEC

Sat Feb 25, 2017 2:23 pm

# I suggest you take another careful look at the file.
# sometimes you can stare at it for hours and still not see the # in the wrong place.
The road to insanity is paved with static ip addresses

denis213
Posts: 3
Joined: Thu Feb 02, 2017 4:25 pm

Re: Cant overclock Raspberry Pi B+ OpenELEC

Sat Feb 25, 2017 3:17 pm

Well if anyone can help me i would be very happy since im totaly new to this stuff and i dont know where # need to be and where not.

Ernst
Posts: 1334
Joined: Sat Feb 04, 2017 9:39 am
Location: Germany

Re: Cant overclock Raspberry Pi B+ OpenELEC

Sat Feb 25, 2017 3:28 pm

Maybe you should do some reading, MagPi could be a very educational.
You do not understand the meaning of # but you are trying to overclock, what will be your next problem when you crash the system ?

I can not be held responsible for any problems caused be removing the # from the following lines

Code: Select all

# 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 | 600 | 6
# mode 'Pi2' : 1000 | 500 | 500 | 2

arm_freq=950
core_freq=450
sdram_freq=450
over_voltage=6

# set to 'force_turbo=1' to disable dynamic overclocking (you can lose your warranty!)
force_turbo=0
# at the beginning of the line marks a comment line.
The road to insanity is paved with static ip addresses

Return to “Troubleshooting”