This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

C-Kermit yMODEM over TCP/IP


   Alright, I've been trying to push binaries over via TCP/IP through
Kermit. First I telnet to the machine:

telnet /NOWAIT 192.168.0.2 9000

RedBoot>

Then I execute the load command:

RedBoot> load -v -m yMODEM

Then I ctrl-\c to return to kermit

Once I've returned to kermit, I believe I should be able to send the file
over.

/PROTOCOL:name
  Uses the given protocol to send the file (Kermit, Zmodem, etc) for this
  transfer without changing global protocol.


So I type:
send /PROTOCAL:yMODEM Image.srec

And it basically just freezes there with this screen:

   Current Directory: /home/jason/ecosprogs/application
        Network Host: 192.168.0.2:9000
        Network Type: TCP/IP
              Parity: none
         RTT/Timeout: 08 / 08

           File Type:
           File Size:
        Bytes So Far:
                          ...10...20...30...40...50...60...70...80...90..100
 Estimated Time Left: (unknown)
  Transfer Rate, CPS: 0
        Window Slots:
         Packet Type: %
        Packet Count: 1
       Packet Length: 29
         Error Count: 9
          Last Error: (resend)
        Last Message: Resending packet...

X to cancel file, Z to cancel group, <CR> to resend last packet,E to send
Error


Has anyone done this before? I really would like to avoid having to use
Hyperterm.

-Jason Thomas.

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]