Talk:Finding hardware revision

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Same phone but different revision values: new section)
 
(One intermediate revision by one user not shown)
Line 2: Line 2:
 
[[OpenmokoFramework|fso]] doesn't seem to have [[Gsmd#libgsmd-tool|libgsmd-tool]], so this doesn't work there. We need to find another tool for fso. [[User:Tingo|Tingo]] 22:21, 22 August 2008 (UTC)
 
[[OpenmokoFramework|fso]] doesn't seem to have [[Gsmd#libgsmd-tool|libgsmd-tool]], so this doesn't work there. We need to find another tool for fso. [[User:Tingo|Tingo]] 22:21, 22 August 2008 (UTC)
  
== Same phone but different revision values ==
+
that is why /proc/cpuinfo is so useful, as long as you have a recent device and u-boot
 
+
+
 
+
root@om-gta02:~# mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Device.GetInfo
+
{
+
    'imei':'354651011625839'
+
    'model':'"Neo1973 GTA02 Embedded GSM Modem"'
+
    'revision':'"HW: '''GTA02BV5,''' GSM: gsm_ac_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0-Moko8"'
+
    'manufacturer':'FIC/OpenMoko'
+
}
+
 
+
 
+
root@om-gta02:~# grep Revision /proc/cpuinfo
+
Revision        : 03'''6'''0
+

Latest revision as of 20:09, 11 September 2008

[edit] FSO doesn't have libgsmd-tool

fso doesn't seem to have libgsmd-tool, so this doesn't work there. We need to find another tool for fso. Tingo 22:21, 22 August 2008 (UTC)

that is why /proc/cpuinfo is so useful, as long as you have a recent device and u-boot

Personal tools

FSO doesn't have libgsmd-tool

fso doesn't seem to have libgsmd-tool, so this doesn't work there. We need to find another tool for fso. Tingo 22:21, 22 August 2008 (UTC)

Same phone but different revision values

root@om-gta02:~# mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.Device.GetInfo {

   'imei':'354651011625839'
   'model':'"Neo1973 GTA02 Embedded GSM Modem"'
   'revision':'"HW: GTA02BV5, GSM: gsm_ac_gp_fd_pu_em_cph_ds_vc_cal35_ri_36_amd8_ts0-Moko8"'
   'manufacturer':'FIC/OpenMoko'

}


root@om-gta02:~# grep Revision /proc/cpuinfo Revision  : 0360