From b65ca8e4aa9b858253036a13fcc9a8d501b8f1b2 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Thu, 2 Mar 2023 03:00:05 +0530 Subject: [PATCH] Update serial console chapter --- .../using-serial-console.rst | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/boards/beagleplay/demos-and-tutorials/using-serial-console.rst b/boards/beagleplay/demos-and-tutorials/using-serial-console.rst index e4a520a3..12957bdf 100644 --- a/boards/beagleplay/demos-and-tutorials/using-serial-console.rst +++ b/boards/beagleplay/demos-and-tutorials/using-serial-console.rst @@ -3,3 +3,25 @@ Using Serial Console #################### +To see the board boot log and access your BeaglePlay's console you can connect a USB-UART +cable as dipicted in image below and use application like ``tio`` to access the conole. + +.. figure:: images/serial-debug-connection.jpg + :width: 1400 + :alt: Serial debug (USB-UART) cable connection. + + Serial debug (USB-UART) cable connection. + +If you are using Linux your USB to UART converter may appear as ``/dev/ttyUSB``. +It will be different for Mac and Windows operatig systems. + +.. code-block:: shell + + [lorforlinux@fedora ~] $ tio /dev/ttyUSB0 + tio v2.5 + Press ctrl-t q to quit + Connected + +.. tip:: + For more information on ``USB to UART`` cables, + you can checkout :ref:`serial-debug-cables` section. -- GitLab