1.9k
Raspberry Pi hardware information, open up the terminal and type the commands listed below, you can also see the output from the terminal
cat /proc/cpuinfo displays details about the device’s processor.
cat /proc/meminfo displays details about the Raspberry Pi’s memory
cat /proc/partitions reveals the size and number of partitions on your SD card or HDD
cat /proc/version shows you which version of the Pi you are using.