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
pull/234/head
KayKun 3 years ago committed by GitHub
parent 34e68dbd0a
commit 4f3d2b7b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
```
* 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).
* Run `reboot`.

Loading…
Cancel
Save