My Pi 3 works very well at 1.1GHz with `vcgencmd measure_volts` reporting volt=1.2375V, while my Pi 2 is running at 1GHz with volt=1.3375V and generates much less heat. So I guess 2837 is made in smaller nm. Is it correct?
EDIT: I am curious about the reason that Pi 3 works at higher clock but lower voltage.
Are the 2836 and the 2837 made in different nm?
Last edited by imzyxwvu on Wed Aug 24, 2016 10:11 am, edited 2 times in total.
- johnb_summers
- Posts: 285
- Joined: Thu Aug 04, 2016 7:48 pm
- Location: Bushey UK
Re: Are the 2836 and the 2837 made in different nm?
I have three Pi3's and four Pi2's, I have had to put fans on my Pi's 3, they seem to run about 10 degrees hotter than the pi 2.
MyPi Developer
http://mypiworld.com/
http://mypi.tech/
https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False
http://mypiworld.com/
http://mypi.tech/
https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False
Re: Are the 2836 and the 2837 made in different nm?
Pi3 has different arm core's
How To ask Questions :- http://www.catb.org/esr/faqs/smart-questions.html
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
WARNING - some parts of this post may be erroneous YMMV
1QC43qbL5FySu2Pi51vGqKqxy3UiJgukSX
Covfefe
Re: Are the 2836 and the 2837 made in different nm?
You could try:johnb_summers wrote:I have three Pi3's and four Pi2's, I have had to put fans on my Pi's 3, they seem to run about 10 degrees hotter than the pi 2.
arm_freq=1100
over_voltage=-2
With these lines my Pi 3 got slower to reach 80 degress at full load on the four ARM cores.
Re: Are the 2836 and the 2837 made in different nm?
It's just the Cortex A53 (pi3) pushing out more heat than the Cortex A7 (pi2)
Interesting comparison of the two CPUs:
http://www.anandtech.com/show/8718/the- ... s-review/4
Interesting comparison of the two CPUs:
http://www.anandtech.com/show/8718/the- ... s-review/4
the A53 consumes a little over twice the power of an A7 core given almost the same SoC platform
Android app - Raspi Card Imager - download and image SD cards - No PC required !
- johnb_summers
- Posts: 285
- Joined: Thu Aug 04, 2016 7:48 pm
- Location: Bushey UK
Re: Are the 2836 and the 2837 made in different nm?
WOW, 80 degrees, ty for the advice, the fans keep the CPU temp to between 50 and 55, the worry is that the higher the temp the shorter the life, a quote from blade runner "the candle that burns twice as bright burns half as long"imzyxwvu wrote:You could try:johnb_summers wrote:I have three Pi3's and four Pi2's, I have had to put fans on my Pi's 3, they seem to run about 10 degrees hotter than the pi 2.
arm_freq=1100
over_voltage=-2
With these lines my Pi 3 got slower to reach 80 degress at full load on the four ARM cores.
MyPi Developer
http://mypiworld.com/
http://mypi.tech/
https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False
http://mypiworld.com/
http://mypi.tech/
https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False
Re: Are the 2836 and the 2837 made in different nm?
All the Pi SoC's are made on on 40nm.
Software guy, working in the applications team.
- johnb_summers
- Posts: 285
- Joined: Thu Aug 04, 2016 7:48 pm
- Location: Bushey UK
Re: Are the 2836 and the 2837 made in different nm?
the time it takes to go from 0 to 1 and visa versa, one way to speed the clock up is to lower the voltage. it is a method used to speed things up.imzyxwvu wrote:EDIT: I am curious about the reason that Pi 3 works at higher clock but lower voltage.
MyPi Developer
http://mypiworld.com/
http://mypi.tech/
https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False
http://mypiworld.com/
http://mypi.tech/
https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False
Re: Are the 2836 and the 2837 made in different nm?
When we want to overclock a Pi, why do we need to get the voltage higher?johnb_summers wrote:the time it takes to go from 0 to 1 and visa versa, one way to speed the clock up is to lower the voltage. it is a method used to speed things up.imzyxwvu wrote:EDIT: I am curious about the reason that Pi 3 works at higher clock but lower voltage.
- johnb_summers
- Posts: 285
- Joined: Thu Aug 04, 2016 7:48 pm
- Location: Bushey UK
Re: Are the 2836 and the 2837 made in different nm?
I think a chip designer would be best to answer that, it could be a method of stepping up the clock but lowering it if you see what I mean, in other words the step speeds it up to much so increasing the voltage lowers it but the result is still higher than the default, that was just a guess, so I could be wrongimzyxwvu wrote:When we want to overclock a Pi, why do we need to get the voltage higher?johnb_summers wrote:the time it takes to go from 0 to 1 and visa versa, one way to speed the clock up is to lower the voltage. it is a method used to speed things up.imzyxwvu wrote:EDIT: I am curious about the reason that Pi 3 works at higher clock but lower voltage.
MyPi Developer
http://mypiworld.com/
http://mypi.tech/
https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False
http://mypiworld.com/
http://mypi.tech/
https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False
Re: Are the 2836 and the 2837 made in different nm?
Still thanks. I will dig into it myself.johnb_summers wrote:I think a chip designer would be best to answer that, it could be a method of stepping up the clock but lowering it if you see what I mean, in other words the step speeds it up to much so increasing the voltage lowers it but the result is still higher than the default, that was just a guess, so I could be wrongimzyxwvu wrote:When we want to overclock a Pi, why do we need to get the voltage higher?johnb_summers wrote:
the time it takes to go from 0 to 1 and visa versa, one way to speed the clock up is to lower the voltage. it is a method used to speed things up.