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.