How to use the tftp.exe to upload the NK.bin to target device.Means
example syntex

My PC ip address is 10.100.131.94


and target address is 10.100.131.83.


For generting the NK.bin I modify the EbootInitTftpSimple (pEdbgAddr,
htons(69), htons(69),
NK.bin");


Please help me this regards.


Thanks,


Gouri.

Re: Syntax for tftp.exe by Henrik

Henrik
Mon Oct 30 09:15:40 CST 2006

Havn't used tftp.exe in ages but something like this should work:
tftp -i 10.100.131.83 PUT c:\nk.bin nk.bin

You have to wait until the device start broadcasting BOOTME messages
before putting the file.

Henrik Viklund
http://www.addlogic.se

gouri wrote:
> How to use the tftp.exe to upload the NK.bin to target device.Means
> example syntex
>
> My PC ip address is 10.100.131.94
>
>
> and target address is 10.100.131.83.
>
>
> For generting the NK.bin I modify the EbootInitTftpSimple (pEdbgAddr,
> htons(69), htons(69),
> NK.bin");
>
>
> Please help me this regards.
>
>
> Thanks,
>
>
> Gouri.


Re: Syntax for tftp.exe by Valter

Valter
Mon Oct 30 09:24:33 CST 2006

"Henrik Viklund" <henrik.viklund@gmail.com> wrote in
news:1162221339.742136.288430@e3g2000cwe.googlegroups.com:

> Havn't used tftp.exe in ages but something like this should work:
> tftp -i 10.100.131.83 PUT c:\nk.bin nk.bin
>
> You have to wait until the device start broadcasting BOOTME
> messages before putting the file.

IIRC the name for the "tftped" file is boot.bin and not nk.

--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)

Re: Syntax for tftp.exe by Henrik

Henrik
Mon Oct 30 10:48:24 CST 2006

In this particualr case -No. The OP has modified the call to
"EbootInitTftpSimple".

Henrik Viklund
http://www.addlogic.se

Valter Minute wrote:
> "Henrik Viklund" <henrik.viklund@gmail.com> wrote in
> news:1162221339.742136.288430@e3g2000cwe.googlegroups.com:
>
> > Havn't used tftp.exe in ages but something like this should work:
> > tftp -i 10.100.131.83 PUT c:\nk.bin nk.bin
> >
> > You have to wait until the device start broadcasting BOOTME
> > messages before putting the file.
>
> IIRC the name for the "tftped" file is boot.bin and not nk.
>
> --
> Valter Minute
> (the reply address of this message is invalid)
> (l'indirizzo di reply di questo messaggio non =E8 valido)