Decoding the RPi serial number
30 posts
Page 2 of 2 1, 2
1303594640 looks like an epoch timestamp to me
- Posts: 1
- Joined: Thu Jul 26, 2012 10:05 pm
henkwiedig wrote:1303594640 looks like an epoch timestamp to me
Interesting theory, but that timestamp equates to April 2011 (before Pis started being manufactured), and the serial number on my Pi equates to a timestamp of November 2030
Just been doing some interesting investigation
Found the
So can everyone looking at this thread confirm that:
Found the
- Code: Select all
/opt/vc/bin/vcgencmd otp_dump
So can everyone looking at this thread confirm that:
- Code: Select all
cat /proc/cpuinfo | grep ^Serial | cut -d: -f2
- Code: Select all
/opt/vc/bin/vcgencmd otp_dump | grep ^28: | cut -d: -f2
Yup, both the same serial on those commands.
- Posts: 2
- Joined: Sun Mar 04, 2012 11:24 pm
- Location: Stockport
AndrewS wrote:So can everyone looking at this thread confirm that:and:
- Code: Select all
cat /proc/cpuinfo | grep ^Serial | cut -d: -f2print out the same number?
- Code: Select all
/opt/vc/bin/vcgencmd otp_dump | grep ^28: | cut -d: -f2
Yep. The second one doesn't have the leading zeros.