Raspberry Pi – how to identify your model

# cat /sys/firmware/devicetree/base/model
Raspberry Pi Model B Plus Rev 1.2
# apt-get install lshw
# lshw | grep „product:“ -m 1
product: Raspberry Pi Model B Plus Rev 1.2
# cat /proc/device-tree/model
Raspberry Pi Model B Plus Rev 1.2

Leave a Reply

You must be logged in to post a comment.