Skip to content

Instantly share code, notes, and snippets.

@nanusdad
Created November 24, 2023 03:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanusdad/0aa31a07336bf8fb6c2c27ddc46eeadf to your computer and use it in GitHub Desktop.
Save nanusdad/0aa31a07336bf8fb6c2c27ddc46eeadf to your computer and use it in GitHub Desktop.
Raspberry Pi - Getting hardware information

Raspberry Pi - Getting hardware information

cat /proc/cpuinfo                             # CPU info
cat /sys/firmware/devicetree/model            # Model info
cat /proc/version                             # Software info
free -h                                       # RAM Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment