mirror of https://github.com/pikvm/pikvm.git
Update README.md
This commit is contained in:
parent
e71d7dfbfd
commit
01afd5703e
16
README.md
16
README.md
|
|
@ -351,9 +351,9 @@ The Pi-KVM OS is based on Arch Linux ARM and contains all the required packages
|
|||
Please note: **we strongly discourage the use of VNC on untrusted networks.** The current implementation does not use encryption, and your passwords are transmitted over the network in a plain text. The existing anonymous TLS mode is also not secure enough.
|
||||
|
||||
* To use Arduino HID with **v2** platform:
|
||||
1. Build and connect HID according to the [diagram](#v0-diagram).
|
||||
2. Switch to RW-mode using command `rw`.
|
||||
3. Add these lines to `/etc/kvmd/override.yaml` (remove `{}` in the file before):
|
||||
- Build and connect HID according to the [diagram](#v0-diagram).
|
||||
- Switch to RW-mode using command `rw`.
|
||||
- Add these lines to `/etc/kvmd/override.yaml` (remove `{}` in the file before):
|
||||
```yaml
|
||||
kvmd:
|
||||
hid:
|
||||
|
|
@ -361,14 +361,14 @@ The Pi-KVM OS is based on Arch Linux ARM and contains all the required packages
|
|||
reset_pin: 4
|
||||
device: /dev/kvmd-hid
|
||||
```
|
||||
4. Add this line to `/etc/udev/rules.d/99-kvmd.rules`:
|
||||
- Add this line to `/etc/udev/rules.d/99-kvmd.rules`:
|
||||
```udev
|
||||
KERNEL=="ttyAMA0", SYMLINK+="kvmd-hid"
|
||||
```
|
||||
5. Run `systemctl disable getty@ttyGS0.service`.
|
||||
6. Remove `console=ttyAMA0,115200` and `kgdboc=ttyAMA0,115200` from `/boot/cmdline.txt`.
|
||||
7. Flash the Arduino (see [here](#building-the-os), step 8).
|
||||
8. Run `reboot`.
|
||||
- Run `systemctl disable getty@ttyGS0.service`.
|
||||
- Remove `console=ttyAMA0,115200` and `kgdboc=ttyAMA0,115200` from `/boot/cmdline.txt`.
|
||||
- Flash the Arduino (see [here](#building-the-os), step 8).
|
||||
- Run `reboot`.
|
||||
|
||||
-----
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue