Template:X120x-FAQ: Difference between revisions
No edit summary |
No edit summary |
||
| Line 102: | Line 102: | ||
<div class="toccolours mw-collapsible mw-collapsed"> | <div class="toccolours mw-collapsible mw-collapsed"> | ||
<div style="font-weight:bold;line-height:1.0;"> | <div style="font-weight:bold;line-height:1.0;"> | ||
Q: Why | Q: Why is the RPi5 LED still on and red after the UPS is turned off? | ||
</div> | </div> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
A: | A: | ||
Please set as follows: | |||
''' | Open the Teminal window based on '''Raspberry Pi OS''' and execute the following command: | ||
sudo rpi-eeprom-config -e | |||
Add <code>PSU_MAX_CURRENT=5000</code> at the end of the file that reads like this: | |||
[[File: | [[File:X1012-setting.png|700px]] | ||
Press '''Ctrl-O''', then enter, to write the change to the file. | |||
Press '''Ctrl-X''' to exit nano (the editor). | |||
'''Reboot''' your Raspberry Pi 5 to make the change take effect. | |||
</div> | </div> | ||
</div> | </div> | ||