From 89c630fe5516fa066c7b192cf20154163fc54a1e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 26 May 2018 17:29:53 -0600 Subject: [PATCH] Update a README file. --- system/zmodem/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/zmodem/README.txt b/system/zmodem/README.txt index 87a942eee..47d573c15 100755 --- a/system/zmodem/README.txt +++ b/system/zmodem/README.txt @@ -141,14 +141,14 @@ Using NuttX Zmodem with a Linux Host Then use the sz command on Linux to send the file to the target: - $ sudo sz t /dev/ttyS0 + $ sudo sz /dev/ttyS0 Where is the file that you want to send. The resulting file will be found where you have configured the Zmodem "sandbox" via CONFIG_SYSTEM_ZMODEM_MOUNTPOINT. - You can add the az -v option multiple times, each increases the level + You can add the sz -v option multiple times, each increases the level of debug output. If you want to capture the Linux rz output, then re-direct stderr to a log file by adding 2>az.log to the end of the rz command.