Re: Flashing Nand Flash using TFTP.exe

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



A generic EBoot implmentation of EBoot is using TFTP protocol for
downloading the OS Image from PB with port 980 rather than port 69 and with
other PB specific handshake commands.
Frankly speaking, once you made some minor modificaiton to the eboot, you
will be able to use a generic TFTP client to upload the OS Image, and if you
want it is possible to modify the eboot for supporting the tftp client
functionality.

The source of the EBoot library for handle the TFTP protocol could be found
in
$(_WINCEROOT)\PUBLIC\COMMON\OAK\drivers\ethdbg\eboot\
It could be a starting point for your TFTP work.

"Nat" <Nat@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:296280B6-8CFF-4E31-A233-CF699DF9C37B@xxxxxxxxxxxxxxxx
I want to flash NAND Flash without using Platform builder. My device runs
under Windows CE 5.0.
I was advised to use TFTP.exe.... I cannot get it works.
Does anybody know how to do it?

Thanks

Nat.


.



Relevant Pages

  • Re: tftp of image
    ... Do you try to use the Ip address of your target device as the host ... I have some experience of mofying the EBoot that using port 69 as the TFTP ...
    (microsoft.public.windowsce.platbuilder)
  • Re: downloading image without PB?
    ... Eboot working as TFTP client is OK. ... before it sends ARP packet and TFTP packet.Because network has not been ...
    (microsoft.public.windowsce.platbuilder)
  • Re: How to make bootloader support normal TFTP,not PB?
    ... Actually the EBoot itself is a TFTP Server but it uses some other UDP port ... After taht, you may use regular TFTP client, for example the TFTP.exe on ...
    (microsoft.public.windowsce.platbuilder)
  • Re: downloading image without PB?
    ... Now eboot as client can communicate with tftp server.But it always ... After transporting about 30 tftp packets successfully,eboot can not send ACK ... And this time it is Eboot that can not send ACK signal. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: downloading image without PB?
    ... message in the EBoot library to find out what's going on. ... > encounters errors when transporting about 30 tftp packets. ... > BTW:I get tftp server from this website. ...
    (microsoft.public.windowsce.platbuilder)