CONFIG_BUILD_OUTPUT_INFO_HEADER
Create a image information header
Type: bool
Help
Create an image information header which will contain image
information from the Zephyr binary.
Example of information contained in the header file:
- Number of segments in the image
- LMA address of each segment
- VMA address of each segment
- Size of each segment
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At Kconfig.zephyr:530
Included via Kconfig:8
Menu path: (Top) → Build and Link Features → Build Options
config BUILD_OUTPUT_INFO_HEADER
bool "Create a image information header"
help
Create an image information header which will contain image
information from the Zephyr binary.
Example of information contained in the header file:
- Number of segments in the image
- LMA address of each segment
- VMA address of each segment
- Size of each segment
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)