From b7e17759a3def7fe6831567582f3d8f083ee2625 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 8 Jun 2018 14:19:54 +0100 Subject: [PATCH] doc/faq: Add solution for Juno resetting upon commencing a WA run --- doc/source/faq.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/faq.rst b/doc/source/faq.rst index 94879265..1b5b739a 100644 --- a/doc/source/faq.rst +++ b/doc/source/faq.rst @@ -66,3 +66,10 @@ your device. been merged into the core framework and therefore no longer exists. To fix this error please remove the "standard" entry from the "augmentations" list in the WA3 config file. + +**Q:** My Juno board keeps resetting upon starting WA even if it hasn't crashed. +-------------------------------------------------------------------------------- +Please ensure that you do not have any other terminals (e.g. ``screen`` +sessions) connected to the board's UART. When WA attempts to open the connection +for its own use this can cause the board to reset if a connection is already +present.