Template:X120x-FAQ: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<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;">
<span style="color:red">Q. Why am I seeing an "Undervoltage Detected" warning?</span>
<span style="color:red">Q1: Why does the message "This power supply is not capable of supplying 5A" appear??</span>
</div>
<div class="mw-collapsible-content">
X120X series UPS shield can provide '''enough 5A''' power supply capacity;
 
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: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.
 
'''Note:''' If you are using other OS like Ubuntu, please flash '''Raspberry Pi OS''' first, and then re-flash other OS such as Ubuntu etc after completing the above settings.
 
 
If you are using '''USB peripherals''' that need to be powered from the RPi5's USB port, '''don't forget''' to enable the following settings to ensure that the RPi5's USB port's current output is not limited:
 
Add <code>usb_max_current_enable=1</code> in the <code>/boot/firmware/config.txt</code> file.
</div>
</div>
 
 
<div class="toccolours mw-collapsible mw-collapsed">
<div style="font-weight:bold;line-height:1.0;">
<span style="color:red">Q2. Why am I seeing an "Undervoltage Detected" warning?</span>
</div>
</div>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
Line 43: Line 74:
<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;">
<span style="color:red">Q: Why does the message "This power supply is not capable of supplying 5A" appear??</span>
Q3: How to disable '''auto power on''' feature on [[X1200]]?
</div>
<div class="mw-collapsible-content">
X120X series UPS shield can provide '''enough 5A''' power supply capacity;
 
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: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.
 
'''Note:''' If you are using other OS like Ubuntu, please flash '''Raspberry Pi OS''' first, and then re-flash other OS such as Ubuntu etc after completing the above settings.
 
 
If you are using '''USB peripherals''' that need to be powered from the RPi5's USB port, '''don't forget''' to enable the following settings to ensure that the RPi5's USB port's current output is not limited:
 
Add <code>usb_max_current_enable=1</code> in the <code>/boot/firmware/config.txt</code> file.
</div>
</div>
 
<div class="toccolours mw-collapsible mw-collapsed">
<div style="font-weight:bold;line-height:1.0;">
Q: How to disable '''auto power on''' feature on [[X1200]]?
</div>
</div>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">