aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2018-06-08 14:19:54 +0100
committersetrofim <setrofim@gmail.com>2018-06-11 08:10:07 +0100
commitb7e17759a3def7fe6831567582f3d8f083ee2625 (patch)
treec80e110a039e6b5b68cc621e5a33830bbf959416 /doc
parent1879dd62f17fabbbeb66ab7021aea37938c4b86c (diff)
doc/faq: Add solution for Juno resetting upon commencing a WA run
Diffstat (limited to 'doc')
-rw-r--r--doc/source/faq.rst7
1 files changed, 7 insertions, 0 deletions
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.