From: Antony Pavlov <antonynpavlov@gmail.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v3 09/10] scripts: add nmon-loader
Date: Sun, 11 Aug 2019 12:59:05 +0300 [thread overview]
Message-ID: <20190811125905.6fc213ce18ee414156f482ab@gmail.com> (raw)
In-Reply-To: <20181218071943.2560-10-antonynpavlov@gmail.com>
On Tue, 18 Dec 2018 10:19:42 +0300
Antony Pavlov <antonynpavlov@gmail.com> wrote:
Hi Sascha!
It looks like this patch is missed in the master branch.
Please apply the patch!
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> ---
> scripts/nmon-loader | 31 +++++++++++++++++++++++++++++++
> 1 file changed, 31 insertions(+)
>
> diff --git a/scripts/nmon-loader b/scripts/nmon-loader
> new file mode 100755
> index 0000000000..d80a53097a
> --- /dev/null
> +++ b/scripts/nmon-loader
> @@ -0,0 +1,31 @@
> +#!/usr/bin/expect -f
> +
> +# device
> +set image [lindex $argv 0];
> +set modem [lindex $argv 1];
> +set speed [lindex $argv 2];
> +
> +if {$argc != 3} {
> + puts "Usage:"
> + puts " nmon-loader.expect <file> <device> <speed>"
> + exit 2
> +}
> +
> +# keep it open
> +exec sh -c "sleep 3 < $modem" &
> +
> +# serial port parameters
> +exec stty -F $modem $speed raw -clocal -echo -istrip -hup
> +
> +# connect
> +send_user "connecting to $modem, exit with ~.\n"
> +spawn -open [open $modem w+]
> +send_user "connected\n"
> +send "\r"
> +
> +source $image
> +
> +interact {
> + ~- exit
> + ~~ {send "\034"}
> +}
> --
> 2.20.0
>
--
Best regards,
Antony Pavlov
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2019-08-11 9:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-18 7:19 [PATCH v3 00/10] Add initial RISC-V architecture support Antony Pavlov
2018-12-18 7:19 ` [PATCH v3 01/10] " Antony Pavlov
2018-12-18 7:19 ` [PATCH v3 02/10] RISC-V: add Erizo SoC support Antony Pavlov
2018-12-18 7:19 ` [PATCH v3 03/10] RISC-V: add low-level debug macros for ns16550 Antony Pavlov
2018-12-18 8:33 ` Oleksij Rempel
2018-12-18 7:19 ` [PATCH v3 04/10] RISC-V: add nmon nano-monitor Antony Pavlov
2018-12-18 7:19 ` [PATCH v3 05/10] RISC-V: erizo: add DEBUG_LL support Antony Pavlov
2018-12-18 7:19 ` [PATCH v3 06/10] RISC-V: erizo: enable nmon Antony Pavlov
2018-12-18 7:19 ` [PATCH v3 07/10] RISC-V: erizo: add nmon image creation Antony Pavlov
2018-12-18 7:19 ` [PATCH v3 08/10] RISC-V: add erizo_generic_defconfig Antony Pavlov
2018-12-18 7:19 ` [PATCH v3 09/10] scripts: add nmon-loader Antony Pavlov
2019-08-11 9:59 ` Antony Pavlov [this message]
2019-08-12 7:41 ` Sascha Hauer
2019-08-12 9:01 ` Antony Pavlov
2018-12-18 7:19 ` [PATCH v3 10/10] Documentation: add RISC-V docs Antony Pavlov
2019-01-03 11:18 ` [PATCH v3 00/10] Add initial RISC-V architecture support Sascha Hauer
2019-01-04 8:47 ` Antony Pavlov
2019-01-07 7:54 ` Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190811125905.6fc213ce18ee414156f482ab@gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox