Commit d99bff52 authored by Federico Vaga's avatar Federico Vaga

doc: add reference to driver serial console

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 5963bdde
......@@ -78,9 +78,10 @@ This is used to send string messages from the running firmware to the
host system.
For more information on how to access the serial console from the
firmware, please read:
firmware and how to read it on host side, please read:
- :ref:`Firmware Library - Serial Interface<sw:fw:lib:uart>`
- :ref:`Linux Driver - Read Serial Console<sw:drv:serial>`
Message Queue
----------------
......
......@@ -162,6 +162,8 @@ core in order to make it running again::
echo 0 > /sys/class/mockturtle/trtl-0001-00/reset
.. _`sw:drv:serial`:
Mock Turtle uses the standard TTY layer from the Linux kernel. Each
core has a dedicated serial interface which is used for communications
from soft-CPU to host.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment