Tag Archives: raspberry

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

Raspberry Pi LCD Screen Touch Panel PiScreen Driver Install Instructions

http://ozzmaker.com/piscreen-driver-install-instructions-2/