Raspberry Board Revision Check: Difference between revisions

From Wurst-Wasser.net
Jump to navigation Jump to search
(Created page with "If you want to make sure, the pinout matches, check board revision: grep Revision /proc/cpuinfo If the returned value is 0004 or higher, it's GPIO pinout Rev2! [[Categor...")
 
No edit summary
Line 3: Line 3:
  grep Revision /proc/cpuinfo
  grep Revision /proc/cpuinfo


If the returned value is 0004 or higher, it's GPIO pinout Rev2!  
If the returned value is <tt>0004</tt> or higher, it's GPIO pinout Rev2!  
   
   
[[Category:RaspberryPi]]
[[Category:RaspberryPi]]

Revision as of 23:09, 20 June 2013

If you want to make sure, the pinout matches, check board revision:

grep Revision /proc/cpuinfo

If the returned value is 0004 or higher, it's GPIO pinout Rev2!