From e0e553ded8bb6ffff2988e5693e5c4e7d9639475 Mon Sep 17 00:00:00 2001 From: Bill Traynor <wmat@greenmonkeylabs.com> Date: Tue, 5 Mar 2024 15:28:23 -0500 Subject: [PATCH] Fix typo. --- boards/beaglev/fire/02-quick-start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/beaglev/fire/02-quick-start.rst b/boards/beaglev/fire/02-quick-start.rst index 3b81b615..52e9074b 100644 --- a/boards/beaglev/fire/02-quick-start.rst +++ b/boards/beaglev/fire/02-quick-start.rst @@ -78,7 +78,7 @@ to your board as shown below: BeagleV-Fire UART debug port connection To see the board boot log and access your BeagleV-Fire's console you can use application like ``tio`` -to access the conole. If you are using Linux your USB to UART converter may appear as ``/dev/ttyUSB``. +to access the console. 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. To find serial port for your system you can checkout `this guide <https://www.mathworks.com/help/supportpkg/arduinoio/ug/find-arduino-port-on-windows-mac-and-linux.html>`_. -- GitLab