Operating the H3 in a reliable way (sane clockspeeds) 看全部

Edited by bronco at 2015-11-18 15:12

i just had a look into loboris' fex files for various H3 models just to realize that the following is defined:

  1. boot_clock           = 1536
  2. dram_clk        = 672
  3. [dvfs_table]
  4. max_freq = 1536000000
  5. LV1_volt = 1500
  6. LV2_freq = 1200000000
  7. LV2_volt = 1300
  8. [no more dvfs entries]
In the very same fex files it's also written in comments how sane dvfs values should look like: http://linux-sunxi.org/Orange_Pi_PC#CPU_clock_speed_limit

Our friends at Olimex started yesterday to play with their first own H3 board and now it seems obvious where the heat problems of the H3 originate from: Insane high cpufreq/dvfs settings and maximum DRAM frequency. When adjusting that to sane values (DRAM 480 MHz, max_freq = 100800000 @ 1.2V) then the thermal problems went away: https://olimex.wordpress.com/201 ... test/#comment-20502

Anyone here that already did stability and data integrity tests? Following the guidelines outlined here: http://linux-sunxi.org/Hardware_Reliability_Tests#DRAM and https://groups.google.com/d/msg/ ... _Kl6n0/MnOCbvrgAgAJ

I read through the forums and people trying to get Mali and video acceleration to work every now and then complain about kernel oops they attribute to software stuff. But if hardware is operated beyond sane limits then this sort of problems is quite normal. So again: Did anyone already walk through the whole set of hardware reliability tests?
You learn something new every day!
  • 推荐 bronco
  • 2015-12-8 06:00:27
I did a set of tests without heatsink (on 2nd OPi PC). There it's even more obvious what's wrong with the overvolted settings:


An increase in idle temperature of 12°C when exceeding 1.2 GHz just due to the different voltage levels. Insane. Also interesting the results under full load: http://linux-sunxi.org/User_talk:Tkaiser#Tests_without_a_heatsink

With the insane default settings the H3 wastes more energy when running under full load at 480 MHz than compared to sane settings while at 1.2 GHz. Another plus: Thermal throttling works way better. It seems the Vcore voltage is also considered. In my settings I use 1.24V at 1200 MHz and was able to finish sysbench tests while exceeding 80°C -- with the overvolted default settings throttling would've occured way earlier and sysbench results are worse. Depending on the thermal conditions (small enclosure for example) the sane settings might even improve performance compared to the overvolted defaults since throttling would occur later or not at all.

The best news is: If there's appropriate airflow possible not even a heatsink is needed but the H3 can still run with 1.2 GHz under full load over longer periods of time. Time to stop here.
  • 推荐 bronco
  • 2015-11-18 15:05:48
Edited by bronco at 2015-11-18 15:14
quote: lymon replied at 2015-11-18 13:57
My OPI-PC seems to run fine @ 1200 Mhz (with heat sink)
Ran the cpuburn util for a while a few weeks ...

Running only cpuburn is useless if it's about data integrity. You would've to run 3 tasks cpuburn and one cpufreq-ljt-stress-test. And when data corruption occurs you know that you've to further decrease clockspeed or to increase voltage (negative for temperature and lifespan) to get reliable operating points.

How many hours/days did you let cpuburn run?

Does your 'headless server' run at 1.2 GHz @ 1.3V all the time or is cpufreq scaling default? There are only 2 operating points defined in the fex file so I'm curious what's happening if the H3 is idle. Normally it should both lower the clockspeed and the core voltage but since the dfvs table contains just 2 entries with insane high values (both beyond any sane definitions) I've no idea what's happening then.

Please compare with http://linux-sunxi.org/Cpufreq (would be also interesting how consumption differs when the H3 is idle at 'overclocking' speeds like 1.2GHz @ 1.3V or when it's operated in a sane clockspeed/voltage range, eg. 648Mhz @ 1.04V)
  • 推荐 bronco
  • 2015-12-6 02:46:19
quote: hojnikb replied at 2015-12-5 00:27
I suppose recommended minimums are meant for stable operation for even the crappiest quality bins.

...

You might run into stability problems. And the potential savings aren't worth the efforts.

It makes nearly no difference regarding consumption/temperature when you decrease voltage from 900mV to 800mV but it's a completely different story at the upper limit of the scale: 1400mV vs. 1500mV make a huge difference. By simply stopping this overvolting most of the heat/stability problems (and the need for a fan) are gone.
  • 6# lymon
  • 2015-11-18 13:57:52
Edited by lymon at 2015-11-18 14:01

My OPI-PC seems to run fine @ 1200 Mhz (with heat sink)
Ran the cpuburn util for a while a few weeks ago and no failures came up.

At 1536 Mhz I had stability issues (I noticed this even without running cpuburn)....the OPI seemed to have random hick-ups at this speed.

I am now running it at 1200 for weeks and it has been running fine since then, although I am only using my OPI as a headless server.
Does Allwinner even specify a stable clock and voltage or is 1.6Ghz actually an overclock and the chipset itself is rated for less (like 1.0-1.2Ghz as its usual with cortex A7 designs). ?

  • 8# bronco
  • 2015-11-18 16:39:31
Edited by bronco at 2015-11-18 21:20
quote: hojnikb replied at 2015-11-18 16:13
Does Allwinner even specify a stable clock and voltage or is 1.6Ghz actually an overclock and the ch ...

They do not specify this. This "up to ..." stuff is pure marketing bullsh*t. Allwinner doesn't even care regarding processor features (see this press release here that's still online. The A83T is neither able to be clocked at 2.0 GHz nor does it implement big.LITTLE -- it's the usual chinese style of providing 'informations' and cpufreq/voltage stuff is not specified in the 'user manual' of the device in question, only 'recommended' voltage limits)

Again: http://linux-sunxi.org/Orange_Pi_PC#CPU_clock_speed_limit

The fex files used with H3 boards are set to 'extremity frequency' also regarding DRAM clock speeds: https://github.com/loboris/Orang ... ge/orange_pi_pc.fex

Here you find the datasheet: http://linux-sunxi.org/H3 (search for Table 9-2, the corresponding cpu clockspeeds depend on the device in question: which cooling approach has been used?).

For me it makes absolutely no sense to buy a rather slow device (Cortex A-7) to run it at high speeds to minimize lifespan and get stability and data integrity issues. When I start with H3 I will use something like this http://pastebin.com/Wa879G0Y, then adjust scaling_max_freq to 1008 MHz and walk through the available cpufreq governors to get an idea how the H3 behaves both thermally and regarding performance. I don't want a device that heats up and ruins its lifespan unnecessarily when idle (which it will be most of the time)
1234.. 11NextPage