From b11709d69b785bfe663f39f0b55b4cbb6dc02736 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Sat, 19 Aug 2023 00:58:43 +0530 Subject: [PATCH] Fix #42 --- .../beagleplay/demos-and-tutorials/using-serial-console.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/beagleplay/demos-and-tutorials/using-serial-console.rst b/boards/beagleplay/demos-and-tutorials/using-serial-console.rst index 12957bdf..3900b252 100644 --- a/boards/beagleplay/demos-and-tutorials/using-serial-console.rst +++ b/boards/beagleplay/demos-and-tutorials/using-serial-console.rst @@ -4,7 +4,7 @@ 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. +cable as depicted in the image below and use applications like ``tio`` to access the console. .. figure:: images/serial-debug-connection.jpg :width: 1400 @@ -13,7 +13,7 @@ cable as dipicted in image below and use application like ``tio`` to access the 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. +It will be different for Mac and Windows operating systems. .. code-block:: shell -- GitLab