Identifying your PI
Posted: Sat Jun 10, 2017 8:44 pm
I had reason to idenify a Pi that I didn't have physical access to. Over on https://www.element14.com/community/com ... ent-108650 I found data for translating the cpuinfo revision to models.
I produced a simple script (bash, so it's OS agnostic, as long has you have /proc). Apparently I can't post it here, so, you can find it on pastebin: https://pastebin.com/HYY2F0P7
Run it as ./revinfo to identify your Pi. Or as ./revinfo dump to see the full table.
I copied the revision data from an image; hopefully I didn't introduce any typos. But it should be easy to update.
Enjoy.
I produced a simple script (bash, so it's OS agnostic, as long has you have /proc). Apparently I can't post it here, so, you can find it on pastebin: https://pastebin.com/HYY2F0P7
Run it as ./revinfo to identify your Pi. Or as ./revinfo dump to see the full table.
I copied the revision data from an image; hopefully I didn't introduce any typos. But it should be easy to update.
Enjoy.