mirror of https://github.com/pikvm/pikvm.git
Separate DIP switches doc into a separate file
This commit is contained in:
parent
8848a62d00
commit
90c5555d77
|
|
@ -0,0 +1,25 @@
|
||||||
|
---
|
||||||
|
title: Configure DIP switches
|
||||||
|
description: How to configure DIP switches on PiKVM V4 Mini and Plus
|
||||||
|
---
|
||||||
|
|
||||||
|
# Configure DIP switches
|
||||||
|
|
||||||
|
PiKVM V4 Mini and Plus have a pair of dual in-line package (DIP) switches on the right side to control low-level settings of the Pi board.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The left switch **[1]**:
|
||||||
|
: When pulled down (**ON** state), the advanced backpower protection is used. On the default state is **OFF** (up), "diode protection" is used. This is required for debugging at the request of technical support. Under normal conditions, it is not necessary to change the mode.
|
||||||
|
|
||||||
|
The right switch **[2]**:
|
||||||
|
: When pulled down (**ON** state), the Power Delivery chip is activated on the USB OTG port. The default state is **OFF** (up).
|
||||||
|
|
||||||
|
To change the position of switches:
|
||||||
|
|
||||||
|
1. Turn the PiKVM off.
|
||||||
|
2. Change the position of the switched.
|
||||||
|
3. Turn the PiKVM on.
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
Do not do that change the state of the DIP switched while the device is turned on. **This may cause irreparable damage.**
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 246 KiB |
|
|
@ -115,6 +115,7 @@ nav:
|
||||||
- "IPMI & Redfish integration": ipmi.md
|
- "IPMI & Redfish integration": ipmi.md
|
||||||
- "Persistent storage": pst.md
|
- "Persistent storage": pst.md
|
||||||
- "Prometheus monitoring": prometheus.md
|
- "Prometheus monitoring": prometheus.md
|
||||||
|
- "DIP switches": dip_switches.md
|
||||||
- "Development":
|
- "Development":
|
||||||
- "HTTP API reference": api.md
|
- "HTTP API reference": api.md
|
||||||
- "Building PiKVM OS": building_os.md
|
- "Building PiKVM OS": building_os.md
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue