mirror of https://github.com/pikvm/pikvm.git
Create v3.md
This commit is contained in:
parent
9b4704f58b
commit
b4fcb5caf5
|
|
@ -0,0 +1,16 @@
|
|||
# Pi-KVM v3 Tech info
|
||||
|
||||
# Installation
|
||||
1. [Build the device](https://www.youtube.com/watch?v=-SRL92VJ870).
|
||||
2. [Install the operatiog system](flashing_os.md) (choose the v3 image).
|
||||
3. Power it up
|
||||
4. If your kit includes the display and/or the fan, you'll need to turn them on after installation:
|
||||
```bash
|
||||
rw
|
||||
systemctl enable --now kvmd-oled # For the display
|
||||
systemctl enable --now kvmd-fan # For the fan
|
||||
ro
|
||||
```
|
||||
|
||||
# v3 board ports
|
||||
<img src="../img/v3.png" alt="drawing" height="300"/>
|
||||
Loading…
Reference in New Issue