More actions
HaileyKitty (talk | contribs) (Created from migrating) |
HaileyKitty (talk | contribs) m (updated typo) |
||
| Line 1: | Line 1: | ||
{{Stub}}{{Explanatory Guide|Device=Raspberry Pi|Difficulty=Easy}} | {{Stub}}{{Explanatory Guide|Device=Raspberry Pi|Difficulty=1. Easy}} | ||
To test if a Raspberry Pi is receiving enough power, the <code>stress</code> package can be installed: | To test if a Raspberry Pi is receiving enough power, the <code>stress</code> package can be installed: | ||
Revision as of 16:13, 13 January 2024
This article is a stub. You can help Repair Wiki grow by expanding it
| Raspberry Pi PSU Test | |
|---|---|
| Type | |
| Device(s) | Raspberry Pi |
| Difficulty | ◉◌◌◌ Easy |
To test if a Raspberry Pi is receiving enough power, the stress package can be installed:
sudo apt update && sudo apt install stress
Let the following command run for a minute, then quit it with ctrl+C:
watch timeout 1s stress -m 4 --vm-bytes 50
Finally, check if the Pi has received enough power:
vcgencmd get_throttled
If the above command returns anything other than throttled=0x0, the Pi is not receiving enough power. This can be caused by a weak power supply, a bad cable (too long, to thin...), or a faulty Pi.