Re: How to make bootloader support normal TFTP,not PB?
From: fred (fred_at_discussions.microsoft.com)
Date: 08/09/04
- Next message: fred: "Re: How to make bootloader support normal TFTP,not PB?"
- Previous message: Sujith: "serial bootloader"
- In reply to: K. S. Huang: "Re: How to make bootloader support normal TFTP,not PB?"
- Next in thread: K. S. Huang: "Re: How to make bootloader support normal TFTP,not PB?"
- Reply: K. S. Huang: "Re: How to make bootloader support normal TFTP,not PB?"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 8 Aug 2004 20:31:04 -0700
Hi, K. S. Huang
After change the parameter EDBG_DOWNLOAD_PORT into 69, I build the
eboot and have a test. I use TFTP.EXE to upload nk.bin to target device, but
an error "EDBG_DOWNLOAD_PORT " happened. Through the debug message I find
that the device has recieved some packet, but very few.
I need your help.
Fred
"K. S. Huang" wrote:
> Actually the EBoot itself is a TFTP Server but it uses some other UDP port
> (port 980 default is 69).
> So you could modify the EbootInitEtherTransport in
> public\common\oak\drivers\ethdbg\eboot\ebsimp.c
> at about line 302 , change the EDBG_DOWNLOAD_PORT to the regular TFTP port
> of EbootInitTftpSimple's parameter.
>
> After taht, you may use regular TFTP client, for example the TFTP.exe on
> windows to upload the OS image.
>
> if you want to let the EBoot to be a TFTP client (most Network device doing
> so), you could refer the following link
>
> http://groups.google.com/groups?hl=zh-TW&lr=&ie=UTF-8&selm=%23mV3m0OcEHA.115
> 2%40TK2MSFTNGP09.phx.gbl
>
> "fred" <fred@discussions.microsoft.com> ¼¶¼g©ó¶l¥ó·s»D
> :625A6FA4-5801-4E6B-8F69-78E365EC64C1@microsoft.com...
> > Hi,
> > I want to make the bootloader support normal TFTP,not PB'S bootme for
> > manufacture. You know the manufactory can't use PB, it's so fussy for
> > worker.Please give me some advice.
> > Thank you.
> > Fred
>
>
>
- Next message: fred: "Re: How to make bootloader support normal TFTP,not PB?"
- Previous message: Sujith: "serial bootloader"
- In reply to: K. S. Huang: "Re: How to make bootloader support normal TFTP,not PB?"
- Next in thread: K. S. Huang: "Re: How to make bootloader support normal TFTP,not PB?"
- Reply: K. S. Huang: "Re: How to make bootloader support normal TFTP,not PB?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|