From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Hawkins Date: Fri, 10 Jun 2005 10:46:46 +0100 Subject: [U-Boot-Users] Problem transferring file using kermit Message-ID: <002101c56da1$536dbc70$153335bf@cabletime.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I am trying to transfer a file to u-boot using kermit under linux. I am using the following in kermit: set line /dev/ttyS1 set speed 115200 set carrier-watch off set handshake none set flow-control none robust set file type bin set file name lit set rec pack 1000 set send pack 1000 set window 5 connect (I type "loadb 40000 CR") CTRL-\ C send /bin update_eeprom.bin At this point, the file transfer screen appears, and all I get is the error count going up by 2 every 8 seconds or so. Can anyone offer any assistance? I've checked in the manual, and all it says is to ensure that kermit is set up as above. I have previously managed to transfer files using loadb using Hyperterminal, so I know that the serial port and everything is working correctly. Can anyone offer any assistance? Thanks Andy