Which model of Raspberry Pi do I have ?

Which model of Raspberry Pi do I have ?

 

Login to Raspberry Pi and run this command in the terminal

Method #1

cat /proc/device-tree/model

 

Method #2

cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}'

 

the command will return the revision of your CPU – check this table

enter image description here

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.