Some personal stuff - and prototypes building!


Ok, let me ask different: there is no modern Smartphone that has a thermal solution that is powerful enough to run the CPU for a long time under full load? Like a normal PC can for instance? Or asked the other way round: all modern Smartphone CPUs are basicly to powerful to be built in such small devices? xD
Just read about the LENOVO Thinkstation P320 Tiny: "Silently cooking the processor."
 
Agreed. I still think that if he expects to use those fins to remove hot air from the system, he ought to try spinning the heatsink round from the way it's shown in that photo though.

But they are not readily available like that. The copper one is available like that (with the single fins), but not the aluminium ones. The aluminium ones are wider though.

As a last resource this will be still better than throttling.

Umm... but a thermal cap is basically throttling. If the cap it reached, it throttles the CPU so it cools down again.
How else would you achieve that?

Throttling done RIGHT works pretty well - but needs to be coded.

At the moment, Linux lets the SoC run with max power until it reaches a max. temperature. Then it immediately throttles to 300MHz until it gets below a certain temperature again. That does NOT make sense, as it would slow any emulation, game, etc. down horribly.
So for example: Do nothing until the temperature reaches 80°C, then throttle the CPU to a horribly slow speed until the temperature reaches 60°C again. Not a good user experience.

The proper way would be, to have a daemon take care of the heat / frequency relation.

For example, don't throttle when the max temperature has been reached, but throttle earlier (but less ) as soon as a given temperature has been reached.

As an example:
The max. CPU frequency is set to 1.5GHz and the system heats up.
Once the SoC reaches 60°C, throttle the frequency to 1.4GHz.
If it reaches 63°C, throttle it to 1.3GHz.
If it reaches 66°C, throttle to 1.2GHz.

