So, 08 Sep 2024 01:36:18 +0200

RPi: Die (SoC) Spannungswerte vom Raspberry Pi auslesen

-


Letztes Update am Di, 25 Jun 2024 19:33:16 +0200 von Andreas Potthoff

SoC Sources

Raspberry Pi OS

Mögliche Sources: core, sdram_c, sdram_i, sdram_p

Dabei bedeutet:

  • core = Kern
  • sdram_c = SDRAM controller
  • sdram_i = SDRAM input/output
  • sdram_p = SDRAM physical

Einzelnen Spannungs-Status ausgeben

pi@pi5b:~ $ vcgencmd measure_volts core
volt=0.9496V

Alle Spannungswerte auslesen

for id in core sdram_c sdram_i sdram_p ; do \
  echo "$id:\t$(vcgencmd measure_volts $id)" ; \
done
pi@pi5b:~ $ for id in core sdram_c sdram_i sdram_p ; do  echo "$id:\t$(vcgencmd measure_volts $id)" ; done
core:\tvolt=0.7200V
sdram_c:\tvolt=0.6000V
sdram_i:\tvolt=0.6000V
sdram_p:\tvolt=1.1000V
image_pdfimage_print
Andreas Potthoffhttps://electrodrome.net
Computer-Nerd seit der ersten 8-bit Generation (1981), SysOp, IT-Spezialist, System Administrator, Webmaster... Wenn Sie mich unterstützen möchten, um dieses Projekt am Leben zu erhalten, verwenden Sie bitte die Amazon Affiliate-Links, den Paypal-Spenden-Link oder die Amazon Wunschliste. Vielen Dank für den Community Support!
0 0 votes
Artikel Bewertung
Datenschutz
0 Kommentare
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
--- WERBUNG ---

Related Stories

0
Would love your thoughts, please comment.x