NAME

mkhfimage - Utility to add an image validation header.


SYNOPSIS

mkhfimage -i <filename> -e <filename> <input file> <output file>


DESCRIPTION

mkhfimage is a utility used to add an image validation header onto an image or other file in an ISOS system. The header can then be checked as part of the boot or update process to ensure that the file is appropriate for the hardware it is running on.

It is usually run from the mkproduct.pst file as part of the build process.


OPTIONS

-h
Display help

-e <string>
Image from which to extract execheader

-i <string>
Image from which to extract image information

-m <num>
Set amount of runtime memory required for this image

-p <num>
Set processor id for this image (overrides imageinfo setting)

-s <string>
Set system builder ID for this image

-t
Generate a text validation header, rather than adding a binary header

-v
Be verbose


EXAMPLES

mkhfimage -i image -e image image.comp image.val

This will add an image validation header into image.comp, using the file image for the both exec header and image information it generates the file image.val.