• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Determine Raspberry Pi model from Terminal

9 June, 2019

Find very precise Raspberry Pi model info from Terminal, without looking at the PCB, from Raspberry Pi terminal:

cat /proc/cpuinfo | grep 'Revision' | awk '{print $3}' | sed 's/^1000//'

Compare to Raspberry Model code table

  • linux
  • raspberry-pi