Share via


Rebuilding the Boot Loader (Windows Embedded CE 6.0)

1/5/2010

When you rebuild the boot loader, you should have both an Eboot.bin and Eboot.nb0 binary added to your target directory, in addition to Eboot.exe.

To rebuild the boot loader

  1. At the command prompt, enter the following command:

    build -c
    

    For more information about the Windows Embedded CE build tool, see Build Tool.

  2. Verify that both Eboot.bin and Eboot.nb0 appear in the %_WINCEROOT%\Platform\MyPlatform\Target\ARMV4I\Retail directory.

    If you do not have these files after you rebuild the boot loader, consult the Build.log file in the boot loader directory for more information.

See Also

Tasks

How to Develop a Boot Loader