I think that quote ( the one up thereBurngate wrote: 5.1v or above is recommended for a psu because most free leads are crap, not because the Pi needs it.
A bit like your car needs 200 horse-power because your brakes will probably be binding.
Hate to break it to you, but the page you linked/are quoting for power consumption is for the Pi/Pi2 (not Pi3). Did you not see the Pi image on bottom? or date last updated?Heater wrote:So hard to find non-misleading information on the forum....
The ARM/GPU core runs at 1.2 volts. Unless you tweek over_voltage. See here:
http://elinux.org/RPiconfig#Overclocking_options
So I seriously don't believe plus or minus 0.1 volts on the 5v supply makes a jot of difference. It may make issues for attached USB devices but I don't have any except a WIFI dongle.
Now it looks as if I have burned my Pi. xhpl only ever hangs the whole system now.
I have not done any over clocking or over volting. I can't find a heat sink immediately.
What to do?
This page was last modified on 23 February 2016, at 02:37.
Also, to stop the benchmark from crashing or failing try adding this (if your power supply will allow it)Now it looks as if I have burned my Pi. xhpl only ever hangs the whole system now.
I have not done any over clocking or over volting. I can't find a heat sink immediately.
What to do?
Code: Select all
over_voltage=1Well, you could have put heat sinks on that thing in the first place rather than arguing with me and Rive. I can't believe you did what he told you to (without heat sinks).Heater wrote: I have not done any over clocking or over volting. I can't find a heat sink immediately.
What to do?
Heater wrote:Rive,
Go ahead, break it to me, I can handle it. You haven't actually said anything there.
I'm confused. I did not make any comment about power consumption, only voltages.
Sure that document may be out of date. If you can link us to anything newer that says differently that would be great.
As it stands I now have an unreliable Pi 3. What to do?
Yep, could have. If I had one around....you could have put heat sinks on that thing in the first place rather than arguing with me and Rive.
It does seem a bit silly now doesn't it?I can't believe you did what he told you to (without heat sinks).
The software won't damage the Pi/SoC....The Pi3 is enabled for NEON (which i think is what Linpack bench uses? I know Cpuburn-a53 does)....So, who would then expect a piece of software to cause permanent damage?
Code: Select all
pi@raspberrypi:~ $ cat /proc/cpuinfo
processor : 0
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
model name : ARMv7 Processor rev 4 (v7l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Hardware : BCM2709
Revision : a02082
Serial : 00000000xxxxxxxx
DNPNWOYou are most likely correct. Seconds are nothing in a crash. Highly unlikely the bench or cpuburn-a53 contributed to any kind of damage...I have read some threads where they left their pi like that for like an hour , thinking all was ok, and wondering how long it was gonna take...Heater wrote:I agree. Seems I was not quick enough off the mark yanking the power when I noticed it had locked up. We are talking seconds here.
There is no rebooting. Nothing is responsive. Only cutting the power.
Surely this is a bug. Either the SoC's temperature monitoring and throttling is not working. Or the documentation needs a big red warning about needing a heat sink.
Code: Select all
...
- Computational tests pass if scaled residuals are less than 16.0
...
frequency(45)=1200000000
temp=58.0'C
frequency(45)=1200000000
temp=58.5'C
frequency(45)=1200000000
temp=59.6'C
frequency(45)=1200000000
temp=60.7'C
frequency(45)=1199998000
temp=61.2'C
frequency(45)=1200002000
temp=61.8'C
frequency(45)=600000000
temp=62.8'C
frequency(45)=600000000
...
frequency(45)=600000000
temp=77.4'C
frequency(45)=600000000
temp=77.4'C
frequency(45)=1200000000
temp=78.4'C
frequency(45)=600000000
temp=77.4'C
frequency(45)=600000000
temp=77.4'C
================================================================================
T/V N NB P Q Time Gflops
--------------------------------------------------------------------------------
WR02R2L2 8000 256 1 1 97.34 3.507e+00
HPL_pdgesv() start time Fri May 6 22:41:49 2016
HPL_pdgesv() end time Fri May 6 22:43:26 2016
I am confused by this...Did you set the threshold lower? or are you on a cpu governor other than 'ondemand'? Because the Pi3 should not start to throttle back until it hits 80C.The thing throttles back at about 62 degrees and maxed out at about 78 degrees
Hi heater - late seeing this & you already twigged it runs at 1.2V + over_voltage.Heater wrote:Edit: Unless there is some other regulator for the SoC that I am not aware of.