This commit is contained in:
Maxim Devaev 2022-03-13 03:59:10 +03:00
parent 314adb06a6
commit a845966e1b
1 changed files with 5 additions and 4 deletions

View File

@ -147,6 +147,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
Now re-edit your `/etc/kvmd/override.yaml` file and just use tab to get the right spacing, you might need to delete the current leading "spaces" to ensure proper formatting. Now re-edit your `/etc/kvmd/override.yaml` file and just use tab to get the right spacing, you might need to delete the current leading "spaces" to ensure proper formatting.
??? question "How can I use the serial console to access to access other devices" ??? question "How can I use the serial console to access to access other devices"
you need to stop the service which listens on the ttyAMA0: you need to stop the service which listens on the ttyAMA0:
@ -161,7 +162,7 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht
systemctl disable serial-getty@ttyAMA0.service systemctl disable serial-getty@ttyAMA0.service
``` ```
Important: !!! note
* Only USB OR the RJ-45 serial connector will work, you can't use them together! * Only USB OR the RJ-45 serial connector will work, you can't use them together!
* If you disable the service permanently, you can't recover your device via serial console if you need this. * If you disable the service permanently, you can't recover your device via serial console if you need this.
* There are some reports, that you need to remove "ttyAMA0" from /boot/cmdline.txt, but this is not needed on new installations. * There are some reports, that you need to remove "ttyAMA0" from /boot/cmdline.txt, but this is not needed on new installations.