From 63db94efbcfb9d91fce2328af4cce7e6c0eed5ee Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 28 May 2018 07:46:24 -0600 Subject: [PATCH] Update README --- system/zmodem/README.txt | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/system/zmodem/README.txt b/system/zmodem/README.txt index a7eb3a848..050b4f385 100755 --- a/system/zmodem/README.txt +++ b/system/zmodem/README.txt @@ -252,10 +252,16 @@ Status serial speeds and with much smaller buffers (although that has not been verified as of this writing). - 2018-5-28: + 2018-5-27: Updates to checksum calculations. Verified correct operation with hardware flow control using the olimex-stm32-p407/zmodem configuration. Only the host-to-target transfer was verified. - There appears to be problems still host target-to-host transfers - and with use of the NuttX versions of rx/sz on the host. + This was using the Linux sz utility. There appears to still be a + problem using the NuttX sz utility running on Linux. + + 2018-5-27: + Verified correct operation with hardware flow control using the + olimex-stm32-p407/zmodem configuration with target-to-host + transfers was verified. Again, there are issues remaining if + I tried the NuttX rz utility running on Linux.