[Raspberry PI 4B]where to find Rev num of a Raspberry PI 4B

profesor發表於2024-11-27

on Linux:

grep Rev /proc/cpuinfo

on FreeBSD:

sysctl -a | grep Rev

reference:https://www.cyberciti.biz/faq/howto-find-out-freebsd-cpuinfo/

相關文章