Raspberry Pi: Difference between revisions

From DWIKI
(Created page with "=Links= =FAQ= ==Identify your pi== lshw |grep Raspberry")
 
 
(4 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]


=FAQ=
=FAQ=
==No signal on HDMI==
Could be your image is broken, try booting a raspbian image.


==Identify your pi==  
== Identify your pi ==
  lshw |grep Raspberry
  cat /proc/device-tree/model
 
 
==Read CPU temperature==
/usr/bin/vcgencmd measure_temp

Latest revision as of 18:24, 8 December 2024

Links

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