How to get Raspberry PI version, and some other useful information as well
# Print cpu info cat /proc/cpuinfo # Print kernel version cat /proc/version # Print memory info cat /proc/meminfo # Print system version cat /etc/issue # Print board model dmesg | grep Raspberry
May 5th, 2016 in
main entries