25

This question asks about using /proc/cpuinfo to identify the revision of the board I have.

Are there any visual characteristics that differentiate between the different board revisions?

Zoot
  • 2,986
  • 3
  • 25
  • 36

3 Answers3

25

Wikipedia has a good graphical summary of the various board designs:

Raspberry Pi 1 model A+ revision 1.1: Raspberry Pi 1 model A+ revision 1.1

Raspberry Pi 1 model B and B+ revision 1.2: Raspberry Pi 1 model B+ revision 1.2, and Raspberry Pi 2 model B

The Raspberry Pi 1 model B revision 2: Raspberry Pi 1 model B revision 2

The Revision 2 board has holes for an additional header next to the main header P1 and also there are now mounting holes.

Revision 2 Highlights

anarcat
  • 103
  • 3
Dog Ears
  • 2,027
  • 6
  • 19
  • 28
  • 1
    What differences are there for earlier revisions, which seem to include: Raspberry Pi Model B Revision 1.0 and 1.1; and A+ Revision 1.0 and may be others - what would someone getting a second-hand one on a global auction site use to confirm what was being offered? – SlySven Nov 26 '15 at 08:03
2

https://www.element14.com/community/community/raspberry-pi/blog/2016/11/21/how-to-identify-which-model-of-the-raspberry-pi-you-have nice overview showing also rpi 3 vs rpi 2

1

Not really. Board revision is not printed on PCB. You can, however, easily check if you have the latest (right now) revision - it has mounting holes and older ones did not have them. It also has "made in UK" text written while older ones did not have them. If Foundation make some other future revisions, you won't be able to differentiate them in such easy way.

Krzysztof Adamski
  • 9,615
  • 1
  • 37
  • 53