From dbad694c06ab1786c25493f198cb16b1a2a717aa Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 13 Mar 2022 04:03:26 +0300 Subject: [PATCH] fix --- docs/faq.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 774fa96f..847f7102 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -162,11 +162,10 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht systemctl disable serial-getty@ttyAMA0.service ``` - !!! note - - * 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. - * There are some reports, that you need to remove "ttyAMA0" from /boot/cmdline.txt, but this is not needed on new installations. + !!! note + * 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. + * There are some reports, that you need to remove "ttyAMA0" from /boot/cmdline.txt, but this is not needed on new installations. ## First steps