[Tutorial] Get Hardware info from your Atrix to help developers

jhonnyx

Senior Member
Oct 14, 2009
810
608
0
Buenos Aires
Hello folks! how are you doing?
Since we've seen Alpha kernel is still an alpha and we need to provide developers with every detail of our device we can.

I've decided to search through threads and get some commands from there to gather the information required:

You can gather these data by downloading Terminal Emulator from the market or by properly installing Google SDK and doing an adb shell then running the commands.

If commands do not seem to work at first glance, please reboot the phone then try again running the commands below.

Edit 1:
For all the people having problems not mentioned on the bug list, please report the problems in this spreadsheet
https://docs.google.com/spreadsheet/ccc?key=0AkQTVc3TvAUxdFNBOWFFRzNneWRHcW56MEtLVGJqdVE#gid=0
There are several sheets to fill with the mentioned problems

Edit 2:
For all users who might have problem gathering Tegra Revision, Speedo ID, CPU Process, Core Process; please install leaked rom / AtrICS, reboot and try searching again.
Else; please send me the dmesg command output via PM and I'll upload the results.
Please note that I'll discard dmesg from kernels that are not the leaked and/or 3.1

---

Identify Memory type:
Grab a terminal then run after a reboot
Code:
su -
dmesg | grep LPDDR2
Types of Memory
LPDDR2 MR5: 0x0003 (0x0303) = Elpida (Manufactuer)
LPDDR2 MR6: 0x0000 (0x0000) \
LPDDR2 MR7: 0x0000 (0x0000) / = 50nm
LPDDR2 MR8: 0x0054 (0x5454) = 1GB


LPDDR2 MR5: 0x0003 (0x0303) = Elpida (Manufactuer)
LPDDR2 MR6: 0x0001 (0x0101)\
LPDDR2 MR7: 0x0000 (0x0000)/ = 40nm
LPDDR2 MR8: 0x0054 (0x5454) = 1GB


LPDDR2 MR5: 0x0006 (0x0606) = Hynix (Manufacuter)
LPDDR2 MR6: 0x0000 (0x0000)\
LPDDR2 MR7: 0x0000 (0x0000)/ = 54nm (Note that this is still 54nm for MR7 = 0x0001 (0x0101))
LPDDR2 MR8: 0x0054 (0x5454) = 1GB


---
Identify which Panel Type do we have:
After a fresh reboot
Grab a terminal

Code:
su -
dmesg | grep atag
or
Code:
su -
dmesg | grep panel
Examples:
Code:
dmesg | grep atag 
mot_parse_atag_motorola: panel type: 0x80000740
or
Code:
dmesg | grep panel
<6>[    0.000000] parse_tag_motorola: panel_size: 0x740
---
Identify Tegra Revision:
Code:
su -
dmesg | grep Tegra
then search for something similar to
Code:
"Tegra Revision: AXX prime"
---
Well, let's see if we can help Atrix Kernel Team to improve the kernel with this useful information
Also, if anybody would like to contribute showing how to gather more data; that'd be awesome and I'll edit this post :)

Thanks guys, have a good day!
 
Last edited:

vintage47

New member
Feb 15, 2012
4
1
0
Types of Memory
LPDDR2 MR5: 0x0003 (0x0303) = Elpida (Manufactuer)
LPDDR2 MR6: 0x0000 (0x0000) \
LPDDR2 MR7: 0x0000 (0x0000) / = 50nm
LPDDR2 MR8: 0x0054 (0x5454) = 1GB

Identify which Panel Type do we have:
dmesg | grep panel
<6>[ 0.000000] parse_tag_motorola: panel_size: 0x740

However, using command: "dmesg | grep Tegra" doesnt give me anything close to any revision information.
 

Attachments

vintage47

New member
Feb 15, 2012
4
1
0
Seems like you ran dmesg a little too late. You need to run it as soon as possible upon bootup.
Is it supposed to be a capital T in tegra? I rebooted several times and get the same stuff every time

I tried dmesg | grep revision

and got this:

CPU: ARMv7 Processor [411fc090] revision 0 (ARMv7), cr=10c53c7d.
 
Last edited:

todobarato

Senior Member
Jan 5, 2011
230
41
58
Solved, I was looking on dmesg from old kernel

--------------------------------------------------------------------------------------------------------------------------
Hello,

how I find the Tegra Revision, Speedo ID, CPU Process, Core Process that request Kristianp in my dmesg? I am stupid or it show diferent?


best regards,

Ferenc.
 

Attachments

Last edited:

ingelectronico

Senior Member
Sep 22, 2008
64
26
0
Reboot when SD Card is present

Dear JhonnyX:
As I cannot write in the Google Docs Spreadsheet, please find the information from my Atrix Below. The Bug is the reboot when entering deep sleep with SD card inserted.
Sorry but I could not find my Atrix Revision on the early dmesg.
Best regards
Javier
 

Attachments

jhonnyx

Senior Member
Oct 14, 2009
810
608
0
Buenos Aires
Dear JhonnyX:
As I cannot write in the Google Docs Spreadsheet, please find the information from my Atrix Below. The Bug is the reboot when entering deep sleep with SD card inserted.
Sorry but I could not find my Atrix Revision on the early dmesg.
Best regards
Javier
PM'ed you regarding the missing info ;)

Also, users who might have spreadsheet access problem, please let me know via PM.
 

sunaku

Member
Aug 16, 2012
28
25
0
new fields

I want to add my info on the modem drops spreadsheet.

How do I find what values my phone has for these fields?

Speedo ID
CPU Process
Core Process
CPU governor
 

andresrivas

Senior Member
Aug 4, 2010
1,061
363
0
Córdoba
Connect the phone to usb and activate adb. Reboot. As soon as finished reboot, use adb shell and type dmesg > /mnt/sdcard/dmesg.txt
Now search that file.

This has been answered many tines before.
Next time use search

Enviado desde mi MB860 usando Tapatalk 2
 
  • Like
Reactions: ravilov