Skip to content
Snippets Groups Projects
Commit 3e00c48e authored by Andreas Färber's avatar Andreas Färber Committed by Stefan Roese
Browse files

tools/mrvl_uart.sh: Fix minicom baudrate


minicom doesn't inherit the baudrate from stty but uses its own
defaults, such as for example 57600, whereas we expect 115200 here.
Explicitly tell minicom which baudrate to use.

Fixes: eee4835d ("tools: Add Marvell recovery image download script")
Cc: Konstantin Porotchkin <kostap@marvell.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Igal Liberman <igall@marvell.com>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Reviewed-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
Reviewed-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent bd39d864
No related branches found
No related tags found
No related merge requests found
...@@ -115,5 +115,5 @@ sx -vv $file > $port < $port ...@@ -115,5 +115,5 @@ sx -vv $file > $port < $port
stty -F $port raw ignbrk time 5 $default_baudrate stty -F $port raw ignbrk time 5 $default_baudrate
# Optional - fire up Minicom # Optional - fire up Minicom
minicom -D $port minicom -D $port -b $default_baudrate
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment