NAME

mkhfconfig - Utility to generate a configuration information block for an ATMOS system.


SYNOPSIS

mkhfconfig -m <MAC addres> -cbs <size> -flags <boot flags> -o <outputfile


DESCRIPTION

Note: this utility is not intended to be run directly, it should be run by metamk as part of the build process.

mkhfconfig generates a configuration information image for use in an ISOS system. It allows the user to set the values stored within this section.


OPTIONS

-m xx:xx:xx:xx:xx:xx
The MAC address to use in the configuration information.

-cbs number
The size in bytes of the configuration block to create.

-flags value
The value to use for the boot flags in the configuration information.

-o name
The name of the output file.

-h
Print a help message.


EXAMPLES

mkhfconfig -cbs 256 -m 00:2b:20:00:9f:20 -o config.bin

This call will create a 256 byte config.bin file. It will program the MAC address in the image to 00:2b:20:00:9f:20.


SEE ALSO

DO-008668-PS Virata Tools 8.0 Implementation Overview

DO-007286-TC Helium Boot Procedure