Raspberry Pi: Difference between revisions
From DWIKI
m →Links Tag: wikieditor |
m →HOWTO Tag: wikieditor |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Links= | =Links= | ||
*[https://elinux.org/RPi_config.txt config.txt and cmdline.txt] | *[https://elinux.org/RPi_config.txt config.txt and cmdline.txt] | ||
=HOWTO= | |||
==Reconfigure== | |||
raspi-config | |||
==Identify SD card== | |||
mmc cid read /sys/block/mmcblk0/device | |||
=FAQ= | =FAQ= | ||
| Line 12: | 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
