Quantcast
Viewing all articles
Browse latest Browse all 1178

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

Image may be NSFW.
Clik here to view.


Viewing all articles
Browse latest Browse all 1178