Cat /proc/cpuinfo request - Xperia Z2 Q&A, Help & Troubleshooting

Could you give me content of the file "/proc/cpuinfo", please?
It would be immensely helpful.
Thank you in advance.
Type in terminal:
Code:
adb shell cat /proc/cpuinfo

This is from a terminal emulator, not adb but:
$ export PATH=/data/local/bin:$PATH
$ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 1 (v7l)
processor : 0
BogoMIPS : 38.40
processor : 1
BogoMIPS : 38.40
processor : 2
BogoMIPS : 38.40
processor : 3
BogoMIPS : 38.40
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0x2
CPU part : 0x06f
CPU revision : 1
Hardware : Qualcomm MSM 8974 (Flattened Device Tree)
Revision : 0000
Serial : 0000000000000000
Sent from my D6503 using Tapatalk

o0 Matt 0o said:
This is from a terminal emulator, not adb but:
...
Sent from my D6503 using Tapatalk
Click to expand...
Click to collapse
Matt, you're my life savior

Related

Manufacturing date of processor

Is there any way to see the manufacturing date of the processor
from my hero?
I only know about this:
Code:
Processor : ARMv6-compatible processor rev 2 (v6l)
BogoMIPS : 669.77
Features : swp half thumb fastmult edsp java
CPU implementer : 0x41
CPU architecture: 6TEJ
CPU variant : 0x1
CPU part : 0xb36
CPU revision : 2
Hardware : hero
Revision : 0080
Serial : 0000000000000000

[Q] Single or Dual core ? Mystery SOLVED.

Hi,
I like to verify the CPU spec of Motorola Droid RAZR XT910. From the info I collected, I am quite not sure if the CPU is dual cores or not.
You use console using ConnectBot or adb shell command from PC.
Code:
$ cat /proc/cpuinfo
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 598.90
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 3
Hardware : mapphone_CDMA
Revision : 0000
Serial : 0000000000000000
For the real SMP system, it should shows,
processor : 0
and
processor : 1
Code:
$ cat /proc/version
Linux version 2.6.35.7-ga671bf6 ([email protected]) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Tue Oct 18 14:45:37 IST 2011
OS Monitor apps, from Market, also shows single core.
The kernel has the SMP supports, but, the CPU doesn't have more than 2 processors. Is there other way to verify it or did I missed something.
Thank you.
Update: 2011-12-22
Yes, RAZR has dual cores CPU, the kernel and OS are supports both cores. The mot_plug will add the additional core, when needed.
It's dual-core, at least it's written everywhere. As the cpecs says it has TI OMAP4430, which is dual-core processor called "Dual-core ARM® Cortex™-A9 MPCore™ with Symmetric Multiprocessing (SMP)".
I don't know what it means exactly, but sounds fair enough for me.
Yes, there are 'Dual Core' everywhere, in documentation or during booting up the phone.
Based on my experiences, using GNU/Linux in SMP multi CPUs or multi-cores cpu server platform, since 1997 , we need hw, kernel, OS and sw to take the advantage of all the CPUs available.
In this case, the kernel is SMP capable, but the CPU hw is not being seen as SMP cpu by the kernel. So, I am not sure, if Android is running on both cores efficiently. It is similar situation running MS-DOS on 6 cores CPU, Core-i7 or AMD Phenom X6, which only 1 core is being use by the OS.
If Android is running on 1 core, in RAZR, then, imagine the full potential when running on both cores.
Thank you.
theEnzy said:
It's dual-core, at least it's written everywhere. As the cpecs says it has TI OMAP4430, which is dual-core processor called "Dual-core ARM® Cortex™-A9 MPCore™ with Symmetric Multiprocessing (SMP)".
I don't know what it means exactly, but sounds fair enough for me.
Click to expand...
Click to collapse
Could some Devs look into it??
This was my fear for all the phones that claimed to be "Dual-core"...
Here in India we get the XT910...and this clearly now scares me...
Based on document and specs, RAZR has the dual cores cpu. But, how much. efficiently being implemented in the current stock kernel.
TQ
Sent from my XT910 using XDA App
This is $ cat /proc/cpuinfo of my Asus eePad Transformer TF101.
Code:
: ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 999.42
processor : 1
BogoMIPS : 215.44
Features : swp half thumb fastmult vfp edsp vfpv3 vfpv3d16
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 0
Hardware : ventana
Revision : 0000
Serial : 0000 Processor 000000000000
That's what supposed to be looks like.
bahathir said:
The kernel has the SMP supports, but, the CPU doesn't have more than 2 processors. Is there other way to verify it or did I missed something.
Click to expand...
Click to collapse
Yes it is DUAL core but second core dynamically up and down by motorola CPU hotplug driver.
Look at http://forum.xda-developers.com/showthread.php?t=1367255
Thank you for the clarification. Yes, RAZR has duai cores cpu, and it's kernel supports it.
Here is my clarification.
1) Open Connectbot and access to lacal
2) $ cat /dev/urandom > /sev/null &
3) cat /proc/cpuinfo
4) fg Ctrl-C # to kill running process cat /dev/urandom
Now, it shows both cores information.
Code:
Processor : ARMv7 Processor rev 3 (v7l)
processor : 0
BogoMIPS : 11424.28
processor : 1
BogoMIPS : 1996.68
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x1
CPU part : 0xc09
CPU revision : 3
Hardware : mapphone_CDMA
Revision : 0000
Serial : 0000000000000000
The missing core's mystery solved.
Tq.
Sent from my XT910 using XDA App

