Raspberry Pi: Difference between revisions

From DWIKI
Tony (talk | contribs)
Created page with "=Links= =FAQ= ==Identify your pi== lshw |grep Raspberry"
 
Tony (talk | contribs)
Tag: wikieditor
 
(8 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]
=HOWTO=
==Reconfigure==
raspi-config
==Identify SD card==
mmc cid read /sys/block/mmcblk0/device


=FAQ=
=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


==Identify your pi==  
==Give root password for maintenance==
lshw |grep Raspberry
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