Raspberry Pi Model Information

So I found this great article: Checking Raspberry Pi Revision Number & Board Version

To enable the `pinout` command (which is kinda cool):

# apt install python3-gpiozero

See CPU info with:

# cat /proc/cpuinfo

And see model information with:

# cat /proc/device-tree/model

Leave a Reply