public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] y-modem protocol issue
@ 2011-08-09 10:40 Angelo Dureghello
  2011-08-09 12:03 ` Stefano Babic
  0 siblings, 1 reply; 3+ messages in thread
From: Angelo Dureghello @ 2011-08-09 10:40 UTC (permalink / raw)
  To: u-boot

Hi all,

just to inform, seems xyzModem is not following the protocol spec of YModem:

YMODEM Batch Transmission Session (1 file)

SENDER                                      RECEIVER
                                        <-- C (command:rb)
SOH 00 FF foo.c NUL[123] CRC CRC        -->
                                        <-- ACK
                                        <-- C
SOH 01 FE Data[128] CRC CRC             -->
                                        <-- ACK
SOH 02 FC Data[128] CRC CRC             -->
                                        <-- ACK
SOH 03 FB Data[100] CPMEOF[28] CRC CRC  -->
                                        <-- ACK
EOT                                     -->
                                        <-- NAK
EOT                                     -->
                                        <-- ACK
                                        <-- C
SOH 00 FF NUL[128] CRC CRC              -->
                                        <-- ACK



After first EOT u-boot send an ACK, not correct.
Same behavior using SOH or STX.

Regards
angelo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-08-09 12:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-09 10:40 [U-Boot] y-modem protocol issue Angelo Dureghello
2011-08-09 12:03 ` Stefano Babic
2011-08-09 12:55   ` Angelo Dureghello

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox