This power supply is not capable of supplying 5V at 5APower to peripheralswill be restricted. Power Raspberry pi 5 with battery pack problem error solution- Fixing the 5A Current Limit
Error - "This power supply is not capable of supplying 5V at 5APower to peripheralswill be restricted." If we supply power via battery or buck converter. Solution- 1 Open Terminal CMD and follow commands sudo rpi-eeprom-config --edit Enter Password Add line- PSU_MAX_CURRENT=5000 save and reboot- press Ctrl + O , then Enter to save and Ctrl + X to exit sudo reboot Solution-2 Ignore the power supply check and allow the USB ports to draw the maximum current (up to 1.6A total for Pi 4/5). Open the Terminal (Press Ctrl + Alt + T ). Open the Config File: Type the following command to open the configuration file with administrative privileges: sudo nano /boot/firmware/config.txt (Note: On older OS versions, the path might just be /boot/config.txt ) . Add the Line: Scroll to the very bottom of the file and add this exact line: usb_max_current_enable=1 Save and Exit: * Press Ctrl + O then Enter to save. Press Ctrl + X to exit the editor. Reboot: Apply...