Xperia S: Is an ARMv7 or an ARMv7 NEON?

As title says, i cant find if our processor is an ARMv7 or ARMv7 neon (yep, its ARMv7, but not sure if neon or not)
I need this info just for downloading MX Codecs, there are 2 different versions, one vor ARMv7 and other for the neon ones...
I think it's neon
http://mobile.arm.com/products/processors/technologies/neon.php?setcookie=mobile
Sent from my LT26i using Tapatalk 2
more info:
http://en.wikipedia.org/wiki/Snapdragon_(system_on_chip)#Snapdragon_S3
the MSM8260 one.. ARMv7 not specifyng if Neon or not : /
Xperia S isn't cortex A9??
In my link they say that all cortex A are neon.
Sent from my LT26i using Tapatalk 2
Excellent
Yakandu said:
Excellent
Click to expand...
Click to collapse
Some mathematics calculation
Sent from my LT26i using Tapatalk 2
gm007 said:
Xperia S isn't cortex A9??
In my link they say that all cortex A are neon.
Sent from my LT26i using Tapatalk 2
Click to expand...
Click to collapse
no.. XS has 2x Scorpion. scorpion is based from cortex A8 but has features similar to A9.
and not all cortex A9 are neon. nvidia didnt put neon instruction in their tegra 2.
add:
and for answering the q. yes, xs's cpu has neon instruction
/proc/cpuinfo should tell you everything you need to know
Code:
~ # cat /proc/cpuinfo
cat /proc/cpuinfo
Processor : ARMv7 Processor rev 4 (v7l)
processor : 0
BogoMIPS : 13.52
Features : swp half thumb fastmult vfp edsp neon vfpv3 tls
CPU implementer : 0x51
CPU architecture: 7
CPU variant : 0x0
CPU part : 0x02d
CPU revision : 4
Hardware : fuji
Revision : 0000
Serial : 0000000000000000
On my Xperia U:
Processor : ARMv7 Processor rev 1 (v7l)
processor : 0
BogoMIPS : 4.80
processor : 1
BogoMIPS : 4.80
Features : swp half thumb fastmult vfp edsp neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x2
CPU part : 0xc09
CPU revision : 1
Hardware : riogrande
Revision : 0000
Serial : 0000000000000000
As you can see weaker than XS, but is ARM Cortex A9, on ST-Ericsson U8500 clocked at 1GHz. Battery life's awesome
Sent from my ST25i using Tapatalk 2

[Q] Custom ROMs for Navcity NT-1710?

Hi, I've been looking around for a while for a custom ROM for my Navcity NT-1710 tablet without much luck.
I came across this thread for CM10 for Allwinner A13, which my tablet supposedly has, but upon further inspection on the thread for CWM, it says the "Hardware" in CPU info should be either "sun4i" (A10) or "sun5i" (A13), while my device returns this from ADB:
Code:
[email protected]:/ $ cat /proc/cpuinfo
cat /proc/cpuinfo
Processor : ARMv7 Processor rev 0 (v7l)
BogoMIPS : 2400.32
Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc09
CPU revision : 0
Hardware : WMT
Revision : 0000
Serial : 0000000000000000
Does anyone have any idea whether I have another processor (and the company lies to its customers), or this could be some sort of misreading and I can still install CM10 normally? Thank you.
I’m looking for a custom ROM too, but without lucky....
I'm even thinking that I should make one, but without CWM it's futile.....
Sent from my NT1710

adb shell vs local terminal

I was under the impression that 'adb shell' just gives access to the phone shell. But I just noticed that results of commands run via adb shell or locally on the phone (I an using this terminal if it matters https://play.google.com/store/apps/details?id=jackpal.androidterm) differ in a way that cannot be explained just by using a different account e.g. 'uname -m' reports armv8l on the phone but aarch64 in adb shell or 'cat /proc/cpuinfo' shows
Processor : AArch64 Processor rev 4 (aarch64)
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x51
CPU architecture: 8
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
in adb shell (only the first core) but
Processor : AArch64 Processor rev 4 (aarch64)
processor : 0
model name : ARMv8 Processor rev 4 (v8l)
BogoMIPS : 38.40
Features : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt lpae evtstrm aes pmull sha1 sha2 crc32
CPU implementer : 0x51
CPU architecture: 8
CPU variant : 0xa
CPU part : 0x801
CPU revision : 4
locally - more features, extra 'model name' line. So what gives?

Categories

Resources