[U-Boot-Users] loadb (kermit) with hyperterminal in windows XP

Hello, u-boot folks,
I command "loadb 10000 9600" in u-boot prompt. Then I send file by windows' hyper-terminal kemit mode.
Windows hyper-terminal sent file successfully. However, u-boot still waits for packets.
By ICE, I found that the file has actually been sent and is correct at target DRAM. It looks like u-boot Kermit protocol codes wait for some stop packet.
Have anyone use u-boot loadb with window hyper-terminal?
Thanks. Wayne

In message 200505031521.j43FLm8R011045@ismp.csie.ncku.edu.tw you wrote:
I command "loadb 10000 9600" in u-boot prompt. Then I send file by windows' hyper-terminal kemit mode.
Why don't you use the real kermit?
Best regards,
Wolfgang Denk

Actually, I read the u-boot README and DULG document. I can connect u-boot with _real_ kermit.
The kermit says it can escape by "crtl-FS". However, I cannot find the FS key and cannot send file to u-boot.
I know my problem is a bit stupid, but it really confused me. :( Could anyone guide me where is the key?
Thanks. Wayne
-----Original Message----- From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin@lists.sourceforge.net] On Behalf Of Wolfgang Denk Sent: Tuesday, May 03, 2005 11:55 PM To: Wayne Lee Cc: u-boot-users Subject: Re: [U-Boot-Users] loadb (kermit) with hyperterminal in windows XP
In message 200505031521.j43FLm8R011045@ismp.csie.ncku.edu.tw you wrote:
I command "loadb 10000 9600" in u-boot prompt. Then I send file by windows' hyper-terminal kemit mode.
Why don't you use the real kermit?
Best regards,
Wolfgang Denk

In message 200505031638.j43GcT8R011758@ismp.csie.ncku.edu.tw you wrote:
The kermit says it can escape by "crtl-FS". However, I cannot find the FS key and cannot send file to u-boot.
Well, on my box it says:
Escape character: Ctrl-\ (ASCII 28, FS): enabled Type the escape character followed by C to get back, or followed by ? to see other options.
So press "CTRL-Backslash" followed by 'C' to get back to the kermit prompt, or "CTRL-Backslash" followed by 'Q' to exit kermit.
Best regards,
Wolfgang Denk

After I add udelay() support for my board, u-boot can talk with windows' hyperterminal via kermit protocol. I can download file to u-boot now.
WD, thanks.
Wayne
-----Original Message----- From: wd@denx.de [mailto:wd@denx.de] Sent: Wednesday, May 04, 2005 2:56 AM To: Wayne Lee Cc: 'u-boot-users' Subject: Re: [U-Boot-Users] loadb (kermit) with hyperterminal in windows XP
In message 200505031638.j43GcT8R011758@ismp.csie.ncku.edu.tw you wrote:
The kermit says it can escape by "crtl-FS". However, I cannot find the FS key and cannot send file to u-boot.
Well, on my box it says:
Escape character: Ctrl-\ (ASCII 28, FS): enabled Type the escape character followed by C to get back, or followed by ? to see other options.
So press "CTRL-Backslash" followed by 'C' to get back to the kermit prompt, or "CTRL-Backslash" followed by 'Q' to exit kermit.
Best regards,
Wolfgang Denk
participants (2)
-
Wayne Lee
-
Wolfgang Denk