Building an Image with Multiple XIP Regions (Windows Embedded CE 6.0)

1/6/2010

Creating an image consisting of multiple XIP regions is done when MAKEIMG is run and is controlled by Config.bib and the IMGMULTIBIN environment variable. This variable must be set to 1 to build a multiple-XIP image.

The output of a successful multiple-XIP MAKEIMG process produces the following files:

  • A .bin file for every XIP region.
  • A single .bin file containing all XIP regions, named Xip.bin.
  • A .bin file for the XIP chain, named Chain.bin.
  • An .nb0 file, if ROMSTART, ROMWIDTH, or ROMSIZE are set in Config.bib.
    The .nb0 file is a layout of all the .bin files, including Chain.bin, as they should appear in ROM.

See Also

Concepts

Multiple XIP Support
Config.bib Checklist

Other Resources

Binary Image Builder File