X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fjtagconsole;h=d404fac5e802a2182974ff354f2dd3846797f743;hb=d6b11fd1f0ef1b6cbc81ca7655c47bf68a16f32d;hp=24198c83cac69a9de8edd2490ea3ad93cadf6a32;hpb=c11ff779f4e0e0c7edc322e84dd229ad28709595;p=u-boot diff --git a/tools/jtagconsole b/tools/jtagconsole index 24198c83ca..d404fac5e8 100755 --- a/tools/jtagconsole +++ b/tools/jtagconsole @@ -31,9 +31,9 @@ if [ -z "${ip}" ] || [ -n "$3" ] ; then usage "Invalid number of arguments" fi -trap "stty icanon echo intr ^C" 0 2 3 5 10 13 15 +trap "stty icanon echo opost intr ^C" 0 2 3 5 10 13 15 echo "NOTE: the interrupt signal (normally ^C) has been remapped to ^T" -stty -icanon -echo intr ^T +stty -icanon -echo -opost intr ^T nc ${ip} ${port} exit 0