mirror of
https://github.com/pikvm/pikvm
synced 2024-11-18 09:25:43 +00:00
Update arduino_hid.md (#224)
Found out that in the newer images in the cmdline.txt the entries have change. console=ttyAMA0,115200 is now console=serial0,115200 and kgdboc=ttyAMA0,115200 is now kgdboc=serial0,115200
This commit is contained in:
parent
34e68dbd0a
commit
4f3d2b7b6c
@ -17,7 +17,7 @@ Using Arduino HID on non-v0 platforms is useful if you need a simple and primiti
|
|||||||
KERNEL=="ttyAMA0", SYMLINK+="kvmd-hid"
|
KERNEL=="ttyAMA0", SYMLINK+="kvmd-hid"
|
||||||
```
|
```
|
||||||
* Run `systemctl disable getty@ttyAMA0.service`.
|
* Run `systemctl disable getty@ttyAMA0.service`.
|
||||||
* Remove `console=ttyAMA0,115200` and `kgdboc=ttyAMA0,115200` from `/boot/cmdline.txt`.
|
* Remove `console=ttyAMA0,115200`or `console=serial0,115200` and `kgdboc=ttyAMA0,115200` or `kgdboc=serial0,115200` from `/boot/cmdline.txt`.
|
||||||
* [Flash the Arduino HID](flashing_hid.md).
|
* [Flash the Arduino HID](flashing_hid.md).
|
||||||
* Run `reboot`.
|
* Run `reboot`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user