Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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=OFFas well as theXIPSCHAINvalue 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.