Hi guys, reading this thrad I bumped my RPi3 with this config:
Code: Select all
force_turbo=1
arm_freq=1400
core_freq=550
over_voltage=6
sdram_freq=575
avoid_pwm_pll=1
sdram_schmoo=0x02000020
over_voltage_sdram_p=6
over_voltage_sdram_i=4
over_voltage_sdram_c=4
gpu_mem=256
v3d_freq=500
h264_freq=333
dtoverlay=sdhost,overclock_50=100
dtparam=audio=on
dtparam=spi=on
temp_limit=85
initial_turbo=60
start_x=1
overscan_scale=1
Looks stable, also I coded a small script to run some benchmarks, so we can compare the results to see who have the "faster" raspberry. Just copy and paste the following command on your RPi (you can use SSH/Putty too):
Code: Select all
curl https://raw.githubusercontent.com/aikoncwd/rpi-benchmark/master/rpi-benchmark.sh | sudo bash
Here is my result:
Code: Select all
Raspberry Pi Benchmark Test
Author: AikonCWD
temp=39.2'C
arm_freq=1200
core_freq=400
sdram_freq=450
microsd_clock=50.000 MHz
Running CPU test...
total time: 17.5519s
temp=49.4'C
Running MEMORY test...
total time: 2.4863s
temp=51.0'C
Running THREADS test...
total time: 8.9331s
temp=52.1'C
Running HDPARM test...
Timing buffered disk reads: 68 MB in 3.08 seconds = 22.06 MB/sec
temp=46.2'C
Running DD WRITE test...
536870912 bytes (537 MB) copied, 24.5015 s, 21.9 MB/s
temp=42.9'C
Running DD READ test...
536870912 bytes (537 MB) copied, 23.4359 s, 22.9 MB/s
temp=41.9'C
AikonCWD's rpi-benchmark completed!
For CPU, MEMORY and THREADS, the smaller the better. Also check the temperature, mine was 52ºc max
For HDPARM, DD WRITE and DD READ, the bigger the better. Lets see who can get better results but lower temperatures
