Share via


Building the Boot Loader Image (Windows CE 5.0)

Send Feedback

Eboot.bin or Boot.bin is the binary file that constitutes the Ethernet boot loader. You must build the boot loader image to use the Ethernet boot loader.

To build the boot loader image

  1. At the command prompt, type the following command to enable the built features to be copied to the %_FLATRELEASEDIR% directory.

    Set WINCEREL=1
    
  2. Modify the binary image builder file (.bib), Boot.bib, located in the %_WINCEROOT%\Platform\<Hardware Platform Name>\Src\BootLoader directory, to match your run-time image.

    Boot.bib is a text file that specifies the size and location of the memory on the target device where you store the boot loader. For more information, see Boot Loader Image Builder File.

  3. At the command prompt, type the following command.

    cd %_TGTPLATROOT%\Eboot
    
  4. Type the following command to build Eboot.bin or Boot.bin.

    Build -cfs
    

    For more information about the build tool and the parameters you can use, see Build Tool.

See Also

Ethernet Boot Loader

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.