TechMech
Posts: 2
Joined: Sun Feb 19, 2017 3:40 am

Sticker on bottom of Raspberry Pi 3?

Sun Feb 19, 2017 4:13 am

There's a white sticker on the bottom of the Raspberry Pi 3 that contains 4 sets of numbers.

What exactly do each of these numbers represent?

Would one of these numbers be the revision number?

Thanks!

texy
Forum Moderator
Forum Moderator
Posts: 5161
Joined: Sat Mar 03, 2012 10:59 am
Location: Berkshire, England

Re: Sticker on bottom of Raspberry Pi 3?

Mon Feb 20, 2017 7:48 am

You can find out the hardware revision with

Code: Select all

cat /proc/cpuinfo
See if any of the label numbers match. More info here :
http://elinux.org/RPi_HardwareHistory

Texy
Various male/female 40- and 26-way GPIO header for sale here ( IDEAL FOR YOUR PiZero ):
https://www.raspberrypi.org/forums/viewtopic.php?f=93&t=147682#p971555

gregeric
Posts: 1509
Joined: Mon Nov 28, 2011 10:08 am

Re: Sticker on bottom of Raspberry Pi 3?

Mon Feb 20, 2017 8:19 am

That's a Farnell/Embest Pi made in PRC.

The first number is a product identifier, 400774 for all Pi3. You could say that was a revision number - if there's a significant future Pi3 variant this will change.

The next number I'm not sure about, always 1401, the same on all Pi models, perhaps a date code 2014 week 1.

The third number is a serial number 000001-999999.

The fourth is a date code for week of manufacture eg 1625 = Week 25 2016.

All four numbers are duplicated in that Datamatrix barcode.

None of those numbers relate to /proc/cpuinfo.

TechMech
Posts: 2
Joined: Sun Feb 19, 2017 3:40 am

Re: Sticker on bottom of Raspberry Pi 3?

Thu Feb 23, 2017 4:54 am

@texy Thanks! That's good to know.

@gregeric Wow! Very useful information. Thank you!
-

Return to “General discussion”