Raspberry Pi: Difference between revisions
From DWIKI
mNo edit summary Tag: wikieditor |
m →HOWTO Tag: wikieditor |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
=HOWTO= | =HOWTO= | ||
==Reconfigure== | |||
raspi-config | |||
==Identify SD card== | ==Identify SD card== | ||
mmc cid read /sys/block/mmcblk0/device | mmc cid read /sys/block/mmcblk0/device | ||
=FAQ= | =FAQ= | ||
==No signal on HDMI== | ==No signal on HDMI== | ||
| Line 15: | Line 18: | ||
==Read CPU temperature== | ==Read CPU temperature== | ||
/usr/bin/vcgencmd measure_temp | /usr/bin/vcgencmd measure_temp | ||
==Give root password for maintenance== | |||
Take the SD card out and fsck it on another system | |||
Latest revision as of 11:30, 9 May 2026
Links
HOWTO
Reconfigure
raspi-config
Identify SD card
mmc cid read /sys/block/mmcblk0/device
FAQ
No signal on HDMI
Could be your image is broken, try booting a raspbian image.
Identify your pi
cat /proc/device-tree/model
Read CPU temperature
/usr/bin/vcgencmd measure_temp
Give root password for maintenance
Take the SD card out and fsck it on another system
