Re: [U-Boot] [PATCH] tools/mrvl_uart.sh: Fix minicom baudrate

2018-01-29 Thread Stefan Roese
On 20.01.2018 13:07, Andreas Färber wrote: 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: eee4835d22 ("tools: Add Marvell recovery image download script") Cc

Re: [U-Boot] [PATCH] tools/mrvl_uart.sh: Fix minicom baudrate

2018-01-22 Thread Stefan Roese
On 20.01.2018 13:07, Andreas Färber wrote: 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: eee4835d22 ("tools: Add Marvell recovery image download script") Cc

Re: [U-Boot] [PATCH] tools/mrvl_uart.sh: Fix minicom baudrate

2018-01-21 Thread Kostya Porotchkin
> -Original Message- > From: Andreas Färber [mailto:afaer...@suse.de] > Sent: Saturday, January 20, 2018 14:07 > To: u-boot@lists.denx.de > Cc: Andreas Färber; Kostya Porotchkin; Stefan Roese; Igal Liberman > Subject: [PATCH] tools/mrvl_uart.sh: Fix minicom baudrate > > minicom doesn't i