This would continue on, until the throttling reaches a speed, where it won't increase the temperatur anymore, Thus you have the maximum possible speed without overheating and without sudden heavy throttling. It's subtle.
This would allow the system to be continously used with full power (as short maxing out of the CPU won't increase the temperature high enough to throttle), and it would allow to max the CPU power in regards to the temperature.

Anyone here who wants to code that? :D
 
The vanilla device tree only handles 1 and 1.5GHz for now.
The CPU voltage changes between those frequencies, we need to calculate the intermediate values.
 
I failed to express properly there. I didn't meant thermal cap, I mean CPU frequency cap. Like CPU capped at 1.2GHz or some other suitable frequency so that throttling can be avoided.
However I like the idea of writing a daemon as per your example, and I think it should not be very difficult, as it is just simple logic. An ugly version can be easily written using bash with a while loop and if or case statements.
 
Last edited:
The vanilla device tree only handles 1 and 1.5GHz for now.
The CPU voltage changes between those frequencies, we need to calculate the intermediate values.

I think it also can do 500MHz, but maybe the device tree for the IGEP is a bit different?
 
Obviously we will need a script like ED detailed above running in the background to ensure that nothing heats up to de-soldering temps.

But - why do I want a secret button combination to manually set the 'upper limit'? I realize that the OMAP is designed to run fast in sprints and that I would only be limiting what it can do during those short processor bursts. But - part of me also wants to have an app where I press all four shoulder buttons at once + 1234567890 to strangle the system to 10% - 100% processing 'power'.

It might be pointless - which may be the point.
 
Obviously we will need a script like ED detailed above running in the background to ensure that nothing heats up to de-soldering temps.

:D That won't happen. I was running the OMAP5 with full cpu stress for 2 hours on the devboard without heatsink.
It reached a surface temperature of 130°C, but maxed out there. That is HOT, but not hot enough for any de-soldering
 
:D That won't happen. I was running the OMAP5 with full cpu stress for 2 hours on the devboard without heatsink.
It reached a surface temperature of 130°C, but maxed out there. That is HOT, but not hot enough for any de-soldering

So, inquiring minds want to know...
What did it do when it hit 130°C? Did it self-throttle? To what speed? Did it crash/dump?
 
So, inquiring minds want to know...
What did it do when it hit 130°C? Did it self-throttle? To what speed? Did it crash/dump?

It just kept running. It was a very early build of TIs testing OS, I don't think it had any throttling in there yet.
 
But they are not readily available like that. The copper one is available like that (with the single fins), but not the aluminium ones. The aluminium ones are wider though.
I think I might be getting lost in translation here. I just mean turning the existing aluminium 90 degrees (a quarter turn) either way so that the ends of the fins sit further from the adjacent plastic stop, allowing more air in and out. No new part needed.
 
It just kept running. It was a very early build of TIs testing OS, I don't think it had any throttling in there yet.
So it managed to reach thermal equilibrium self radiating to the room without a heat spreader, heat sink or radiator - just a naked SoC to the room? I would not have expected that.

Once you have these all buttoned up, we need to take one ore more and run full-tilt 100% CPU clock until it either reaches steady state or whatever TI lists for the maximum that the SoC can handle - and let it keep doing it for an hour or two. Stress testing.
 
What would be max safe temperature for pyra that it can hold for long duration without any physical damage ?

I think 130 degree on devboard was without case. With case the same stress may lead to much higher temperatures, may be even with heat sink.
 
I think I might be getting lost in translation here. I just mean turning the existing aluminium 90 degrees (a quarter turn) either way so that the ends of the fins sit further from the adjacent plastic stop, allowing more air in and out. No new part needed.
Air isn't really circulating in there anyway. What little heat this is going to radiate is heatsink -> air -> case -> air. The heatsink is mostly a heat flow regulator (heat storage/surge) in this.
 
This would continue on, until the throttling reaches a speed, where it won't increase the temperatur anymore, Thus you have the maximum possible speed without overheating and without sudden heavy throttling. It's subtle.
This would allow the system to be continously used with full power (as short maxing out of the CPU won't increase the temperature high enough to throttle), and it would allow to max the CPU power in regards to the temperature.

Anyone here who wants to code that? :D
That sounds like a job for a cpu-freq governer to me. You also want the on-demand behaviour there I assume, such that if the CPU is running idle, it drops the clock speed to save battery life, but when it is running it monitors the CPU core temperature so that it runs as fast as it can within thermal limits.

I note in the example there, you seem to think that at 1.2GHz it must be cooling off. That seems surprising to me, so I suggest we need some testing of that to be sure.
[doublepost=1555525393,1555525097][/doublepost]
Air isn't really circulating in there anyway. What little heat this is going to radiate is heatsink -> air -> case -> air. The heatsink is mostly a heat flow regulator (heat storage/surge) in this.
Yes, but on the previous page, ED said he thought the fins on the heatsink were going to heat up the adjacent air. Hot air is more excitable than cold air, so tends to rise and become slightly more slippy, thus will tend to escape from those fins and get replaced by cold air, although the rate of flow will depend entirely on exactly how hot it all gets. I'm just suggesting you don't block off the ends of the vanes if you can avoid it.
 
The issue is not of fitting cooling solution in a smartphone or tablet but industry focus on making devices slimmer with larger touchscreen which leads to sacrifice of ports, keyboards, cooling solutions, audio jack etc.,
That's the actual problem. I'm not into Smartphones or Tablets so I must ask. But from Laptops I know that the Companies also usualy don't focus much onto propper and SILENT (!) cooling. They only build in what's really close to the minimum requirements. Geting a silent and gaming capable Laptop is almost impossible.

@fusion_power You'd only need to fit a heat exchanger and two hoses/pipes. ;)
The Pyra has a modular CPU socket, I guess that's the main issue in our case which makes a "professional" cooling solution (heatpipes) so dfficult.
Exactly, because what most people do on smartphones and tablets is browsing websites. It's important that these load up fast, hence the high-power CPU.
Once they're loaded, the power is not needed anymore.

Thanks to the overpowered SoC, the smartphone feels a lot faster and snappier when navigating or loading / rendering websites.
Of course this makes sense for the average Smartphone User. I asked because I think onto the Pyra, many users may run more demanding programs that require longer and higher max load like games, emulators, compiling, whatever.

Normal PCs can't even, at least with the stock cooler. I updated the cooler on my six year old 65W Pentium server with a modern day 110W cooler and now it mostly doesn't throttle, but it does still momentarily drop the clock to half, according to my script that checks temps and clocks once per second.
Since my Watercooling AIO broke, I use a normal 90mm CPU heatsink/Fan in my Mini-ITX case. Since it's only a 65W i5 CPU, the fan and some case fans (80 and 120 mm) will do the job. Not as good as the AIO but at least I have decent Noctua Fans installed, they do a great job actualy and are dead silent too.

Hm, hard to tell, as this depends on multiple things.
...
There are quite a few factors playing to the whole heat section :)
Wow, Wall'o text, thx for your detailed explanations, ED. I didn't want to steal all you time in writing here so sorry for that. ^^"
 
I think I might be getting lost in translation here. I just mean turning the existing aluminium 90 degrees (a quarter turn) either way so that the ends of the fins sit further from the adjacent plastic stop, allowing more air in and out. No new part needed.
I guess, the length to what he cuts them to fit is shorter than the width. So rotated by 450 degrees they woulnd't. ? They could still be cut in two directions, though.

So it managed to reach thermal equilibrium self radiating to the room without a heat spreader, heat sink or radiator - just a naked SoC to the room? I would not have expected that.
That's what I meant earlier. No matter what's your design, they heat flow goes up with the difference in temperature between yout hottie and the environment.
[doublepost=1555527767,1555527648][/doublepost]
The Pyra has a modular CPU socket, I guess that's the main issue in our case which makes a "professional" cooling solution (heatpipes) so dfficult.
I meant pumping water through. Also, your were asking about tablets. ;)
 
That sounds like a job for a cpu-freq governer to me. You also want the on-demand behaviour there I assume, such that if the CPU is running idle, it drops the clock speed to save battery life, but when it is running it monitors the CPU core temperature so that it runs as fast as it can within thermal limits.

I'm not sure downclocking an idle CPU makes a lot of difference, since (I assume) it will be clock-gated (⇒ basically no dynamic power) when idle (maybe even power-gated). I'm pretty sure SoC CPUs don't run an infinite loop when idle, they just don't run at all. Correct me if I'm wrong.
 
Back
Top