Undervoltage warnings on a Pi 4 with the official supply and one USB drive Wiring
I get the lightning bolt in the corner every time the drive spins up, and vcgencmd get_throttled returns 0x50005. The drive is a 2.5 inch spinning laptop disk in a plastic USB3 enclosure, bus powered, and it is the only thing attached apart from HDMI. Supply is the genuine 15W USB-C one that came with the kit. Does that mean the supply is faulty or is the drive simply too much?
@deadbug_wiring · 10mo ago
The drive is too much, and the number confirms it. 0x50005 decodes as under-voltage happening right now, arm frequency capped right now, and both of those having occurred at some point since boot.
A 2.5 inch spinning disk pulls somewhere around 800mA to 1A for the second or two it takes to get the platter up to speed, on top of whatever the Pi is doing. The Pi's USB ports are budgeted for about 1.2A total across all four, and the official supply has no headroom left for a surprise. Options in the order I like them: swap the spinning disk for a 2.5 inch SSD which idles under 300mA, or put the drive on a powered USB3 hub with its own supply, or use a Y cable so the drive draws from a separate charger.
If you leave it as is you will eventually get filesystem damage on the drive, not just a warning icon.
Reply
Report