Skip to content

Instantly share code, notes, and snippets.

@petarov
Last active April 27, 2017 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petarov/61bc90a8b0d27c8f7e846ff81871dfa7 to your computer and use it in GitHub Desktop.
Save petarov/61bc90a8b0d27c8f7e846ff81871dfa7 to your computer and use it in GitHub Desktop.
Raspberry Pi

Scheme

SRRR MMMM PPPP TTTT TTTT VVVV

  • `S scheme (0=old, 1=new)
  • R RAM (0=256, 1=512, 2=1024)
  • M manufacturer (0='SONY',1='EGOMAN',2='EMBEST',3='UNKNOWN',4='EMBEST')
  • P processor (0=2835, 1=2836)
  • T type (0='A', 1='B', 2='A+', 3='B+', 4='Pi 2 B', 5='Alpha', 6='Compute Module')
  • V revision (0-15)

Examples

1010 0010 0001 0000 0100 0001 SRRR MMMM PPPP TTTT TTTT VVVV

S=1 new scheme R=2 1024 MB M=2 EMBEST P=1 2836 T=4 Pi 2 B V=1 1

Revision a01041

  • (a0) - new / 1 GB
  • 1 - EGOMAN
  • 0 - 2835
  • 4 - Pi2 B
  • 1 - Rev1

Revision a02082

  • (a0) - new / 1 GB
  • 1 - EMBEST
  • 0 - 2835
  • 4 - Pi2 B
  • 2 - Rev2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment