Image Types¶
The **IMG**XXX variables are used to control Make Run-Time Image procedure, and can be viewed and configured within the Environment dialog as follows:
- Open the sample solution for the VAR-SOM-MX25 BSP.
- From the Project menu, choose Properties.
- Expand Configuration Properties if necessary and select the Environment item.
The following table provides a summary of the **IMG**XXX environment variables available on VAR-SOM_MX25 BSP.
| Name | Description | Settings |
| --- |
There is now special variable for RAM image.
This type of image is built when none of following flags are defined. |
No settings are required |
| IMGNAND | Used by EBOOT and OS build files to determine if images are targeted for NAND Flash. |
IMGNAND = 1
Link EBOOT and OS images for NAND Flash. |
| IMGSDMMC | Used by EBOOT and OS build files to determine if images are targeted for SD/MMC |
IMGSDMMC = 1
Link EBOOT and OS images for SD/MMC card. Note: This feature isn’t tested in current version of BSP |