Raspberry 查詢系統版本與硬體資訊

2023/09/13更新

適用於板子為Raspberry2B,作業系統為Debian11(bullseye)

系統開機資訊

#dmesg

查詢kernel版本

#uname -a

#cat /proc/version

GPU韌體版本

#vcgencmd version

OS版本,對應到Debian的各種版本,參考以下連結https://www.debian.org/releases/index.zh-tw.html

#cat /etc/os-release

硬體資訊

#sudo apt-get install lshw

#lshw

CPU溫度

#vcgencmd measure_temp

USB資訊

顯示usb詳細資訊

#lsusb -v

顯示usb的階層關係與driver

#lsusb -t

目前已經載入的Module

#lsmod

目前記憶體使用量

#free  -h