>>>>> "Douglas" == Douglas Phillipson <dougp@intermind.net> writes:
Douglas> I can get Hyperterm on Windoze to work for flashing the .7.2
Douglas> stuff up kermit on Linux won't work for some reason. It
Douglas> never sems to start the protocol transfer. Here is my
Douglas> .kermrc. Any one have experience getting this to work? I can
Douglas> interact with the IPAQ ok, via kermit, but the ymodem
Douglas> transfer goes nowhere. I can even see the ymodem binary
Douglas> start up with "ps" (sb).
Here is the macro I use to upload root images to the ipaq
define ipaq0 -
set line /dev/tts/0, -
set speed 115, -
set modem none, -
set flow none, -
set carrier off, -
set protocol ymodem {} {} {sb %s} {} {rb} {}
Remember to run the following line or add to the above macro.
set file type b
Of course change "set line" to the correct value for you.
To upload root image type "load root" on the ipaq and then switch back
to kermit and type "send root_image_name". This macro will also work
to load the bootldr, but of course be very carefull when loading the
bootldr.
Good luck.
Received on Mon Feb 16 16:13:03 2004
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:40:16 EDT