mirror of
https://github.com/pikvm/pikvm
synced 2024-11-05 00:00:28 +00:00
17 lines
503 B
Markdown
17 lines
503 B
Markdown
|
# 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"/>
|