09.11.2012 Views

Contents - Raspberry PI Community Projects

Contents - Raspberry PI Community Projects

Contents - Raspberry PI Community Projects

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

GPU core, h264, v3d and isp should all be integer divisors of pll_freq. So core_freq=480<br />

sets pll_freq=960. That would allow a v3d_freq/h264_freq/v3d_freq of 320 with an<br />

integer divider of 3.<br />

For firmware after 5. Sep. 2012<br />

The latest firmware has a different behaviour [10] .<br />

pll_freq = floor(2400 / (2 * core_freq)) * (2 * core_freq)<br />

gpu_freq = pll_freq / [even number]<br />

The effective gpu_freq is automatically rounded to nearest even integer, so asking for<br />

core_freq=500 and gpu_freq=300 will result in divisor of 2000/300 = 6.666 => 6 and so<br />

333.33MHz.<br />

Tested values<br />

The following table shows some successfull attempts of overclocking, which can be used<br />

for orientation. These settings may not work on every device and can shorten the lifetime<br />

of the Broadcom SoC.<br />

Warning: Warranty will be voided if:<br />

(force_turbo || current_limit_override || temp_limit>85) && over_voltage>0<br />

arm_freq gpu_freq core_freq h264_freq isp_freq v3d_freq sdram_freq over_voltage over_voltage_sdr<br />

800<br />

900 275 500<br />

900 450 450<br />

930 350 500<br />

1000 500 500 6<br />

1050 6<br />

1150 500 600 8<br />

There are reports (http://www.raspberrypi.org/phpBB3/<br />

viewtopic.php?f=29&t=6201&p=159188&hilit=hynix#p159160) that Hynix RAM is not<br />

as good as Samsung RAM for overclocking.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!