2008-04-09 06:42:47 kermit problem
Pranay Upadhyay (INDIA)
Message: 53907 Hello all,
when I am sending the file using kermit on linux then I got the following error.
[root@PranayU ~]# cd /
[root@PranayU /]# kermit
?No keywords match - uImage.ext2
Command stack:
1. File : /root/.kermrc (line 10)
0. Prompt: (top level)
C-Kermit 8.0.211, 10 Apr 2004, for Red Hat Linux 9.0
Copyright (C) 1985, 2004,
Trustees of Columbia University in the City of New York.
Type ? or HELP for help.
Linux Kermit> connect
Connecting to /dev/ttyS0, speed 57600
Escape character: Ctrl-\ (ASCII 28, FS): enabled
Type the escape character followed by C to get back,
or followed by ? to see other options.
----------------------------------------------------
(Back at PranayU)
----------------------------------------------------
Linux Kermit> send
?Filename required but not given
Linux Kermit> send uClinux.ext2
?File not found - "uClinux.ext2"
Linux Kermit> send /pranay/uClinux-dist/images/uImage.ext2
********************************************************************************************
C-Kermit 8.0.211, 10 Apr 2004, PranayU [192.168.0.127]
Current Directory: /
Communication Device: /dev/ttyS0
Communication Speed: 57600
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:
Transfer Rate, CPS:
Window Slots:
Packet Type: S
Packet Count: 1
Packet Length: 28
Error Count: 0
Last Error:
Last Message:
X to cancel file, Z to cancel group, <CR> to resend last packet,
E to send Error packet, ^C to quit immediately, ^L to refresh screen.
**************************************************************************************************
SEND-class command failed.
Packets sent: 2
Retransmissions: 11
Timeouts: 7
Damaged packets: 0
Fatal Kermit Protocol Error: Too many retries
HINTS... If the preceding error message does not explain the failure:
. Try changing the remote Kermit's FLOW-CONTROL setting.
. Adjust the timeout method (see HELP SET SEND).
. Increase the retry limit (see HELP SET RETRY).
. Try it again with SET STREAMING OFF.
. Try it again with SET PARITY SPACE.
. As a last resort, give a ROBUST command and try again.
Also:
. Be sure the source file has read permission.
. Be sure the target directory has write permission.
(Use SET HINTS OFF to suppress hints.)
*************************
Please try to find solution early. I am not able to transfer the file from four to five days.And I am just working only on this.
-Regards
-Pranay
QuoteReplyEditDelete
2008-04-10 05:25:14 Re: kermit problem
Yi Li (CHINA)
Message: 54019 please follow: http://docs.blackfin.uclinux.org/doku.php?id=bootloaders:u-boot:serial_port_loading_files&s[]=kermit
run "loadb" in uboot first.
QuoteReplyEditDelete
2008-04-12 07:31:08 Re: kermit problem
sathish kumar (HAITI)
Message: 54144
Hi pranay,
can you explain the steps that you've carried out so that it would be helpful for me to sort out your problem.
How did you program the flash memory.
Are you using the serial cable that follows the instructions mentioned in blackfin.docs.
Explain the process in a stepwise manner.
regards
Sathish