Re: downloading image without PB?



NK.bin contains all the information needed to launch the os. A couple
of things to note:
1.Eboot actually implements a tftp server, so you'd want to run a tftp
client.
2 Eboot waits for a "PUT" of "boot.bin" so you'd have to rename
"nk.bin" to "boot.bin"
3 Eboot listens on port 980 which is not the default TFTP port. Set the
client to use port 980 before downloading (which i beleave you cannot
do with tftp.exe)
4 After the image has been loaded, eboot waits for a "jump" command
from PB to launch the image so you'd have to modify this behaviour _if_
you want the image to automatically launch after the tftp-download.

Henrik

mobilevil wrote:
> but i thought PB is not really sending the nk.bin, but a generated on the
> fly file?
> seems the generated file contain information on storage address and booting
> address also? and it is dividing files into 32M parts?
> anyway I go test with tftp.exe now
>
> "K. S. Huang" <ksh_AT_bsquare_DOT_com> wrote in message
> news:uHJA3uOZFHA.1368@xxxxxxxxxxxxxxxxxxxxxxx
> > Surely, it is indeed using tftp protocol but using some other port number
> > rather the defualt one.
> > You may also refer the following link
> > http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilder/msg/4126be0396697de5
> > or
> > http://groups-beta.google.com/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/780fce36830527fc/1a552c61cbff5cf0
> >
> > "mobilevil" <mobilevil@xxxxxxxxxx> ¼¶¼g©ó¶l¥ó·s»D:uFJoXQOZFHA.164@xxxxxxxxxxxxxxxxxxxxxxx
> >>I think PB is using TFTP to load the device? anyone tried to load image
> >>using a tftp client?
> >>
> >>
> >
> >

.



Relevant Pages

  • RE: PXE boot disks
    ... so now to figure out why the client isnt ... > But never seems to get that information nor tftp the bootloader. ... authoritative for subnet 10.10.232.0 ... Jun 16 13:54:41 yum1 dhcpd: If this DHCP server is authoritative for ...
    (Fedora)
  • installing Debian from local network
    ... I want to install Debian from local network. ... The client boots, connects dhcp, gets IP, ... connects tftp, but fails with "Error: Invalid header" traing to load image file. ...
    (Debian-User)
  • [SUMMARY]: tcpwrappers & tftpd
    ... Just to summarise that I discovered shortly after posting that it was ... due to the tftp command which i issued on my client. ...
    (SunManagers)
  • Re: Services & Firewall port settings
    ... > Because this definition of port numbers allowed I/O is a basic security ... Pretty much all of the Windows ... that file that causes some insecurity is the line about tftp. ... I would use a third party firewall instead, ...
    (microsoft.public.security)
  • Re: Downloading nk.bin to Target device without PB?
    ... Anyone you like that can be set to port 980. ... because that's the filename the bootloader tftp server expects to be ... should use a tftp client on the host. ... download use a slightly modified TFTP protocol (it uses port 980 rather ...
    (microsoft.public.windowsce.platbuilder)