Kodi Community Forum
Overclocking Pi 3 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: Overclocking Pi 3 (/showthread.php?tid=266501)

Pages: 1 2


Overclocking Pi 3 - nick w - 2016-03-29

Whats people experiences and best settings for overclocking the Pi3?

Thanks
N


RE: Overclocking Pi 3 - nick w - 2016-03-30

Just seen this thread
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=139061&start=50

This appears to be a stable overclock for my pi 3:


dtparam=sd_overclock=100
arm_freq=1275
over_voltage=4
sdram_freq=575
sdram_schmoo=0x02000020
over_voltage_sdram_p=6
over_voltage_sdram_i=4
over_voltage_sdram_c=4
core_freq=500
v3d_freq=500
h264_freq=333
gpu_mem=256


RE: Overclocking Pi 3 - nick w - 2016-03-30

Edit,
I have seen Milhouses and popcornmix's overclocking settings so going to run with these
arm_freq=1300
gpu_freq=500
over_voltage=4
core_freq=500
sdram_freq=580
over_voltage_sdram=5
sdram_schmoo=0x02000020
force_turbo=1


RE: Overclocking Pi 3 - archie456 - 2016-03-31

So is it worth overclocking the Rp13?

Whats runs better when its overclocked? I understand that its quite fast running on normal settings..?


RE: Overclocking Pi 3 - stanleyella - 2016-04-01

There are some memory tweaks for gpu and cpu but I think openelec or osmc set them as default.
Are the settings you posted "nick w", not void warranty? How long has the pi3 been running on those settings?
Pi3 only came out in February. I want mine to last like my pi1/2


RE: Overclocking Pi 3 - nick w - 2016-04-02

Hi

I run the Milhouse builds and use the Pi in my cinema room to play all my ocntent so even before i tested it i overclocked it. i have a pi2 in the lounge and browsing menus it was a bit luggish. i have now overclocked that and it runs alot nicer and smoother.

all my rPi's run 24/7

Havent had any issues other than the rPi3 running hot due to having a slim line case which prevent airflow.

yes, force_turbo=1 does void the warrenty i beleive. but at £27, its no biggie if it goes pop. They are made to be pushed and dabbled with


RE: Overclocking Pi 3 - Zomby_Woof - 2016-04-23

(2016-03-30, 10:14)nick w Wrote: Just seen this thread
https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=139061&start=50

This appears to be a stable overclock for my pi 3:


dtparam=sd_overclock=100
arm_freq=1275
over_voltage=4
sdram_freq=575
sdram_schmoo=0x02000020
over_voltage_sdram_p=6
over_voltage_sdram_i=4
over_voltage_sdram_c=4
core_freq=500
v3d_freq=500
h264_freq=333
gpu_mem=256

I'm running OpenELEC on a RPi3, do I just open the config.txt and paste this in at the end.


RE: Overclocking Pi 3 - nick w - 2016-04-23

No. Check what's already enabled as you don't want to enable a setting twice.



Sent from my Nexus 6


RE: Overclocking Pi 3 - Zomby_Woof - 2016-04-23

(2016-04-23, 19:49)nick w Wrote: No. Check what's already enabled as you don't want to enable a setting twice.



Sent from my Nexus 6

I see further up in the config.txt file that gpu_mem=128 is already there. So its probably safe to say that I should delete one and then change the other to gpu me=256. Big Grin


RE: Overclocking Pi 3 - popcornmix - 2016-04-23

If a setting is listed twice, the latter one has precedence, so you don't have to delete earlier ones (although it may be less confusing if you do).
The bigger issue is that someone else's overclock setting may not work on your pi.

Overclocking is not guaranteed and often needs a certain amount of tweaking.
Backup before applying (especially if using the aggressive dtparam=sd_overclock=100).


RE: Overclocking Pi 3 - J_E_F_F - 2016-04-25

is it possible in config.txt to have overclock settings specific to RPi2 and RPi3 in the same file?
(basically so I can move the SD card between RPi2 and RPi3 without stripping settings)

I think I saw something about that on new installations. I've been running my *elec RPi2 build for many months and don't see a separate section for RPi2/3


RE: Overclocking Pi 3 - noggin - 2016-04-25

According to https://www.raspberrypi.org/documentation/configuration/config-txt.md you can filter config.txt settings by Pi models. It doesn't mention a Pi3 option - but I expect that [ALL], [pi1], [pi2] and probably [pi3] will work to allow model-specific overclocks on the same SD card.


RE: Overclocking Pi 3 - popcornmix - 2016-04-25

Yes.
Code:
[pi1]
arm_freq=1000
[pi2]
arm_freq=1100
[pi3]
arm_freq=1300
Would work.


RE: Overclocking Pi 3 - J_E_F_F - 2016-04-25

Thank you


RE: Overclocking Pi 3 - Warez - 2016-04-25

# Config settings
[all]
gpu_mem=350
gpu_mem_256=128
gpu_mem_512=160
gpu_mem_1024=350

over_voltage=4
over_voltage_sdram=4
sdram_schmoo=0x02000020

disable_overscan=1
# overscan_scale=1
# overscan_left=57
# overscan_right=59
# overscan_top=20
# overscan_bottom=20

hdmi_drive=2
hdmi_force_hotplug=1
hdmi_ignore_cec=0
hdmi_ignore_cec_init=1
hdmi_pixel_encoding=3

disable_splash=1
max_usb_current=1

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


[pi2]

arm_freq=1000
core_freq=500
sdram_freq=500
# gpu_freq=333
force_turbo=1
dtparam=sd_overclock=79


[pi3]

arm_freq=1300
core_freq=500
sdram_freq=500
# gpu_freq=500
force_turbo=0
dtparam=sd_overclock=83