Building an Image with Multiple XIP Regions
Creating an image consisting of multiple XIP regions is done at MAKEIMG time 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 will produce 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.
- If ROMSTART, ROMWIDTH, or ROMSIZE are set in Config.bib, an NB0 file is produced. The NB0 file is a layout of all the .bin files, including Chain.bin, as they should appear in ROM.
See Also
Multiple XIP Support | Config.bib Checklist
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.