Tag Archives: raspberry pi

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/

Raspberry Pi and Motorola Lapdock

http://rpidock.blogspot.com/2012/05/raspberry-pi-and-motorola-lapdock.html