Modifying the CONFIG Section of the Config.bib File to Support BinFS (Windows Embedded CE 6.0)
1/6/2010
Use the following steps to modify the CONFIG section of the Config.bib file for to support the binary ROM image file system (BinFS):
The CONFIG section of the Config.bib file must specify
RAM_AUTOSIZE=OFF
,ROM_AUTOSIZE=OFF
as well as theXIPSCHAIN
value that represents the start of the chain region. This value should match the value specified in the MEMORY section.
The following example shows the CONFIG section of a Config.bib file that supports BinFS:CONFIG AUTOSIZE=ON COMPRESSION=ON DLLADDR_AUTOSIZE=ON KERNELFIXUPS=ON PROFILE=OFF RAM_AUTOSIZE=OFF ROMFLAGS=0 ROMSIZE=01E00000 ROMSTART=800B8000 ROMWIDTH=32 ROM_AUTOSIZE=OFF XIPSCHAIN=813B8000
For more information on the CONFIG section of a .bib file, see CONFIG Section.