We use some essential cookies to make our website work.

We use optional cookies, as detailed in our cookie policy, to remember your settings and understand how you use our website.

imzyxwvu
Posts: 15
Joined: Tue Feb 10, 2015 8:59 am

Are the 2836 and the 2837 made in different nm?

Wed Aug 24, 2016 9:50 am

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.
Last edited by imzyxwvu on Wed Aug 24, 2016 10:11 am, edited 2 times in total.

User avatar
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?

Wed Aug 24, 2016 9:58 am

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

User avatar
RaTTuS
Posts: 10845
Joined: Tue Nov 29, 2011 11:12 am
Location: North West UK

Re: Are the 2836 and the 2837 made in different nm?

Wed Aug 24, 2016 10:03 am

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

imzyxwvu
Posts: 15
Joined: Tue Feb 10, 2015 8:59 am

Re: Are the 2836 and the 2837 made in different nm?

Wed Aug 24, 2016 10:06 am

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.
You could try:

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.

mikerr
Posts: 2835
Joined: Thu Jan 12, 2012 12:46 pm
Location: UK

Re: Are the 2836 and the 2837 made in different nm?

Wed Aug 24, 2016 10:07 am

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
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 !

User avatar
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?

Wed Aug 24, 2016 10:18 am

imzyxwvu wrote:
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.
You could try:

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.
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"
MyPi Developer
http://mypiworld.com/
http://mypi.tech/

https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False

jamesh
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 35076
Joined: Sat Jul 30, 2011 7:41 pm

Re: Are the 2836 and the 2837 made in different nm?

Wed Aug 24, 2016 10:24 am

All the Pi SoC's are made on on 40nm.
Software guy, working in the applications team.

User avatar
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?

Wed Aug 24, 2016 10:29 am

imzyxwvu wrote:EDIT: I am curious about the reason that Pi 3 works at higher clock but lower voltage.
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.
MyPi Developer
http://mypiworld.com/
http://mypi.tech/

https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False

imzyxwvu
Posts: 15
Joined: Tue Feb 10, 2015 8:59 am

Re: Are the 2836 and the 2837 made in different nm?

Wed Aug 24, 2016 10:45 am

johnb_summers wrote:
imzyxwvu wrote:EDIT: I am curious about the reason that Pi 3 works at higher clock but lower voltage.
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.
When we want to overclock a Pi, why do we need to get the voltage higher?

User avatar
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?

Wed Aug 24, 2016 10:50 am

imzyxwvu wrote:
johnb_summers wrote:
imzyxwvu wrote:EDIT: I am curious about the reason that Pi 3 works at higher clock but lower voltage.
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.
When we want to overclock a Pi, why do we need to get the voltage higher?
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 wrong
MyPi Developer
http://mypiworld.com/
http://mypi.tech/

https://www.youtube.com/watch?v=US2nyRgg-SY&nohtml5=False

imzyxwvu
Posts: 15
Joined: Tue Feb 10, 2015 8:59 am

Re: Are the 2836 and the 2837 made in different nm?

Wed Aug 24, 2016 10:56 am

johnb_summers wrote:
imzyxwvu wrote:
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.
When we want to overclock a Pi, why do we need to get the voltage higher?
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 wrong
Still thanks. I will dig into it myself.

Return to “General discussion”