From e6dc60d8251e8dca9ef0ca212d2e2e12a8ea85d6 Mon Sep 17 00:00:00 2001
From: Prajna Rajendra Kumar <prajna.rajendrakumar@gmail.com>
Date: Wed, 13 Nov 2024 07:38:55 -0500
Subject: [PATCH] beaglev-fire: specify baud rate to access terminal

The command to access the terminal using tio did not specify the baud rate
115200, therefore specify it to establish reliable serial communication.

Signed-off-by: Prajna Rajendra Kumar <prajna.rajendrakumar@microchip.com>
---
 boards/beaglev/fire/demos-and-tutorials/flashing-board.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/beaglev/fire/demos-and-tutorials/flashing-board.rst b/boards/beaglev/fire/demos-and-tutorials/flashing-board.rst
index 80dd98b9..baebfe00 100644
--- a/boards/beaglev/fire/demos-and-tutorials/flashing-board.rst
+++ b/boards/beaglev/fire/demos-and-tutorials/flashing-board.rst
@@ -117,7 +117,7 @@ Connect to BeagleV-Fire UART debug port using a 3.3v USB to UART bridge.
     :align: center
     :alt: UART debug connection
 
-Now you can run ``tio <port>`` in a terminal window to access
+Now you can run ``tio <port> -b 115200`` in a terminal window to access
 the UART debug port connection. Once you are connected properly you can
 press the Reset button which will show you a progress bar like
 in the
-- 
GitLab