NAME

mkhfboot - Utility to create a boot block for the ATMOS system.


SYNOPSIS

mkhfboot -bps <size> -o <outputfile> -npboot <filaname> -ppboot <filename>


DESCRIPTION

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

mkhfboot is a utility used to create a boot block for the ISOS system. Its output should usually be combined with other binaries to produce a bootable image.


OPTIONS

-bps number
The boot area size in kbytes.

-o name
The name of the output file.

-ppboot name
The name of the PP boot image to use.

-npboot name
The name of the NP boot image to use.

-h
Print a help message.


EXAMPLES

mkhfboot -bps 64 -ppboot PPimage -npboot NPimage -o boot.bin

This call will create a 64 kbyte boot.bin image. It will include the PPimage and NPimage as required for Helium Family Communications processors.


SEE ALSO

DO-008668-PS Virata Tools 8.0 Implementation Overview

DO-007286-TC Helium Boot Procedure