News:

The Latest electronic and computer Tips that work!

Main Menu

Raspberry Pi5 Low Votlage Warning

Started by branx86, May 22, 2025, 12:55:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

branx86

he problem I found doing this is that due to this power supply is not being USB-C PD compliant I get a notification saying that the supply can't provide 5A. I tested this with a DC electronic load simulating the 5A current draw and the system worked fine. Outside of not being able to supply the 1.6V to the USB ports it was working fine. The work around to this was to editing config.txt to have

 usb_max_current_enable=1

and then use the command
sudo -E rpi-eeprom-config --edit

and add
PSU_MAX_CURRENT=5000

Reboot