Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "RockpiS/dev/device-serial-number"

< RockpiS‎ | dev
 
Line 3: Line 3:
 
     [[rockpiS | ROCK Pi S]] > [[rockpiS/dev | Development]] > [[rockpiS/dev/device-serial-number | Device Serial Number]]
 
     [[rockpiS | ROCK Pi S]] > [[rockpiS/dev | Development]] > [[rockpiS/dev/device-serial-number | Device Serial Number]]
  
== In Linux System ==
+
=== On Linux ===
  
 
   $ grep "Serial" /proc/cpuinfo
 
   $ grep "Serial" /proc/cpuinfo
 
   Serial          : 3edd8864483e17ab
 
   Serial          : 3edd8864483e17ab
  
== Troubleshooting ==
+
=== Troubleshooting ===
 
* Post your issue at the forum: https://forum.radxa.com/c/dev
 
* Post your issue at the forum: https://forum.radxa.com/c/dev

Latest revision as of 11:44, 19 February 2020

    ROCK Pi S >  Development >  Device Serial Number

On Linux

 $ grep "Serial" /proc/cpuinfo
 Serial          : 3edd8864483e17ab

Troubleshooting